Loading pkgs/by-name/su/superlu/package.nix +1 −3 Original line number Diff line number Diff line Loading @@ -45,11 +45,9 @@ stdenv.mkDerivation (finalAttrs: { cmakeFlags = [ (lib.cmakeBool "BUILD_SHARED_LIBS" true) (lib.cmakeBool "enable_fortran" true) ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # prevent cmake from using Accelerate, which causes tests to segfault # https://github.com/xiaoyeli/superlu/issues/155 "-DBLA_VENDOR=Generic" (lib.cmakeFeature "BLA_VENDOR" "Generic") ]; doCheck = true; Loading Loading
pkgs/by-name/su/superlu/package.nix +1 −3 Original line number Diff line number Diff line Loading @@ -45,11 +45,9 @@ stdenv.mkDerivation (finalAttrs: { cmakeFlags = [ (lib.cmakeBool "BUILD_SHARED_LIBS" true) (lib.cmakeBool "enable_fortran" true) ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # prevent cmake from using Accelerate, which causes tests to segfault # https://github.com/xiaoyeli/superlu/issues/155 "-DBLA_VENDOR=Generic" (lib.cmakeFeature "BLA_VENDOR" "Generic") ]; doCheck = true; Loading