dealii / candi

candi - (Compile & Install) - Downloads, configures, builds and installs deal.II
GNU Lesser General Public License v3.0
63 stars 61 forks source link

Update p4est package to docker image version #393

Closed blaisb closed 3 months ago

blaisb commented 3 months ago

The docker image currently uses p4est 2.3.6. Consequently, if someone is installing deal.II through candi (like most of my students do) and wants to create tests that use restart files, their test will not work with an instance of the docker image. I feel like it would be a good idea to always reflect the package version of the docker image within the candi package files (when possible).

This is a first step towards this :)

marcfehling commented 3 months ago

See also #382 :)