Skip to content

Commit

Permalink
Updates to the build recipe for ISIS releases for the 3.7.0 release c…
Browse files Browse the repository at this point in the history
…andidate. (#3205)

* Minor modifications for RC build

* Small modification to version in the recipe/meta.yaml

* Updating release stage in isis/version
  • Loading branch information
SgStapleton authored and jessemapel committed Apr 8, 2019
1 parent 5c5396b commit 5140b5a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions isis/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
3.6.1 # Public version number
2019-04-26 # Release date
3.7.0 # Public version number
2019-04-01 # Release date
alpha # release stage (alpha, beta, stable)
1 change: 0 additions & 1 deletion recipe/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ mkdir build
cd build
cmake -GNinja -DJP2KFLAG=ON -Dpybindings=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX -Disis3Data=/usgs/cpkgs/isis3/data -Disis3TestData=/usgs/cpkgs/isis3/testData ../isis
ninja install
ninja docs
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,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 = "3.6.1" %}
{% set version = "3.7.0_RC" %}

# This is the branch that conda build will pull from the ISIS repository. If you are building for a
# general public release, leave the branch as "release". If you are building a custom build, like
# for a mission for example, simply change the value to the branch of choice.
{% set git_branch = "release" %}
{% set git_branch = "dev" %}

# 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
Expand Down

0 comments on commit 5140b5a

Please sign in to comment.