File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 22# install CDF library from sources
33#
44
5- VERSION = 39_0
5+ VERSION = 39_1
66DIRNAME = ./cdf$(VERSION ) -dist/
77FILENAME = ./cdf$(VERSION ) -dist-cdf.tar.gz
88SOURCE_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
1010INSTALLDIR ?= /usr/local/cdf
1111
1212all : build
@@ -15,19 +15,19 @@ clean:
1515 -rm -fR $(DIRNAME )
1616
1717install : build test
18- - make -C $(DIRNAME ) INSTALLDIR=$(INSTALLDIR ) install
18+ make -C $(DIRNAME ) INSTALLDIR=$(INSTALLDIR ) install
1919
2020test : build
21- - make -C $(DIRNAME ) test
21+ make -C $(DIRNAME ) test
2222
2323build : $(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
2929md5check : $(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 )
Original file line number Diff line number Diff line change 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
1414package :
1515 name : " cdf"
1616 version : {{ version }}
1717
1818source :
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
2222requirements :
2323 build :
You can’t perform that action at this time.
0 commit comments