Merge pull request #258201 from markuskowa/split-libxc

libxc: split outputs -> out, dev
This commit is contained in:
markuskowa 2023-10-02 17:27:46 +02:00 committed by GitHub
commit 13108ece8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,7 @@ in stdenv.mkDerivation rec {
-ftree-vectorize -funroll-loops -msse2 \
-std=f2008 \
-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)"}
LIBS = -lfftw3 -lfftw3_threads \
-lscalapack -lblas -llapack \

View File

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
--replace "PROPERTIES TIMEOUT 1" "PROPERTIES TIMEOUT 30"
'';
outputs = [ "out" "dev" ];
nativeBuildInputs = [ perl cmake gfortran ];
preConfigure = ''