Commit 89b4db03 authored by qbisi's avatar qbisi
Browse files

scalapack: remove hardeningDisable option stackprotector

Hardening disable stackprotector is no longer needed
to pass the build on aarch64-darwin.
parent 9daf2986
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -57,9 +57,6 @@ stdenv.mkDerivation (finalAttrs: {
    lapack
  ];
  propagatedBuildInputs = [ mpi ];
  hardeningDisable = lib.optionals (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isDarwin) [
    "stackprotector"
  ];

  # xslu and xsllt tests seem to time out on x86_64-darwin.
  # this line is left so those who force installation on x86_64-darwin can still build