We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928a3b8 commit b4e1d92Copy full SHA for b4e1d92
2 files changed
Changes
@@ -1,3 +1,6 @@
1
+4.25 2025-01-23
2
+- also use nc-config to find NetCDF (#8,#9) - thanks @wwlwpd
3
+
4
4.24 2022-04-27
5
- change required PDL version to 2.019
6
- use INC and LIBS environment variables in checking for NetCDF 4 - thanks @doughunt
netcdf.pd
@@ -1,7 +1,7 @@
# -*- Perl -*-
use Config;
use Devel::CheckLib qw(check_lib);
-our $VERSION = '4.24';
+our $VERSION = '4.25';
pp_setversion($VERSION);
7
my $ncversion = {nc_inq_var_deflate => check_lib(
0 commit comments