Skip to content

Commit

Permalink
Merge pull request #194 from radarhere/wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 25, 2023
2 parents 03619a9 + 99e7796 commit ed8220f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions manylinux2014-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"

. wheels/multibuild/library_builders.sh
. wheels/config.sh

yum install -y devtoolset-9-gcc devtoolset-9-gcc-c++
pre_build

. .github/workflows/wheels-dependencies.sh
6 changes: 2 additions & 4 deletions manylinux_2_28-wheel-build/build_depends.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ export CPPFLAGS="-I$BUILD_PREFIX/include $CPPFLAGS"
export LIBRARY_PATH="$BUILD_PREFIX/lib:$LIBRARY_PATH"
export PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig/:$PKG_CONFIG_PATH"

. wheels/multibuild/library_builders.sh
. wheels/config.sh

dnf group install -y "Development Tools"
pre_build

. .github/workflows/wheels-dependencies.sh

0 comments on commit ed8220f

Please sign in to comment.