File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 6868 env :
6969 CIBW_BUILD : ${{ matrix.python }}-*
7070 CIBW_ARCHS : ${{ matrix.arch }}
71- CIBW_MANYLINUX_X86_64_IMAGE : " quay.io/pypa/manylinux_2_34_x86_64"
72- CIBW_MANYLINUX_AARCH64_IMAGE : " quay.io/pypa/manylinux_2_34_aarch64"
73- CIBW_BEFORE_ALL_LINUX : >
74- yum install -y epel-release &&
75- yum install -y libpng-devel libjpeg-turbo-devel eigen3-devel glm-devel glfw-devel
7671
7772 - uses : actions/upload-artifact@v4
7873 with :
Original file line number Diff line number Diff line change @@ -5,3 +5,10 @@ build-backend = "scikit_build_core.setuptools.build_meta"
55[tool .scikit-build .cmake .define ]
66BUILD_PYTHON_BINDINGS = true
77BUILD_SHARED_LIBS = false
8+
9+ [tool .cibuildwheel .linux ]
10+ before-all = " yum install -y libpng-devel libjpeg-turbo-devel eigen3-devel glm-devel glfw-devel"
11+
12+ [tool .cibuildwheel ]
13+ manylinux-x86_64-image = " manylinux_2_28"
14+ manylinux-aarch64-image = " manylinux_2_28"
You can’t perform that action at this time.
0 commit comments