Skip to content

Commit 1862bf4

Browse files
committed
Append licenses for bundled dependencies in wheels
1 parent 41c6afa commit 1862bf4

8 files changed

+1656
-0
lines changed

bin/cibw_before_all_linux_aarch64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
5+
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6+
37
yum install -y xz
48
bin/build_dependencies_unix.sh\
59
--gmp gmp\

bin/cibw_before_all_linux_x86_64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
5+
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6+
37
yum install -y xz
48
bin/build_dependencies_unix.sh\
59
--gmp gmp\

bin/cibw_before_all_macosx_arm64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
5+
cat wheels/LICENSE_macos_wheels.txt >> LICENSE
6+
37
export CPPFLAGS=" --target=arm64-apple-macos11"
48
export LDFLAGS=" -arch arm64"
59

bin/cibw_before_all_macosx_x86_64.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
set -e
4+
5+
cat wheels/LICENSE_macos_wheels.txt >> LICENSE
6+
37
brew install automake libtool
48

59
bin/build_dependencies_unix.sh\

bin/cibw_before_all_windows.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
set -o errexit
44

5+
cat wheels/LICENSE_windows_wheels.txt >> LICENSE
6+
57
# Uncomment this to run cibuildwheel locally on Windows:
68
# export PATH=$PATH:/c/msys64/usr/bin:/c/msys64/mingw64/bin
79

wheels/LICENSE_linux_wheels.txt

Lines changed: 524 additions & 0 deletions
Large diffs are not rendered by default.

wheels/LICENSE_macos_wheels.txt

Lines changed: 524 additions & 0 deletions
Large diffs are not rendered by default.

wheels/LICENSE_windows_wheels.txt

Lines changed: 590 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)