Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Reverted the positioning of the environment call that was accidentall…
Browse files Browse the repository at this point in the history
…y changed
  • Loading branch information
daminton committed Aug 22, 2023
1 parent f276bcd commit 4b60068
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ requires = [
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
environment = {SKBUILD_CONFIGURE_OPTIONS="-DBUILD_SHARED_LIBS=OFF"}
test-command = "pytest {package}/tests"
test-requires = ['pytest','cython']
test-skip = "cp312-*"
skip = "pp* *i686 *-manylinux_i686 *_ppc64le *_s390x *-musllinux* *-win32"

[tool.cibuildwheel.linux]
environment = {SKBUILD_CONFIGURE_OPTIONS="-DBUILD_SHARED_LIBS=OFF", FFLAGS="${FFLAGS} -fPIC", CFLAGS="${CFLAGS} -fPIC", LDFLAGS="${LDFLAGS} -fPIE", LIBS="-lgomp"}
environment = {FFLAGS="${FFLAGS} -fPIC", CFLAGS="${CFLAGS} -fPIC", LDFLAGS="${LDFLAGS} -fPIE", LIBS="-lgomp"}
before-all = [
"yum install wget m4 doxygen -y || apt-get install wget m4 doxygen -y",
"buildscripts/build_dependencies.sh -d /_dependencies -p /usr/local",
Expand Down

0 comments on commit 4b60068

Please sign in to comment.