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:
parent
a35390d92b
commit
3e8e10ab4f
|
@ -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" ];
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue