ENH: Update manylinux_2_28-x64 to latest version

manylinux_2_28-x64 now supports the gcc 14 toolchain.
This commit is contained in:
Hans Johnson
2025-02-08 10:38:33 -06:00
parent e66c1880ec
commit 08ddf8271b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Recent versions address yum functionality
FROM quay.io/pypa/manylinux_2_28_x86_64:2024-07-20-e0def9a
FROM quay.io/pypa/manylinux_2_28_x86_64:2025-02-06-fa3500c
LABEL maintainer="Matt McCormick matt@mmmccormick.com"
@ -12,7 +12,7 @@ ENV DEFAULT_DOCKCROSS_IMAGE=dockcross/manylinux_2_28-x64
#include "common.docker"
ENV CROSS_TRIPLE=x86_64-linux-gnu
ENV CROSS_ROOT=/opt/rh/gcc-toolset-12/root/bin/
ENV CROSS_ROOT=/opt/rh/gcc-toolset-14/root/bin/
ENV AS=${CROSS_ROOT}/as \
AR=${CROSS_ROOT}/ar \
CC=${CROSS_ROOT}/gcc \

View File

@ -5,7 +5,7 @@ set(CMAKE_SYSTEM_PROCESSOR x86_64)
set(MANYLINUX_2_28 TRUE)
set(CROSS_ROOT /opt/rh/gcc-toolset-12/root/bin/)
set(CROSS_ROOT /opt/rh/gcc-toolset-14/root/bin/)
set(CMAKE_C_COMPILER ${CROSS_ROOT}/gcc)
set(CMAKE_CXX_COMPILER ${CROSS_ROOT}/g++)
set(CMAKE_Fortran_COMPILER ${CROSS_ROOT}/gfortran)