Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pnetcdf: Update to 1.13.0 #2047

Open
wants to merge 4 commits into
base: 3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/io-libs/pnetcdf/SPECS/pnetcdf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

Summary: A Parallel NetCDF library (PnetCDF)
Name: %{pname}-%{compiler_family}-%{mpi_family}%{PROJ_DELIM}
Version: 1.12.3
Version: 1.13.0
%global sonum 1
Release: 1%{?dist}
License: NetCDF
Expand All @@ -32,6 +32,8 @@ BuildRequires: grep
BuildRequires: make
BuildRequires: m4
BuildRequires: zlib-devel
BuildRequires: perl(File::Compare)
BuildRequires: perl(File::Copy)

%if "%{compiler_family}" == "intel"
BuildRequires: libtool%{PROJ_DELIM}
Expand Down
2 changes: 0 additions & 2 deletions tests/libs/pnetcdf/tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ TESTS += nctst
check_PROGRAMS += nctst
nctst_CXXFLAGS = -Wno-write-strings
nctst_LDFLAGS = -g -I. nctst.cpp
nctst_SOURCES = testutils++.cxx

TESTS += test_classic
check_PROGRAMS += test_classic
test_classic_CXXFLAGS = -Wno-write-strings
test_classic_LDFLAGS = -g -I. test_classic.cpp
test_classic_SOURCES = testutils++.cxx

TESTS += f90tst_parallel
check_PROGRAMS += f90tst_parallel
Expand Down
284 changes: 161 additions & 123 deletions tests/libs/pnetcdf/tests/dim_cdf12.c

Large diffs are not rendered by default.

229 changes: 0 additions & 229 deletions tests/libs/pnetcdf/tests/testutils++.cxx

This file was deleted.

Loading
Loading