Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
added jsoncpp version dependency for osx
  • Loading branch information
Richard Smith authored Apr 4, 2018
1 parent 8e10632 commit 2e7902b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ requirements:
- jpeg 9*
- libtiff 4.0.*
- jsoncpp # [unix]
- jsoncpp ==1.8.3 # [osx]
- expat
- tbb
{% if with_osmesa == "True" %}
Expand All @@ -62,6 +63,7 @@ requirements:
- jpeg 9*
- libtiff 4.0.*
- jsoncpp # [unix]
- jsoncpp ==1.8.3 # [osx]
- expat
- tbb
{% if with_osmesa == "True" %}
Expand Down

0 comments on commit 2e7902b

Please sign in to comment.