Skip to content

Commit 1b5fc37

Browse files
committed
enable relocatable bin and rebuild 2_28
1 parent aa93507 commit 1b5fc37

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
container: ['manylinux2014_x86_64']
11+
container: ['manylinux_2_28_x86_64']
1212
runs-on: ubuntu-latest
1313
container: quay.io/pypa/${{matrix.container}}
1414
steps:

ILPSolverIf/cbc.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(NOT cbc_POPULATED)
1515
include(ExternalProject)
1616
ExternalProject_Add(cbc
1717
SOURCE_DIR ${cbc_SOURCE_DIR}
18-
CONFIGURE_COMMAND ${cbc_SOURCE_DIR}/configure --enable-cbc-parallel --enable-openmp --disable-zlib --disable-bzlib --without-blas --without-lapack --enable-static --enable-shared --with-pic --prefix=${cbc_BINARY_DIR}
18+
CONFIGURE_COMMAND ${cbc_SOURCE_DIR}/configure --enable-cbc-parallel --enable-openmp --disable-zlib --disable-bzlib --without-blas --without-lapack --enable-static --enable-shared --enable-relocatable --with-pic --prefix=${cbc_BINARY_DIR}
1919
BUILD_BYPRODUCTS ${cbc_BINARY_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Cgl${CMAKE_STATIC_LIBRARY_SUFFIX}
2020
${cbc_BINARY_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Clp${CMAKE_STATIC_LIBRARY_SUFFIX}
2121
${cbc_BINARY_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}Cbc${CMAKE_STATIC_LIBRARY_SUFFIX}

0 commit comments

Comments
 (0)