Skip to content

Commit

Permalink
Upgrade to libcdf 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacesm committed Jul 8, 2023
1 parent 81d2d43 commit 683fe2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libcdf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# install CDF library from sources
#

VERSION=38_1
VERSION=39_0
DIRNAME=./cdf$(VERSION)-dist/
FILENAME=./cdf$(VERSION)-dist-cdf.tar.gz
SOURCE_URL=https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/cdf$(VERSION)/linux/cdf$(VERSION)-dist-cdf.tar.gz
MD5CHECKSUM=279df06ad8672b7111b4cf337de922ea
MD5CHECKSUM=7c6489017be3aee20d6d99f562f952f6
INSTALLDIR=/usr/local/cdf

all: build
Expand Down
6 changes: 3 additions & 3 deletions libcdf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
# are compiled with different versions of the GFortran compiler.


{% set version = "3.8.1" %}
{% set file_version = "cdf38_1" %}
{% set version = "3.9.0" %}
{% set file_version = "cdf39_0" %}

package:
name: "cdf"
version: {{ version }}

source:
- url: https://spdf.gsfc.nasa.gov/pub/software/cdf/dist/{{ file_version }}/unix/{{ file_version }}-dist-cdf.tar.gz
sha256: 8d8b2d8238516c892c60e60e96272106341b306c09b397094bc8d4192bbcfa64
sha256: ae1916d73af43141dc09f14864166395c23245527e79ae92b25314ee0e27a9b7

requirements:
build:
Expand Down

0 comments on commit 683fe2a

Please sign in to comment.