Merge pull request #258201 from markuskowa/split-libxc
libxc: split outputs -> out, dev
This commit is contained in:
commit
13108ece8e
2 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
|
||||||
-ftree-vectorize -funroll-loops -msse2 \
|
-ftree-vectorize -funroll-loops -msse2 \
|
||||||
-std=f2008 \
|
-std=f2008 \
|
||||||
-fopenmp -ftree-vectorize -funroll-loops \
|
-fopenmp -ftree-vectorize -funroll-loops \
|
||||||
-I${libxc}/include -I${lib.getDev libxsmm}/include \
|
-I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include \
|
||||||
-I${libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"}
|
-I${libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"}
|
||||||
LIBS = -lfftw3 -lfftw3_threads \
|
LIBS = -lfftw3 -lfftw3_threads \
|
||||||
-lscalapack -lblas -llapack \
|
-lscalapack -lblas -llapack \
|
||||||
|
|
|
@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
|
||||||
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
|
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ perl cmake gfortran ];
|
nativeBuildInputs = [ perl cmake gfortran ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue