Unverified Commit c2f79420 authored by Kristin's avatar Kristin Committed by GitHub
Browse files

Update 4.0 recipe to pin ale (#3674)

* 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.

* Fix gsl issue with build caused by ale update
parent 5bbbd957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ build:
# Shotgun strat on requirements until we can narrow them down
requirements:
  build:
  - ale >=0.7.1
  - ale==0.7.1
  - boost=1.68.0
  - armadillo==8.200.0
  - blas
@@ -100,7 +100,7 @@ requirements:
  - zlib

  run:
  - ale >=0.7.1
  - ale==0.7.1
  - boost=1.68.0
  - armadillo==8.200.0
  - blas