cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install
cmake -DCMAKE_INSTALL_PREFIX=../run ../calypso ; make ; make install
It can be convenient to alias the "asetup --input=calypso/asetup.faser" to something like "fsetup"
It can be convenient to alias the "asetup --input=calypso/asetup.faser" to something like "fsetup"
\ No newline at end of file
Note that in order for CI/CD to work properly on your gitlab fork of calypso, you will also need to fork the faser-common project. To avoid having to keep this fork up to date, you can set it up to mirror from the master in gitlab. Once you have forked the project in gitlab from https://gitlab.cern.ch/faser/faser-common, navigate to to Settings / Repository menu and select "Mirroring repositories" to set up a (Pull) mirror to keep this fork up to date.