Skip to content

Commit

Permalink
orca: make AVX2 selection dependent on hostPlatform flags
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Oct 21, 2024
1 parent 5aa6cec commit b09ff18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/orca/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
, openmpi
, openssh
, xtb
, enableAvx2 ? true
, enableAvx2 ? stdenv.hostPlatform.avx2Support

# Provide path to a custom script for otool_external
, withCustomOtoolExternal ? false
Expand Down

0 comments on commit b09ff18

Please sign in to comment.