Skip to content
Snippets Groups Projects
Commit 35b4a59d authored by Dave Casper's avatar Dave Casper
Browse files

Updates to README

parent a73662df
No related branches found
No related tags found
No related merge requests found
First barebone project for Calypso based on Athena master. Only packages not included in atlas/athena are included. The current build relies on the entire ATLAS software library. Calypso is the FASER offline software system, based on the ATLAS Athena and LHCb GAUDI frameworks
The following sequence will allow you to compile Calypso 1.0.0 on any machine with cvmfs access. Start by creating a personal fork of https://gitlab.cern.ch/faser/calypso.git (using the gitlab web interface)
Then the following sequence will allow you to compile and run Calypso on any machine with cvmfs access.
``` ```
#clone the (forked) project to your local machine #clone the (forked) project to your local machine
git clone --recursive https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git git clone --recursive https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git
# You also need to update faser-common as a submodule
cd calypso/faser-common
git submodule update --init
cd ../..
#The next three lines are used to setup the ATLAS release environment #The next three lines are used to setup the ATLAS release environment
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment