Skip to content

Commit

Permalink
Merge pull request #69 from LSSTDESC/dev
Browse files Browse the repository at this point in the history
Prepare for next release and include RESSPECT and ROOT
  • Loading branch information
heather999 authored Sep 15, 2022
2 parents b9c5b74 + 97d3a8c commit a4c69de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conda/build-nersc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ conda clean -y -a
# Install bayeSN
git clone https://github.com/bayesn/bayesn-public

#Install RESSPECT
git clone https://github.com/COINtoolbox/resspect
cd resspect
python setup.py install
cd ..

python -m compileall $curBuildDir

# Hard-coding this for now for building at NERSC
Expand Down
1 change: 1 addition & 0 deletions conda/packlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ligo.skymap
ligo.em-bright
lsstdesc-gcr-catalogs
pygpu
root_base
tensorflow
theano
# adding for lenstonomy
Expand Down
2 changes: 2 additions & 0 deletions nersc/setup_td_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ then
#export DESC_TD_INSTALL=/global/common/software/lsst/cori-haswell-gcc/stack/td_env-prod/stable
export DESC_TD_INSTALL=/global/common/software/lsst/cori-haswell-gcc/stack/td_env-dev/dev
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 ROOT_DIR=$ROOTSYS

export PYTHONPATH=$PYTHONPATH:$DESC_TD_INSTALL

Expand Down

0 comments on commit a4c69de

Please sign in to comment.