tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
cp2k: fix libxc includes (use getDev)
Markus Kowalewski
2 years ago
1d953af5
f902cb49
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
science
chemistry
cp2k
default.nix
+1
-1
pkgs/applications/science/chemistry/cp2k/default.nix
···
73
73
-ftree-vectorize -funroll-loops -msse2 \
74
74
-std=f2008 \
75
75
-fopenmp -ftree-vectorize -funroll-loops \
76
76
-
-I${libxc}/include -I${lib.getDev libxsmm}/include \
76
76
+
-I${lib.getDev libxc}/include -I${lib.getDev libxsmm}/include \
77
77
-I${libint}/include ${lib.optionalString enableElpa "$(pkg-config --variable=fcflags elpa)"}
78
78
LIBS = -lfftw3 -lfftw3_threads \
79
79
-lscalapack -lblas -llapack \