qbisi
2025-10-04 17:15:07 +08:00
parent 4f0a8ff6ce
commit 9d1a76da63

View File

@@ -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 ];