mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-17 02:14:08 +00:00
netcdf: enable tests on aarch64-darwin
This commit is contained in:
parent
a1dfb662ff
commit
4184175511
@ -65,7 +65,7 @@ in stdenv.mkDerivation rec {
|
||||
remove-references-to -t ${stdenv.cc} "$(readlink -f $out/lib/libnetcdf.settings)"
|
||||
'';
|
||||
|
||||
doCheck = !(mpiSupport || (stdenv.isDarwin && stdenv.isAarch64));
|
||||
doCheck = !mpiSupport;
|
||||
nativeCheckInputs = [ unzip ];
|
||||
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user