python311Packages.openturns: fix output path

This commit is contained in:
Weijia Wang 2024-07-06 22:26:05 +02:00
parent 4f38a8e610
commit 8d47e82eba

View File

@ -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 " " [