mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: e/Elk/Elk-6.8.4-intel.patch new file: e/Elk/Elk-6.8.4_dont_build_blas_lapack_fft.patch
16 lines
410 B
Diff
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)
|
|
|