1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

precice: migrate to Python38

This commit is contained in:
freezeboy 2020-11-13 21:56:05 +01:00 committed by Jonathan Ringer
parent a35390d92b
commit 3e8e10ab4f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
"-DPRECICE_PETScMapping=OFF"
"-DBUILD_SHARED_LIBS=ON"
"-DPYTHON_LIBRARIES=${python3.libPrefix}"
"-DPYTHON_INCLUDE_DIR=${python3}/include/${python3.libPrefix}m"
"-DPYTHON_INCLUDE_DIR=${python3}/include/${python3.libPrefix}"
];
NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin [ "-D_GNU_SOURCE" ];

View file

@ -2508,7 +2508,7 @@ in
psstop = callPackage ../tools/system/psstop { };
precice = callPackage ../development/libraries/precice { python3 = python37; };
precice = callPackage ../development/libraries/precice { };
pueue = callPackage ../applications/misc/pueue { };