[lsst-dm-stack-users] Monet vs. git()

Paul Price price at astro.princeton.edu
Mon Oct 22 13:02:52 PDT 2012


On Oct 22, 2012, at 3:51 PM, Dave Monet wrote:
> So the good news is that it worked, but the bad news is that
> I now have a new daf_persistence in the home directory which
> is clearly not where it belongs.

Yes, that is the source code, not the built and installed version.


> Doing what I thought Paul told me to do, I did
>   cd ./Linux64
>   git checkout http://dev.lsstcorp.org/git/LSST/DMS/daf_persistence.git

Ack, no, I meant something more like:

setup daf_persistence
cd $HOME/
mkdir LSST
cd LSST
git clone http://dev.lsstcorp.org/git/LSST/DMS/daf_persistence.git
cd daf_persistence
setup -j -r .
scons


The daf_persistence that you create doesn't need to live in the ~/eups/Linux64 tree.  That's one of the nice things about eups: you can tell it to "setup -j" (for "just" this package, i.e., no dependencies) using a particular root (via the "-r").

P.



More information about the dm-users mailing list