pnetcdf: 1.14.0 -> 1.14.1 (#448481)
This commit is contained in:
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "pnetcdf";
|
pname = "pnetcdf";
|
||||||
version = "1.14.0";
|
version = "1.14.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Parallel-NetCDF";
|
owner = "Parallel-NetCDF";
|
||||||
repo = "PnetCDF";
|
repo = "PnetCDF";
|
||||||
tag = "checkpoint.${finalAttrs.version}";
|
tag = "checkpoint.${finalAttrs.version}";
|
||||||
hash = "sha256-Zyhzyvdh9Pf5GkcJW3duGgI6m3Dy0RR5B9YtA83Hpr4=";
|
hash = "sha256-nz40Ji9qh6UatlLOuChsWYvHwfVNacJI87usGBcYyFk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@@ -30,9 +30,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
buildInputs = [ mpi ];
|
buildInputs = [ mpi ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
patchShebangs src/binding/f77/buildiface
|
patchShebangs src/binding/f77/buildiface test examples benchmarks
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
nativeCheckInputs = [ mpiCheckPhaseHook ];
|
nativeCheckInputs = [ mpiCheckPhaseHook ];
|
||||||
|
|||||||
Reference in New Issue
Block a user