Unverified Commit 6de73826 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Changed to use bleeding edge isis

Changed to install and subsequently build the most recent versions of ISIS
parent 6328c978
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

def labels = ['centos', 'fedora', 'ubuntu', 'mac'] // labels for Jenkins node types we will build on
def nodes = [:] 
def ISIS_VERSION="4.2.0"
def ISIS_VERSION="4.3.0"

for (lbl in labels) {
    def label = lbl 
@@ -32,7 +32,7 @@ for (lbl in labels) {
                     ${condaPath}/bin/conda config --env --add channels conda-forge
                     ${condaPath}/bin/conda config --env --add channels usgs-astrogeology
                     
                     ${condaPath}/bin/conda create -n isis -c acpaquette/label/reconfig isis=${ISIS_VERSION}
                     ${condaPath}/bin/conda create -n isis -c usgs-astrogeology isis

                     export ISISROOT=${condaPath}/envs/isis/
                     ${condaPath}/bin/conda run -n isis campt -HELP