Skip to content

Commit b01f38d

Browse files
committed
8.2 full release prep
1 parent 77b932d commit b01f38d

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

code.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@
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

@@ -80,8 +80,8 @@
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": {

isis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ set(PACKAGE_STRING "${PACKAGE_NAME} ${VERSION}")
4646

4747
# Other release information
4848
string(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.
5252
set(PACKAGE_BUGREPORT "https://github.com/USGS-Astrogeology/ISIS3/issues")

recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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
@@ -27,7 +27,7 @@
2727

2828
package:
2929
name: isis
30-
version: {{ version }}.0_RC2
30+
version: {{ version }}
3131

3232
source:
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') }}

0 commit comments

Comments
 (0)