Unverified Commit 50adc1bf authored by Emily's avatar Emily Committed by GitHub
Browse files

qrupdate: fix darwin (#351337)

parents 1889ebd9 c7a88d13
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -28,6 +28,9 @@ stdenv.mkDerivation (finalAttrs: {
      # https://savannah.gnu.org/bugs/?50339
      "-fdefault-integer-8"
    ])}"
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
    # prevent cmake from using Accelerate, which causes all tests to segfault
    "-DBLA_VENDOR=Generic"
  ];

  # https://github.com/mpimd-csc/qrupdate-ng/issues/4