Skip to content

Commit f7fb8a6

Browse files
committed
remove cross-compiler overrides
1 parent 1cebfdc commit f7fb8a6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pyproject.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ build-verbosity = "3"
4545
archs = ["x86_64", "arm64"]
4646
environment = { CC = "clang", CXX = "clang++", FC = "gfortran-12", MACOSX_DEPLOYMENT_TARGET = 13.0 }
4747

48-
[[tool.cibuildwheel.overrides]]
49-
select = "*-macosx_arm64"
50-
before-build = "bash {project}/tools/wheels/cibw_before_build_macos.sh {project}"
51-
52-
# Override the default environment variables with the cross-compiled ones
53-
[tool.cibuildwheel.overrides.environment]
54-
CC = "clang"
55-
CXX = "clang++"
56-
MACOSX_DEPLOYMENT_TARGET = 13.0
57-
FC = "/opt/gfortran-darwin-arm64-cross/bin/arm64-apple-darwin20.0.0-gfortran"
58-
LDFLAGS = "-L/opt/gfortran-darwin-arm64-cross/lib/gcc/arm64-apple-darwin20.0.0/11.3.0 -Wl,-rpath,/opt/gfortran-darwin-arm64-cross/lib/gcc/arm64-apple-darwin20.0.0/11.3.0"
59-
6048
[tool.cibuildwheel.windows]
6149
archs = ["auto64"]
6250
environment = { CC = "gcc", CXX = "g++", FC = "gfortran" }

0 commit comments

Comments
 (0)