mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
hdf5: fix a typo in the previous x86_64-darwin commit
This commit is contained in:
parent
44b36397c2
commit
1549705430
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
||||
++ lib.optionals threadsafe [ "-DDHDF5_ENABLE_THREADSAFE:BOOL=ON" "-DHDF5_BUILD_HL_LIB=OFF" ]
|
||||
# broken in nixpkgs since around 1.14.3 -> 1.14.4.3
|
||||
# https://github.com/HDFGroup/hdf5/issues/4208#issuecomment-2098698567
|
||||
++ lib.optional (stdenv.isDarwin && stdenv.isx86_64) "DHDF5_ENABLE_NONSTANDARD_FEATURE_FLOAT16=OFF"
|
||||
++ lib.optional (stdenv.isDarwin && stdenv.isx86_64) "-DHDF5_ENABLE_NONSTANDARD_FEATURE_FLOAT16=OFF"
|
||||
;
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user