Skip to content

Commit

Permalink
qrupdate: fix darwin (#351337)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Oct 26, 2024
2 parents 1889ebd + c7a88d1 commit 50adc1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/libraries/qrupdate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50adc1b

Please sign in to comment.