File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 5555 "licenses" : [
5656 {
5757 "name" : " Public Domain, CC0-1.0" ,
58- "URL" : " https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC2 /LICENSE.md"
58+ "URL" : " https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0 /LICENSE.md"
5959 }
6060 ]
6161 },
6262
6363 "homepageURL" : " https://isis.astrogeology.usgs.gov" ,
64- "downloadURL" : " https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0_RC2 /8.2.0_RC2 .zip" ,
65- "disclaimerURL" : " https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0_RC2 /DISCLAIMER.md" ,
64+ "downloadURL" : " https://code.usgs.gov/astrogeology/isis/-/archive/8.2.0 /8.2.0 .zip" ,
65+ "disclaimerURL" : " https://code.usgs.gov/astrogeology/isis/-/raw/8.2.0 /DISCLAIMER.md" ,
6666 "repositoryURL" : " https://code.usgs.gov/astrogeology/isis.git" ,
6767 "vcs" : " git" ,
6868
8080 ],
8181
8282 "contact" : {
83- "name" : " Christine Kim " ,
84- "email" : " chkim @usgs.gov"
83+ "name" : " Adam Paquette " ,
84+ "email" : " acpaquette @usgs.gov"
8585 },
8686
8787 "date" : {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
4646
4747# Other release information
4848string (TIMESTAMP VERSION_DATE "%Y-%m-%d" UTC)
49- set (RELEASE_STAGE "beta " ) # (alpha, beta, stable)
49+ set (RELEASE_STAGE "stable " ) # (alpha, beta, stable)
5050
5151# Define to the address where bug reports for this package should be sent.
5252set (PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues" )
Original file line number Diff line number Diff line change 1818# A Public Release for ISIS3.6.1: {% set version = "3.6.1" %}
1919# A Release Candidate for ISIS3.6.1: {% set version = "3.6.1_RC" %}
2020# A custom build of ISIS3.6.1 for the CaSSIS mission: {% set version = "3.6.1_cassis" %}
21- {% set version = "8.2" %}
21+ {% set version = "8.2.0 " %}
2222
2323# This is the build number for the current version you are building. If this is the first build of
2424# this version, the build number will be 0. It is incremented by 1 with every consecutive build of
2727
2828package :
2929 name : isis
30- version : {{ version }}.0_RC2
30+ version : {{ version }}
3131
3232source :
3333 git_url : ' https://github.com/DOI-USGS/ISIS3.git'
@@ -166,6 +166,7 @@ requirements:
166166 - {{ pin_compatible('suitesparse', min_pin='x.x', max_pin='x.x') }}
167167 - superlu
168168 - tnt
169+ - usgscsm >=2.0.2, <3
169170 - x264
170171 - x265
171172 - {{ pin_compatible('xerces-c', max_pin='x.x.x') }}
You can’t perform that action at this time.
0 commit comments