Click here.
No root privileges are required to install or use this code.
If you're using Anaconda (or Miniconda) Python distribution, you should be able to install the LSST stack by doing the following:
conda update conda # to ensure you’re running latest conda
conda config --add channels http://research.majuric.org/conda/stable
conda install lsst-distrib
This will install the LSST packages in your $CONDA_ROOT/opt/lsst
. To "activate" them (i.e., get them onto your PATH
, etc.), run:
source eups-setups.sh
setup <name_of_the_package>
where <name_of_the_package>
can be learned from the LSST stack documentation.
We have all lsst_distrib
and lsst_sims
packages (including MAF). qserv
is not yet available as a conda
package.
- These binaries should work on:
- OS X 10.9 and 10.10
- Any Linux newer than CentOS 5 (glibc 2.5 or later)
- In particular, they've been known to work on the Edison cluster at NERSC
- They will not work on OS X 10.11 (El Capitan)
The packaging code has been developed by Mario Juric (@mjuric), with patches contributed and builds performed by Lynne Jones (@rhiannonlynne), Scott Daniel (@danielsf), Rahul Biswas, and Michael Reuter (@mareuter).
Sorry @rhl, didn't see this (gist comments don't trigger notifications -- see: isaacs/github#21).
To answer your questions:
All of
lsst_distrib
, the S15 release. The version numbers are slightly mangled compared to EUPS versions (prefixed with a0.
).They should all be there, with underscores turned into dashes and with an
lsst-
prefix. Try doingconda list lsst-apps
. The name mangling has been done to make the names more along the lines of what conda users expect.Once installed, EUPS still refers to them by their EUPS names (so you'd do
setup lsst_apps
). I agree it's confusing, but the trajectory is to remove the need forsetup
all together.See the instructions above:
where
<name_of_the_package>
is it's EUPS name.Btw., since this build was made (6+ months ago (this is the S15 release)), the stack has advanced a lot. You may care instead about more recent monthlies. @danielsf has been building those on the http://eupsforge.net/conda/dev channel (he's been building
lsst-sims
andlsst-apps
). See https://confluence.lsstcorp.org/display/SIM/Catalogs+and+MAF for instructions on installing those (they're basically the same as this gist, except that the channel URL is different).