You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

$> mkdir -p /project/projectdirs/m1727/lsst_edison/lsstStack/

$> module swap PrgEnv-intel PrgEnv-gnu

$> module load git

$> wget --no-check-certificate https://raw.githubusercontent.com/bagder/ca-bundle/master/ca-bundle.crt

$> mv ca-bundle.crt /project/projectdirs/m1727/lsst_edison

$> setenv CURL_CA_BUNDLE /project/projectdirs/m1727/lsst_edison/ca-bundle.crt

$> setenv PATH /project/projectdirs/m1727/lsst/anaconda/bin/:$PATH #sharing anaconda with carver build

$> setenv PYTHON `which python`

$> cd /project/projectdirs/m1727/lsst_edison/lsstStack/

$> curl -O sw.lsstcorp.org/eupspkg/newinstall.sh

$> sh newinstall.sh # failed once on scons because the tar.gz wasn't complete... weird.

$> setenv CC 'gcc' # The above is wrong.

$> eups distrib install afw # Installing the hardest thing first.  If this works, everything else should install (fingers crossed)

  • No labels