3
0
Fork 0
forked from mirrors/nixpkgs

libxc: 6.1.0 -> 6.2.0

This commit is contained in:
Markus Kowalewski 2023-06-02 16:41:00 +02:00
parent 37a6711c1a
commit cbc146cf93
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libxc";
version = "6.1.0";
version = "6.2.0";
src = fetchFromGitLab {
owner = "libxc";
repo = "libxc";
rev = version;
hash = "sha256-PqKqZbL9Y7lKu7tKo+DfAhoEeFSsYWEcwiFX41VhRIs=";
hash = "sha256-VILqlvACQyccaXXS+UE25+LzE74+52pI66RUrVS0esI=";
};
nativeBuildInputs = [ perl cmake gfortran ];
@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DENABLE_FORTRAN=ON"
"-DBUILD_SHARED_LIBS=ON"
"-DENABLE_XHOST=OFF"
# Force compilation of higher derivatives
"-DDISABLE_VXC=0"
"-DDISABLE_FXC=0"