Skip to content

Commit

Permalink
COMDIRAC is not an explicit requirement anymore, and is now fully con…
Browse files Browse the repository at this point in the history
…tained within DIRAC. This caused DIRAC to be pinned to version <= 7.* while we now need DIRAC 8.* for the last updated CTADIRAC version with recent endpoints when building our container.
  • Loading branch information
jlenain committed Jan 25, 2024
1 parent 0866b61 commit 4779e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ From: condaforge/mambaforge
conda env config vars set X509_CERT_DIR=${CONDA_PREFIX}/etc/grid-security/certificates X509_VOMS_DIR=${CONDA_PREFIX}/etc/grid-security/vomsdir X509_VOMSES=${CONDA_PREFIX}/etc/grid-security/vomses
mamba deactivate
mamba activate nectarchain
pip install CTADIRAC COMDIRAC
pip install CTADIRAC

# Since there is no proxy available at build time, manually configure the CTADIRAC client
cat <<EOF > ${CONDA_PREFIX}/etc/dirac.cfg
Expand Down

0 comments on commit 4779e5b

Please sign in to comment.