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

Release prep (#5154)

* Release prep

* Pinned gsl to <2.7
parent aa28f795
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ dependencies:
- geotiff
- gmp
- graphviz
- gsl>=2.6
- gsl>=2.6,<2.7
- hdf5
- icu
- inja
......
......@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
# Other release information
string(TIMESTAMP VERSION_DATE "%Y-%m-%d" UTC)
set(RELEASE_STAGE "beta") # (alpha, beta, stable)
set(RELEASE_STAGE "stable") # (alpha, beta, stable)
# Define to the address where bug reports for this package should be sent.
set(PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues")
......
......@@ -18,12 +18,12 @@
# A Public Release for ISIS3.6.1: {% set version = "3.6.1" %}
# A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %}
# A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %}
{% set version = "7.2.0_RC1" %}
{% set version = "7.2.0" %}
# 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 = "1" %}
{% set build_number = "0" %}
package:
name: isis
......@@ -46,7 +46,6 @@ build:
requirements:
build:
- ale=0.8.6
- aom
- armadillo
- boost=1.72
- boost-cpp=1.72
......@@ -58,10 +57,9 @@ requirements:
- cspice
- csm>=3.0.3,<3.0.4
- curl
- cxx-compiler=1.1.2
- doxygen
- eigen<3.4
# versioned due to major release of embree 3 on conda-forge
# it is not compatible without changes to ISIS
- embree>=2.17,<3
- ffmpeg
- geos>=3.7,<3.8
......@@ -89,12 +87,12 @@ requirements:
- nlohmann_json
- ninja==1.7.2
- nn
- numpy=1.23
- opencv>=4.5.2
- openssl>=1.1.1k
- pcl>=1.10.0
- protobuf<3.20
- python>=3.7.11
- pytest
- rclone
- qhull
- qt>=5.9.6,<5.15.0
......@@ -106,7 +104,6 @@ requirements:
- texlive-core
- tnt
- x264
- x265
- xalan-c
- xerces-c=3
- xorg-kbproto
......@@ -119,7 +116,6 @@ requirements:
run:
- {{ pin_compatible('ale', max_pin='x.x.x') }}
- {{ pin_compatible('armadillo', max_pin='x.x.x') }}
- {{ pin_compatible('aom', max_pin='x.x') }}
- {{ pin_compatible('boost', max_pin='x.x') }}
- {{ pin_compatible('boost-cpp', max_pin='x.x') }}
- blas
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment