gordonwatts / atlas-containers

2 stars 1 forks source link

missing rpm expat-devel #9

Open timadye opened 7 months ago

timadye commented 7 months ago

Building Athena (Athena,main,r2024-03-07 sparse build) in WSL distro atlas_al9 gives an error in the cmake step:

-- Could NOT find Geant4 (found version "10.6.3"), checked the following files:
    /cvmfs/atlas-nightlies.cern.ch/repo/sw/main_Athena_x86_64-el9-gcc13-opt/2024-03-07T2101/AthenaExternals/25.0.1/InstallArea/x86_64-el9-gcc13-opt/lib/Geant4-10.6.3/Geant4Config.cmake (version 10.6.3)
    Reason given by package: Geant4 could not be found because dependency EXPAT could not be found.

An easy fix was to install:

sudo yum install expat-devel

This could be an Athena problem, but this package is available on lxplus and the setupATLAS -c el9 container, so it is a reasonable thing to have available.