Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to 4.3.0 #7

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
{% set version = "4.2.1" %}
{% set version = "4.3.0" %}

package:
name: netcdf-cxx4
version: {{ version }}

source:
git_url: https://github.com/Unidata/netcdf-cxx4
git_tag: v{{ version }}
fn: netcdf-cxx4-{{ version }}.tar.gz
url: https://github.com/Unidata/netcdf-cxx4/archive/v{{ version }}.tar.gz
sha256: 25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f

build:
number: 2
number: 0
skip: True # [win]

requirements:
build:
- libnetcdf 4.3*
- libnetcdf 4.4*
run:
- libnetcdf 4.3*
- libnetcdf 4.4*

test:
commands:
Expand Down