diff --git a/Dockerfile b/Dockerfile index af84d8a..31dd0b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,14 +17,13 @@ #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%%-%RELEASE% #!BuildTag: opensuse/bci/gcc:%%gcc_minor_version%% -#!BuildTag: opensuse/bci/gcc:14-%RELEASE% #!BuildTag: opensuse/bci/gcc:14 #!BuildTag: opensuse/bci/gcc:latest FROM opensuse/tumbleweed:latest RUN set -euo pipefail; \ - zypper -n install --no-recommends gcc14 gcc14-c++ make gcc gcc-c++ curl findutils gawk git-core procps util-linux; \ + zypper -n install --no-recommends gcc14 gcc14-c++ gcc14-fortran make gcc gcc-c++ gcc-fortran curl findutils gawk git-core procps util-linux; \ zypper -n clean; \ rm -rf {/target,}/var/log/{alternatives.log,lastlog,tallylog,zypper.log,zypp/history,YaST2} diff --git a/README.md b/README.md index bea47ed..5848dcb 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,9 @@ using `zypper`. This includes the following: ### Available compiler frontends The GNU Compiler Collections supports a wide range of frontends. The container -image ships the C and C++ frontends available as `gcc` and `g++` +image ships the C, C++ and fortran frontends available as `gcc`, `g++` and `gfortran` respectively. The following additional frontends can be installed from the repository: -- `gcc14-fortran` for Fortran support - `gcc14-ada` for the Ada frontend (GNAT) - `gcc14-go` for the Go frontend - `gcc14-objc` and `gcc14-obj-c++` for the Objective C and Objective C++ diff --git a/gcc-14-image.changes b/gcc-14-image.changes index b78bed1..3c69fb6 100644 --- a/gcc-14-image.changes +++ b/gcc-14-image.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 29 15:23:20 UTC 2024 - SUSE Update Bot + +- drop tag_version-%RELEASE% + +------------------------------------------------------------------- +Tue Oct 29 14:22:15 UTC 2024 - SUSE Update Bot + +- add fortran + ------------------------------------------------------------------- Mon Oct 14 11:26:26 UTC 2024 - SUSE Update Bot