From 68381cbf8375937deb483443537199d120b08784051b98774cd7ee7c93b8cd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 29 Oct 2024 15:32:13 +0000 Subject: [PATCH] [info=32ad754ccc2a34bde925bd72203a5bf7] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/gcc-14-image?expand=0&rev=132 --- Dockerfile | 3 +-- README.md | 3 +-- gcc-14-image.changes | 10 ++++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) 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