Accessing Latest Garfield++ updates through cvmfs

Hello all,

I am running Garfield++ jobs on my university cluster that has access to cvmfs.
I am using these two lines to source Garfiled++:

source /cvmfs/sft.cern.ch/lcg/views/LCG_101/x86_64-centos7-gcc11-opt/setup.sh

source /cvmfs/sft.cern.ch/lcg/views/LCG_101/x86_64-centos7-gcc11-opt/share/Garfield/setupGarfield.sh

I can successfully cmake and make Garfield jobs but I don’t get access to the latest updates and changes. So I am getting errors I am not getting when making the jobs on my own computer that has the latest version of Garfield.

Is there a way to access the updated Garfield functions through cvmfs using different sourcing links?

Thank you!

Sincerely,
Khalil
[he/him]

Hi,
yes, you can pick up the latest version from the nightly builds. You can find the setup scripts in

/cvmfs/sft-nightlies.cern.ch/lcg/views/dev3/latest/

Thank you very much! I was able to track the proper setup files and my code is working well.