mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
netcdf: fix most tests
This commit is contained in:
parent
d8850af4c3
commit
dc3d45500a
@ -16,6 +16,15 @@ in stdenv.mkDerivation rec {
|
||||
sha256 = "0hi61cdihwwvz5jz1l7yq712j7ca1cj4bhr8x0x7c2vlb1s9biw9";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
|
||||
# this test requires the net
|
||||
for a in ncdap_test/Makefile.am ncdap_test/Makefile.in; do
|
||||
substituteInPlace $a --replace testurl.sh " "
|
||||
done
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ m4 ];
|
||||
buildInputs = [ hdf5 curl mpi ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user