Merge pull request #61059 from lopsided98/hdf4-fix

hdf4: fix tests on some machines
This commit is contained in:
Renaud 2019-05-12 16:40:40 +02:00 committed by GitHub
commit 26b044ea29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
export DYLD_LIBRARY_PATH=$(pwd)/bin
'';
excludedTests = [
excludedTests = stdenv.lib.optionals stdenv.isDarwin [
"MFHDF_TEST-hdftest"
"MFHDF_TEST-hdftest-shared"
"HDP-dumpsds-18"