Skip to content

Commit 4b6e345

Browse files
committed
Upgrade to libcdf 3.9.1
1 parent d6aa2ed commit 4b6e345

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

libcdf/Makefile

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# install CDF library from sources
33
#
44

5-
VERSION = 39_0
5+
VERSION = 39_1
66
DIRNAME = ./cdf$(VERSION)-dist/
77
FILENAME = ./cdf$(VERSION)-dist-cdf.tar.gz
88
SOURCE_URL = https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf$(VERSION)/linux/cdf$(VERSION)-dist-cdf.tar.gz
9-
MD5CHECKSUM = 7c6489017be3aee20d6d99f562f952f6
9+
MD5CHECKSUM = 484cfdba8c93dbb1f7ad42b0b0df679b
1010
INSTALLDIR ?= /usr/local/cdf
1111

1212
all: build
@@ -15,19 +15,19 @@ clean:
1515
-rm -fR $(DIRNAME)
1616

1717
install: build test
18-
-make -C $(DIRNAME) INSTALLDIR=$(INSTALLDIR) install
18+
make -C $(DIRNAME) INSTALLDIR=$(INSTALLDIR) install
1919

2020
test: build
21-
-make -C $(DIRNAME) test
21+
make -C $(DIRNAME) test
2222

2323
build: $(DIRNAME)
24-
-make -C $(DIRNAME) OS=linux ENV=gnu CURSES=no all
24+
make -C $(DIRNAME) OS=linux ENV=gnu CURSES=no all
2525

2626
$(DIRNAME): $(FILENAME) md5check
27-
-tar -xzf $(FILENAME)
27+
tar -xzf $(FILENAME)
2828

2929
md5check: $(FILENAME)
30-
-echo $(MD5CHECKSUM) $(FILENAME) | md5sum -c
30+
echo $(MD5CHECKSUM) $(FILENAME) | md5sum -c
3131

3232
$(FILENAME):
33-
-curl $(SOURCE_URL) > $(FILENAME)
33+
curl $(SOURCE_URL) > $(FILENAME)

libcdf/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
# are compiled with different versions of the GFortran compiler.
99

1010

11-
{% set version = "3.9.0" %}
12-
{% set file_version = "cdf39_0" %}
11+
{% set version = "3.9.1" %}
12+
{% set file_version = "cdf39_1" %}
1313

1414
package:
1515
name: "cdf"
1616
version: {{ version }}
1717

1818
source:
1919
- url: https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/{{ file_version }}/unix/{{ file_version }}-dist-cdf.tar.gz
20-
sha256: ae1916d73af43141dc09f14864166395c23245527e79ae92b25314ee0e27a9b7
20+
sha256: 01d860cdfd8a466b232738facd169e87e1d70aa5dabb762e864b81f5ccf66622
2121

2222
requirements:
2323
build:

0 commit comments

Comments
 (0)