Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

export PYTHON_VERSION=2.7
export FERMI_CONDA_ENV=fermitools-dev
export FERMI_CONDA_CHANNELS="-c conda-forge/label/cf201901 -c fermi"

conda create -y --name $FERMI_CONDA_ENV $FERMI_CONDA$CONDA_CHANNELS python=$PYTHON_VERSION
conda activate $FERMI_CONDA_ENV
conda install -y --name $FERMI_CONDA_ENV $FERMI_CONDA_CHANNELS --only-deps fermitools
conda install -y --name $FERMI_CONDA_ENV $FERMI_CONDA_CHANNELS fermi-repoman scons swig
repoman --remote-base https://github.com/fermi-lat checkout --force --develop ScienceTools FT_01-02-23_dev
git clone https://github.com/fermi-lat/Fermitools-conda.git 

 

 

Build fermitools
cd FT_01-02-23_dev
export PREFIX="$CONDA_PREFIX"
export CPU_COUNT=2
export RECIPE_DIR="/Users/echarles/glast/releases/Fermitools-conda"
source ../Fermitools-conda/build.sh

...