Skip to content

Commit

Permalink
Changed CI-CD compilation to jan24p1
Browse files Browse the repository at this point in the history
Update

Connecting again the califa geometry test
  • Loading branch information
jose-luis-rs committed Dec 8, 2024
1 parent ff0e4eb commit 56e3202
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/pre-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ runs:
run: |
git config --global --add safe.directory $GITHUB_WORKSPACE
echo "UCESB_DIR=$GITHUB_WORKSPACE/ucesb/" >> $GITHUB_ENV
export SIMPATH=${CVMDIR}/debian10/fairsoft/nov22p1
export SIMPATH=${CVMDIR}/debian10/fairsoft/jan24p1
echo "SIMPATH=${SIMPATH}" >> $GITHUB_ENV
echo "FAIRROOTPATH=${CVMDIR}/debian10/fairroot/v18.8.0_fs_nov22p1" >> $GITHUB_ENV
echo "FAIRROOTPATH=${CVMDIR}/debian10/fairroot/v18.8.2_jan24p1" >> $GITHUB_ENV
echo "${SIMPATH}/bin" >> $GITHUB_PATH
# variables for ccache
echo "CCACHE_BASEDIR=${GITHUB_WORKSPACE}" >> $GITHUB_ENV
Expand Down
21 changes: 20 additions & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"access_right": "open",
"description": "The R3BRoot software is based on the FairRoot framework and can be used to perform Monte Carlo simulations and experimental data analysis of the R3B (Reactions with Relativistic Radioactive Beams) nuclear physics experiments at the GSI-FAIR research center (Facility for Antiproton and Ion Research). The user can create simulated data and/or perform analysis with the same framework. Geant3 and Geant4 transport engines are supported, however, the implemented tasks that create simulated data do not depend on a particular Monte Carlo engine. The framework delivers base classes which enable the users to construct their detectors and/or analysis tasks in a simple way, it also delivers some general functionality like track visualization. Moreover, an interface for reading experimental and/or simulated magnetic field maps is also implemented.",
"maintainers": [
{
Expand All @@ -9,17 +10,35 @@
}
],
"related_identifiers": [
{
"identifier": "https://github.com/FairRootGroup/FairSoft/",
"relation": "isDerivedFrom",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://github.com/FairRootGroup/FairRoot/",
"relation": "isDerivedFrom",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://gitlab.com/chalmers-subexp/ucesb/",
"relation": "isRelatedTo",
"resource_type": "software",
"scheme": "url"
},
{
"identifier": "https://github.com/R3BRootGroup/R3BRoot/blob/dev/README.md",
"relation": "isDocumentedBy",
"resource_type": "documentation",
"resource_type": "publication-softwaredocumentation",
"scheme": "url"
},
{
"identifier": "10.1088/1742-6596/523/1/012034",
"relation": "isDocumentedBy",
"resource_type": "publication-annotationcollection",
"scheme": "handle"
}
],
"title": "R3BRoot Software",
Expand Down

0 comments on commit 56e3202

Please sign in to comment.