Mu2e/mu2ebintools
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To build and prepare a UPS package tarball:
mkdir /some/path/build /some/path/install
cd /some/path/build
source /path/to/mu2ebintools/ups/setup_for_development <-p|-d> [qual]
# Edit the last line of the printout to have the correct install
# path, and run the command, like
env CC=gcc CXX=g++ FC=gfortran cmake -DCMAKE_INSTALL_PREFIX=/mu2e/app/users/gandr/install -DCMAKE_BUILD_TYPE=${CETPKG_TYPE} "${CETPKG_SOURCE}"
make
make install
make package
The tarball will be in the build directory.
Then simply untar it on CVMFS:
ssh cvmfsmu2e@oasiscfs.fnal.gov
source /cvmfs/fermilab.opensciencegrid.org/products/common/etc/setups
setup mu2e
cvmfs_server transaction mu2e.opensciencegrid.org
cd /cvmfs/mu2e.opensciencegrid.org/artexternals
ups list -aK+ mu2ebintools
tar xvf /grid/fermiapp/mu2e/users/gandr/dev/build.prof/mu2ebintools-1.01.05-slf6-x86_64-e10-prof.tar.bz2
ups list -aK+ mu2ebintools
cd
cvmfs_server publish mu2e.opensciencegrid.org