File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments