Skip to content

Commit

Permalink
Pin armadillo in 4.0 (#3652)
Browse files Browse the repository at this point in the history
* Update meta.yaml to rename conda package to isis from isis3 (#3642)

* Pin armadillo in meta.yaml (#3650)

* Update meta.yaml to rename conda package to isis from isis3

* Pin anaconda to version 9.0 in meta.yaml so it will run without a missing shared libraries error.

* Actually pin armadillo to version 8.200.0 because 9 isn't needed and we know 8.200.0 works.
  • Loading branch information
kberryUSGS authored and scsides committed Jan 14, 2020
1 parent 0e7f478 commit e397906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requirements:
build:
- ale >=0.7.1
- boost=1.68.0
- armadillo
- armadillo==8.200.0
- blas
- bullet=2.86.1=0
- bz2file
Expand Down Expand Up @@ -102,7 +102,7 @@ requirements:
run:
- ale >=0.7.1
- boost=1.68.0
- armadillo
- armadillo==8.200.0
- blas
- bullet=2.86.1=0
- bz2file
Expand Down

0 comments on commit e397906

Please sign in to comment.