Skip to content
Snippets Groups Projects
Forked from faser / calypso
1357 commits behind, 2 commits ahead of the upstream repository.
Ke Li's avatar
Ke Li authored
# Conflicts:
#   Reconstruction/TruthTrackSeeds/TruthTrackSeeds/TruthTrackSeeds.h
#   Reconstruction/TruthTrackSeeds/python/TruthTrackSeedsConfig.py
#   Reconstruction/TruthTrackSeeds/src/TruthTrackSeeds.cxx
#   Tracker/TrackerClusterization/FaserSCT_ClusteringTool/CMakeLists.txt
#   Tracker/TrackerClusterization/FaserSCT_Clusterization/CMakeLists.txt
#   Tracker/TrackerClusterization/FaserSCT_Clusterization/FaserSCT_Clusterization/FaserSCT_Clusterization.h
#   Tracker/TrackerClusterization/FaserSCT_Clusterization/python/FaserSCT_ClusterizationConfig.py
#   Tracker/TrackerClusterization/FaserSCT_Clusterization/src/FaserSCT_Clusterization.cxx
#   Tracker/TrackerClusterization/FaserSCT_Clusterization/test/FaserSCT_ClusterizationDbg.py
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/CMakeLists.txt
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/TrackerEventAthenaPool/FaserSCT_ClusterContainerCnv_p0.h
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/TrackerEventAthenaPool/TrackerEventAthenaPoolCnvDict.h
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/src/FaserSCT_ClusterContainerCnv.cxx
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/src/FaserSCT_ClusterContainerCnv.h
#   Tracker/TrackerEventCnv/TrackerEventAthenaPool/src/FaserSCT_ClusterContainerCnv_p0.cxx
#   Tracker/TrackerRawEvent/TrackerRawData/CMakeLists.txt
#   Tracker/TrackerRawEvent/TrackerRawData/TrackerRawData/FaserSCT_ClusterContainer.h
#   Tracker/TrackerRawEvent/TrackerRawData/TrackerRawData/selection.xml
#   Tracker/TrackerSpacePoint/TrackerSpacePoint/TrackerSpacePoint/TrackerSpacePointCollection.h
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerAlg/CMakeLists.txt
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerAlg/TrackerSpacePointMakerAlg/TrackerSpacePointMakerAlg.h
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerAlg/python/TrackerSpacePointMakerAlgConfig.py
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerAlg/src/TrackerSpacePointMakerAlg.cxx
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerAlg/src/components/TrackerSpacePointMakerAlg_entries.cxx
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerTool/CMakeLists.txt
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerTool/TrackerSpacePointMakerTool/TrackerSpacePointMakerTool.h
#   Tracker/TrackerSpacePoint/TrackerSpacePointMakerTool/src/TrackerSpacePointMakerTool.cxx
6706ddee
History

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.

The following sequence will allow you to compile Calypso 1.0.0 on any machine with cvmfs access.

#clone the (forked) project to your local machine
git clone https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git 


#The next three lines are used to setup the ATLAS release environment
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase 
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
asetup master,latest,Athena

#create build directory
mkdir build
cd build
#build calypso
cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install