Skip to content

Commit acd1dda

Browse files
chenrui333bevanjkay
authored andcommitted
netcdf 4.9.3
autobump: add netcdf Signed-off-by: Rui Chen <[email protected]>
1 parent b584f17 commit acd1dda

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,6 +2242,7 @@ nerdfix
22422242
nest
22432243
nestopia-ue
22442244
netaddr
2245+
netcdf
22452246
nethogs
22462247
netlify-cli
22472248
nettle

Formula/n/netcdf.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Netcdf < Formula
22
desc "Libraries and data formats for array-oriented scientific data"
33
homepage "https://www.unidata.ucar.edu/software/netcdf/"
4-
url "https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.2.tar.gz"
5-
sha256 "bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7"
4+
url "https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.9.3.tar.gz"
5+
sha256 "990f46d49525d6ab5dc4249f8684c6deeaf54de6fec63a187e9fb382cc0ffdff"
66
license "BSD-3-Clause"
7-
revision 2
87
head "https://github.com/Unidata/netcdf-c.git", branch: "main"
98

109
livecheck do
@@ -44,7 +43,7 @@ def install
4443
system "cmake", "--install", "build_shared"
4544
system "cmake", "-S", ".", "-B", "build_static", *args, "-DBUILD_SHARED_LIBS=OFF", *std_cmake_args
4645
system "cmake", "--build", "build_static"
47-
lib.install "build_static/liblib/libnetcdf.a"
46+
lib.install "build_static/libnetcdf.a"
4847

4948
# Remove shim paths
5049
inreplace [bin/"nc-config", lib/"pkgconfig/netcdf.pc", lib/"cmake/netCDF/netCDFConfig.cmake",

0 commit comments

Comments
 (0)