Merge pull request #263807 from sheepforce/cp2k

cp2k: allow fortran argument mismatches
This commit is contained in:
markuskowa 2023-10-27 20:56:20 +02:00 committed by GitHub
commit be4704f84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,8 @@ stdenv.mkDerivation rec {
-fopenmp -ftree-vectorize -funroll-loops \
-I${lib.getDev libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"} \
-I${lib.getDev sirius}/include/sirius \
-I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include
-I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include \
-fallow-argument-mismatch
LIBS = -lfftw3 -lfftw3_threads \
-lscalapack -lblas -llapack \
-lxcf03 -lxc -lxsmmf -lxsmm -lsymspg \