Loading isis/version +2 −2 Original line number Diff line number Diff line 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) recipe/build.sh +0 −1 Original line number Diff line number Diff line Loading @@ -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 recipe/meta.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
isis/version +2 −2 Original line number Diff line number Diff line 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)
recipe/build.sh +0 −1 Original line number Diff line number Diff line Loading @@ -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
recipe/meta.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading