File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 9494 "-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
9595 make -j4 install
9696
97- - name : Install patchelf
98- run : |
99- yum install -y epel-release && yum install -y patchelf
100-
10197 - name : Package .zip archives
10298 run : |
10399 base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install
@@ -107,7 +103,7 @@ jobs:
107103 cp -R $base/python-3.9.11/lib/python3.9/site-packages/voxec .
108104 cp $GITHUB_WORKSPACE/pyproject.toml .
109105
110- $base/python-3.9.11/bin/python3 -m pip install build auditwheel
106+ $base/python-3.9.11/bin/python3 -m pip install build auditwheel patchelf
111107 $base/python-3.9.11/bin/python3 -m build -w
112108 $base/python-3.9.11/bin/python3 -m auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl -w audited
113109
You can’t perform that action at this time.
0 commit comments