hpcflow / PETSc-image

Docker image with PETSc, used as a base for the DAMASK image
0 stars 0 forks source link

Cannot specify minor gcc version #2

Closed fherreazcue closed 1 year ago

fherreazcue commented 1 year ago

The dockerfile currently only supports specification of the major version of gcc, because it installs directly from apt-get, e.g. as apt-get install -y gcc-12 gfortran-12 g++-12. The gh action then fails if a minor version (e.g. 12.2) is specified.

fherreazcue commented 1 year ago

fixed in 7ebaa48.