We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77790b4 commit 4ebb6cfCopy full SHA for 4ebb6cf
1 file changed
pyproject.toml
@@ -83,7 +83,8 @@ skip = ["*-win32", "*-manylinux_i686", "*-musllinux*", "pp*"]
83
84
# Set the environment variable for the wheel build step.
85
# NOTE(haocheng): we enable all the optional features for the wheel build.
86
-environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "14.0", CMAKE_ARGS = "-DENABLE_3L_CACHE=ON -DENABLE_GLCACHE=ON -DENABLE_LRB=ON" }
+# And MACOSX_DEPLOYMENT_TARGET should be kept in sync with [tool.scikit-build.cmake].define.CMAKE_OSX_DEPLOYMENT_TARGET
87
+environment = { LCS_BUILD_DIR = "{project}/src/libCacheSim/build", MACOSX_DEPLOYMENT_TARGET = "15.0", CMAKE_ARGS = "-DENABLE_3L_CACHE=ON -DENABLE_GLCACHE=ON -DENABLE_LRB=ON" }
88
89
# Test that the wheel can be imported
90
test-command = "python -c 'import libcachesim; print(\"Import successful\")'; cp -r {project}/tests .; python -m pytest tests/ -v -m 'not optional'; python -m pytest tests/ -v -m 'optional'"
0 commit comments