Loading pkgs/by-name/pe/petsc/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ stdenv.mkDerivation (finalAttrs: { ) finalAttrs.buildInputs ); __darwinAllowLocalNetworking = true; # This is needed as the checks need to compile and link the test cases with # -lpetsc, which is not available in the checkPhase, which is executed before # the installPhase. The installCheckPhase comes after the installPhase, so Loading Loading
pkgs/by-name/pe/petsc/package.nix +2 −0 Original line number Diff line number Diff line Loading @@ -237,6 +237,8 @@ stdenv.mkDerivation (finalAttrs: { ) finalAttrs.buildInputs ); __darwinAllowLocalNetworking = true; # This is needed as the checks need to compile and link the test cases with # -lpetsc, which is not available in the checkPhase, which is executed before # the installPhase. The installCheckPhase comes after the installPhase, so Loading