svalinn / DAGMC

Direct Accelerated Geometry Monte Carlo Toolkit
https://svalinn.github.io/DAGMC
Other
96 stars 61 forks source link

Streamline dependencies of docker CI images Part 2 #952

Closed ahnaf-tahmid-chowdhury closed 4 months ago

ahnaf-tahmid-chowdhury commented 4 months ago

Description

This PR aims to streamline the dependencies of Docker CI images by removing autoconf and extra docker stages moab and hdf5, and merging them into the external_stage stage. HDF5 will now be built using CMake instead of autoconf.

Changes Made

ahnaf-tahmid-chowdhury commented 4 months ago

Bad luck. It appears that HDF5 requires CMake 3.18 as the minimum version for support in the find_package method. However, Ubuntu 20.04 only has CMake 3.16. Any suggestions?

gonuke commented 4 months ago

Bad luck. It appears that HDF5 requires CMake 3.18 as the minimum version for support in the find_package method. However, Ubuntu 20.04 only has CMake 3.16. Any suggestions?

Hmmm.... I guess we could drop 20.04 support? We're only a few weeks away from 24.04 being released....

ahnaf-tahmid-chowdhury commented 4 months ago

Please explain or make an issue. I will try to solve that accordingly.