diff options
Diffstat (limited to 'academic/avl/Makefile_patches/Makefile.eispack.patch')
-rw-r--r-- | academic/avl/Makefile_patches/Makefile.eispack.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/academic/avl/Makefile_patches/Makefile.eispack.patch b/academic/avl/Makefile_patches/Makefile.eispack.patch index eb6aee7ef0..ad81e5b8ea 100644 --- a/academic/avl/Makefile_patches/Makefile.eispack.patch +++ b/academic/avl/Makefile_patches/Makefile.eispack.patch @@ -1,15 +1,15 @@ ---- eispack/Makefile 2013-10-06 19:33:49.000000000 -0400 -+++ eispack/Makefile.eispack 2016-09-11 19:26:35.000000000 -0400 -@@ -1,14 +1,10 @@ -- +--- eispack/Makefile.gfortran 2014-05-22 12:51:00.000000000 -0400 ++++ eispack/Makefile.gfortran.new 2017-04-12 12:23:00.115184305 -0400 +@@ -1,14 +1,11 @@ + FC = gfortran --FLG = -O +-FLG = -O -m64 +FLG = -O2 AR = ar r RAN = ranlib -DP = --EISLIB = eispack_gSP.a +-EISLIB = libeispack.a - -#DP = -fdefault-real-8 -#EISLIB = eispack_gDP.a @@ -18,11 +18,11 @@ $(EISLIB): eispack.f -@@ -17,6 +13,5 @@ +@@ -17,6 +14,6 @@ $(RAN) $(EISLIB) clean: - /bin/rm *.o *.a -- + rm *.o *.a + |