parent
6123056e18
commit
de8e79c9ba
@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ cmake ninja ];
|
||||
buildInputs = [ netcdf hdf5 curl ];
|
||||
|
||||
# 10 - cxx4_test_filter (Failed)
|
||||
# Setting Filter....Caught unexpected exception.
|
||||
doCheck = false;
|
||||
doCheck = true;
|
||||
enableParallelChecking = false;
|
||||
preCheck = ''
|
||||
export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins
|
||||
|
Loading…
Reference in New Issue
Block a user