diff options
Diffstat (limited to 'science/dftbplus/files/patch-make.config')
-rw-r--r-- | science/dftbplus/files/patch-make.config | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/science/dftbplus/files/patch-make.config b/science/dftbplus/files/patch-make.config index 4df4180f73a3..4d1017f35573 100644 --- a/science/dftbplus/files/patch-make.config +++ b/science/dftbplus/files/patch-make.config @@ -1,6 +1,6 @@ --- make.config.orig 2018-08-17 17:13:08 UTC +++ make.config -@@ -55,12 +55,12 @@ COMPILE_DFTD3 := 1 +@@ -55,8 +55,8 @@ COMPILE_DFTD3 := 1 # Set the compile time include and the link time library options for # dftd3-lib. Ignored if WITH_DFTD3 has been disabled or COMPILE_DFTD3 enabled. @@ -11,8 +11,3 @@ # Link time library options for linking ARPACK. Ignored if WITH_ARPACK was # disabled. --ARPACK_LIBS := -larpack -+ARPACK_LIBS := $(PREFIX)/lib/libarpack.so - - # Whether ARPACK depends on the external LAPACK and BLAS libraries - ARPACK_NEEDS_LAPACK := 0 |