python311Packages.openturns: fix output path
This commit is contained in:
parent
4f38a8e610
commit
8d47e82eba
@ -75,7 +75,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
(lib.cmakeBool "USE_SPHINX" enablePython)
|
||||
(lib.cmakeFeature "CMAKE_UNITY_BUILD_BATCH_SIZE" "32")
|
||||
(lib.cmakeFeature "SWIG_COMPILE_FLAGS" "-O1")
|
||||
(lib.cmakeOptionType "PATH" "OPENTURNS_SYSCONFIG_PATH" "$out/etc")
|
||||
(lib.cmakeOptionType "PATH" "OPENTURNS_SYSCONFIG_PATH" "${placeholder "out"}/etc")
|
||||
];
|
||||
|
||||
checkTarget = lib.concatStringsSep " " [
|
||||
|
Loading…
Reference in New Issue
Block a user