Skip to content
Snippets Groups Projects
Unverified Commit e96542d6 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Build Changes (#4825)

* Added various packages to the run section

* Updated dependencies to be similar to dev
parent 916d3fe1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
# This is the build number for the current version you are building. If this is the first build of
# this version, the build number will be 0. It is incremented by 1 with every consecutive build of
# the same version.
{% set build_number = "0" %}
{% set build_number = "1" %}
package:
name: isis
......@@ -46,6 +46,7 @@ build:
requirements:
build:
- ale=0.8.6
- aom
- armadillo
- boost=1.72
- boost-cpp=1.72
......@@ -100,8 +101,9 @@ requirements:
- swig
- tnt
- x264
- x265
- xalan-c
- xerces-c=3
- xerces-c
- xorg-kbproto
- xorg-libice
- xorg-libsm
......@@ -111,7 +113,9 @@ requirements:
run:
- {{ pin_compatible('ale') }}
- {{ pin_compatible('aom', max_pin='x.x') }}
- {{ pin_compatible('boost', max_pin='x.x') }}
- {{ pin_compatible('boost-cpp', max_pin='x.x') }}
- blas
- {{ pin_compatible('bullet', max_pin='x.x') }}
- bz2file
......@@ -133,7 +137,11 @@ requirements:
- {{ pin_compatible('jasper', max_pin='x.x') }}
- {{ pin_compatible('jpeg', max_pin='x') }}
- {{ pin_compatible('kakadu', max_pin='x') }}
- libcxx
- libopenblas
- {{ pin_compatible('libopencv', max_pin='x.x') }}
- {{ pin_compatible('libpng') }}
- libtiff
- mesalib
- mysql
- nanoflann
......@@ -149,6 +157,7 @@ requirements:
- superlu
- tnt
- x264
- x265
- {{ pin_compatible('xerces-c', max_pin='x.x.x') }}
- xorg-kbproto
- xorg-libice
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment