New VW with LAPACK :

   setup build
   lsstpkg fetch vwlapack 1.0.0
   # UH OH...
   eups distrib -i vwlapack 1.0.0
      Installation [/lsst/lsst_root_new/Linux64] is currently locked by [becker].
      Use [% pacman -clear-lock] to override.
      Pacman failed to install LSST:vwlapack-1.0.0
   
   # THESE COMMANDS DID NOT WORK
   pacman -clear-lock
   pacman -clear-lock /lsst/lsst_root_new/Linux64
   pacman -clear-lock LSST:vwlapack-1.0.0
   eups distrib -F -i vwlapack 1.0.0

   # THE FOLLOWING DID; PROBABLY A BAD IDEA...
   rm /lsst/lsst_root_new/Linux64/o..pacman..o/lock

   # CONTINUE...
   eups declare -c vwlapack 1.0.0
   setup vwlapack
   lsstpkg remove vw 1.0.1

   # AH...
   lsstpkg fetch vw 1.0.1
   # 64-bit PROBLEMS
   checking whether to build module CORE... no
   configure: warning: unable to build requested module CORE (no M)!

   # some fixes
   # I had to 'setup boost' by hand

Next up : MWI

   setup build
   lsstpkg fetch mwi

Next up : FW

   # I need to get rid of my old fw/ directory; keep Russ' Ticket around for now.
   cd $LSST_DEVEL/DC2/fw/
   svn update
   eups declare -c -r $LSST_DEVEL/DC2/fw fw trunk
   
   # would be nice to figure out how to clear out old declarations...  for later.

   # actually, still lots of stuff in my fw trunk, like include/lsst/fw/LsstData.h
   # i should just delete everything and start over?
   rm -rf *
   svn update
   scons