-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update base image to AnalysisBase v25.2.27 #67
base: dev
Are you sure you want to change the base?
Conversation
cc @fengpinghu |
* Update the base image to gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.27 as the ROOT version is v6.32.02. * Rebuild lock file as the CPython version has chaned to Python 3.11.
bc30e26
to
caf2240
Compare
Currently hitting a build error
I think we're going to need to address this in https://gitlab.cern.ch/gstark/pycolumnarprototype.git. cc @ekourlit @nilserik78 |
If this is based on my tool conversions please use AnalysisBase 25.2.13. |
I'm not sure what the issue is at the moment, but if it is related to the work you're doing then we'll have to wait on @fengpinghu's user request given $ docker run --rm -ti gitlab-registry.cern.ch/atlas/athena/analysisbase:25.2.13 /bin/bash -c '. /release_setup.sh && root --version'
Configured GCC from: /opt/lcg/gcc/13.1.0-b3d18/x86_64-el9/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/25.2.13/InstallArea/x86_64-el9-gcc13-opt
ROOT Version: 6.28/12
Built for linuxx8664gcc on Jan 30 2024, 08:17:35
From tags/v6-28-12@v6-28-12 |
Just to clarify, this is still using the old stand-alone https://gitlab.cern.ch/krumnack/columnarprototype/-/tree/c87cb89ce78e886e88e5d567c48c38a98899ddf3 So it is not surprising that it doesn't work with latest releases. That's why we have |
@ekourlit sorry I'm a bit behind on things. Should things be updated to a new repository? |
No, the "new repository" will be AMG's fork: https://gitlab.cern.ch/atlas-asg/columnar-athena Makes sense? |
Yes, that's the repository, and yes you'd have to first get nanobind into the externals. Once that is figured out you can actually build externals and the release from that branch, even if it isn't yet in the externals. You may have to update package_filters.txt to include PhysicsAnalysis/Columnar. |
Resolves #66