Skip to content

Commit

Permalink
donotcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 13, 2023
1 parent fb6818c commit 281c22b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
source wheels/multibuild/common_utils.sh
PLAT="x86_64" source wheels/multibuild/library_builders.sh
if [ -z "$IS_MACOS" ]; then
export MB_ML_LIBC="musllinux"
export MB_ML_VER="_1_1"
source wheels/multibuild/manylinux_utils.sh
fi

Expand Down Expand Up @@ -94,9 +96,8 @@ if [ -n "$IS_MACOS" ]; then
build_simple xorgproto 2023.2 https://www.x.org/pub/individual/proto
build_simple libXau 1.0.11 https://www.x.org/pub/individual/lib
build_simple libpthread-stubs 0.5 https://xcb.freedesktop.org/dist
echo "torch"
find / -iname xcb-proto.pc
cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc
# /Library/Frameworks/Python.framework/Versions/Current/share/pkgconfig
#cp venv/share/pkgconfig/xcb-proto.pc venv/lib/pkgconfig/xcb-proto.pc
else
sed s/\${pc_sysrootdir\}// /usr/local/share/pkgconfig/xcb-proto.pc > /usr/local/lib/pkgconfig/xcb-proto.pc
fi
Expand Down

0 comments on commit 281c22b

Please sign in to comment.