easyconfigs-it4i/e/Elk/Elk-6.8.4_dont_build_blas_lapack_fft.patch
Lukáš Krupčík dde50a6199 new file: e/Elk/Elk-6.8.4-intel-2020a.eb
new file:   e/Elk/Elk-6.8.4-intel.patch
	new file:   e/Elk/Elk-6.8.4_dont_build_blas_lapack_fft.patch
2020-09-25 09:52:04 +02:00

16 lines
410 B
Diff

Don't build blas, lapack, fft we're going to use external ones anyway.
Åke Sandgren, 20200609
diff -ru elk-6.8.4.orig/Makefile elk-6.8.4/Makefile
--- elk-6.8.4.orig/Makefile 2019-09-27 09:27:37.921633455 +0200
+++ elk-6.8.4/Makefile 2020-06-09 18:17:22.186598427 +0200
@@ -4,7 +4,7 @@
include make.inc
all:
- cd src; $(MAKE) all
+ cd src; $(MAKE) elk
cd src/eos; $(MAKE)
cd src/spacegroup; $(MAKE)