scotch/scotch_esmumps.patch

13 lines
574 B
Diff
Raw Normal View History

2018-07-19 11:38:16 +00:00
diff -rupN scotch_6.0.6/src/Makefile scotch_6.0.6-new/src/Makefile
--- scotch_6.0.6/src/Makefile 2018-07-14 17:24:49.000000000 +0200
2019-05-20 12:12:39 +00:00
+++ scotch_6.0.6-new/src/Makefile 2019-05-20 13:38:16.054735319 +0200
2018-07-19 11:38:16 +00:00
@@ -122,6 +122,8 @@ install : required $(bindir) $(includ
2014-12-01 23:08:45 +00:00
-$(CP) -f ../include/*scotch*.h $(includedir)
2018-07-19 11:38:16 +00:00
-$(CP) -f ../lib/*esmumps*$(LIB) $(libdir)
2014-12-01 23:08:45 +00:00
-$(CP) -f ../lib/*scotch*$(LIB) $(libdir)
+ -$(CP) -f ../include/*esmumps*.h $(includedir)
+ -$(CP) -f ../lib/*esmumps*$(LIB) $(libdir)
-$(CP) -Rf ../man/* $(mandir)
clean : required