Skip to content

Commit

Permalink
use stable symlink for CFITSIO and GSL DIRs
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Apr 7, 2022
1 parent fea6ebd commit b277a39
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions nersc/setup_td_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,14 @@ then
elif [ -z "$nolsst" ]
then
echo "Setting up TD env with LSST Science Pipelines"

source /global/common/software/lsst/cori-haswell-gcc/stack/td_env-prod/stable/setup_td_env.sh
export GSL_DIR=$CONDA_PREFIX
export CFITSIO_DIR=$CONDA_PREFIX

export DESC_TD_INSTALL=/global/common/software/lsst/cori-haswell-gcc/stack/td_env-prod/stable
source $DESC_TD_INSTALL/setup_td_env.sh
export GSL_DIR=$DESC_TD_INSTALL/conda/envs/$LSST_CONDA_ENV_NAME
export CFITSIO_DIR=$DESC_TD_INSTALL/conda/envs/$LSST_CONDA_ENV_NAME

#export GSL_DIR=$CONDA_PREFIX
#export CFITSIO_DIR=$CONDA_PREFIX

fi

Expand Down

0 comments on commit b277a39

Please sign in to comment.