Skip to content
Snippets Groups Projects
Unverified Commit 4f2eed8e authored by Austin Sanders's avatar Austin Sanders Committed by GitHub
Browse files

Changes for 9.0 (#5707)

* Updated build and run requirements with highfive

* Adjusted whitespace to be consistent with previous version
parent ef35abd2
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ requirements: ...@@ -58,7 +58,7 @@ requirements:
- cspice =67 - cspice =67
- csm >=3.0.3,<3.0.4 - csm >=3.0.3,<3.0.4
- curl >=8.4.0,<8.5 - curl >=8.4.0,<8.5
- cxx-compiler=1.1.2 - cxx-compiler=1.7
- doxygen - doxygen
- eigen >=3, <4 - eigen >=3, <4
- embree >=3, <4 - embree >=3, <4
...@@ -69,13 +69,14 @@ requirements: ...@@ -69,13 +69,14 @@ requirements:
- graphviz - graphviz
- conda-forge::gsl >=2.6, <2.7 - conda-forge::gsl >=2.6, <2.7
- hdf5 - hdf5
- highfive
- icu - icu
- inja - inja
- jama - jama
- usgs-astrogeology::kakadu==1 - usgs-astrogeology::kakadu==1
- kalasiris - kalasiris
- krb5 - krb5
- libgdal >=3.7.0,<3.8 - libgdal >=3.7,<3.8
- libopencv >=4.7,<4.8 - libopencv >=4.7,<4.8
- libpng >=1.6.34,<1.7 - libpng >=1.6.34,<1.7
- libprotobuf - libprotobuf
...@@ -86,7 +87,7 @@ requirements: ...@@ -86,7 +87,7 @@ requirements:
- mysql - mysql
- mysql-connector-c - mysql-connector-c
- nanoflann <1.4 - nanoflann <1.4
- nlohmann_json - nlohmann_json=3.11.2
- ninja >=1.7.2,<1.8 - ninja >=1.7.2,<1.8
- nn - nn
- opencv >=4.7,<4.8 - opencv >=4.7,<4.8
...@@ -99,7 +100,7 @@ requirements: ...@@ -99,7 +100,7 @@ requirements:
- pytest - pytest
- rclone - rclone
- qhull - qhull
- qt-main=5.15.8 - qt-main>=5.15.8, <5.16
- qwt <6.3.0 - qwt <6.3.0
- sqlite >=3.46.0,<3.47 - sqlite >=3.46.0,<3.47
- suitesparse <7.7.0 - suitesparse <7.7.0
...@@ -107,6 +108,7 @@ requirements: ...@@ -107,6 +108,7 @@ requirements:
- swig - swig
- texlive-core - texlive-core
- tnt - tnt
- usgscsm
- x264 - x264
- xalan-c - xalan-c
- xerces-c >=3.2.4,<3.3.0a0 - xerces-c >=3.2.4,<3.3.0a0
...@@ -115,8 +117,7 @@ requirements: ...@@ -115,8 +117,7 @@ requirements:
- xorg-libsm - xorg-libsm
- xorg-libx11 - xorg-libx11
- xorg-libxi - xorg-libxi
- zlib >=1.3,<1.4 - zlib >=1.3,<1.4.0a0
run: run:
- {{ pin_compatible('ale', max_pin='x.x.x') }} - {{ pin_compatible('ale', max_pin='x.x.x') }}
- {{ pin_compatible('armadillo', max_pin='x.x.x') }} - {{ pin_compatible('armadillo', max_pin='x.x.x') }}
...@@ -137,6 +138,7 @@ requirements: ...@@ -137,6 +138,7 @@ requirements:
- geotiff - geotiff
- {{ pin_compatible('gsl', min_pin='x.x', max_pin='x.x.x') }} - {{ pin_compatible('gsl', min_pin='x.x', max_pin='x.x.x') }}
- hdf5 - hdf5
- highfive
- icu - icu
- inja - inja
- jama - jama
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment