Skip to content

Commit

Permalink
Add netcdf-cxx4 and netcdf-fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 20, 2016
1 parent 7d6a202 commit 282f164
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/pin_the_slow_way.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
'libpng': 'libpng >=1.6.21,<1.7',
'libtiff': 'libtiff 4.0.*',
'ncurses': 'ncurses 5.9*',
'netcdf-cxx4': 'netcdf-cxx4 4.3.*',
'netcdf-fortran': 'netcdf-fortran 4.4.*',
'openssl': 'openssl 1.0.*',
'readline': 'readline 6.2*',
'sqlite': 'sqlite 3.9.*',
Expand Down Expand Up @@ -214,7 +216,7 @@ def create_update_pr(clone, remote_head, fork_remote, upstream_remote):
I've bumped some of the conda-forge pinned versions, and noticed that it impacts this feedstock.
If the changes look good, then please go ahead and merge this PR.
If you have any questions about the changes though, please feel free to ping the 'conda-forge/core' team (using the @ notation in a comment).
If you have any questions about the changes though, please feel free to ping the 'conda-forge/core' team (using the @ notation in a comment).
Thanks!
Expand Down Expand Up @@ -245,7 +247,7 @@ def set_start_comment(self, comment, indent=0):
for com in comment.split('\n'):
pre_comments.append(CommentToken('# ' + com + '\n', start_mark, None))

if not hasattr(CommentedBase, 'set_start_comment'):
if not hasattr(CommentedBase, 'set_start_comment'):
CommentedBase.set_start_comment = set_start_comment

import jinja2
Expand Down

0 comments on commit 282f164

Please sign in to comment.