scotch/scotch_esmumps.patch

13 lines
610 B
Diff
Raw Normal View History

2019-11-05 14:45:16 +00:00
diff -rupN --no-dereference scotch_6.0.9/src/Makefile scotch_6.0.9-new/src/Makefile
--- scotch_6.0.9/src/Makefile 2019-11-04 12:24:11.000000000 +0100
2020-09-02 08:34:22 +00:00
+++ scotch_6.0.9-new/src/Makefile 2020-09-02 10:20:56.047045017 +0200
2019-11-05 14:45:16 +00:00
@@ -125,6 +125,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)
2019-11-05 14:45:16 +00:00
installstub : required $(includedir)