Skip to content

Commit 370b0ef

Browse files
committed
license: don't concatenate licenses for wheels
1 parent e6861bb commit 370b0ef

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

bin/cibw_before_all_linux_aarch64.sh

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

33
set -e
44

5-
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6-
75
yum install -y xz
86
bin/build_dependencies_unix.sh\
97
--gmp gmp\

bin/cibw_before_all_linux_x86_64.sh

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

33
set -e
44

5-
cat wheels/LICENSE_linux_wheels.txt >> LICENSE
6-
75
yum install -y xz
86
bin/build_dependencies_unix.sh\
97
--gmp gmp\

bin/cibw_before_all_macosx_arm64.sh

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

33
set -e
44

5-
cat wheels/LICENSE_macos_wheels.txt >> LICENSE
6-
75
export CPPFLAGS=" --target=arm64-apple-macos11"
86
export LDFLAGS=" -arch arm64"
97

bin/cibw_before_all_macosx_x86_64.sh

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

33
set -e
44

5-
cat wheels/LICENSE_macos_wheels.txt >> LICENSE
6-
75
brew install automake libtool
86

97
bin/build_dependencies_unix.sh\

bin/cibw_before_all_windows.sh

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

33
set -o errexit
44

5-
cat wheels/LICENSE_windows_wheels.txt >> LICENSE
6-
75
# Uncomment this to run cibuildwheel locally on Windows:
86
# export PATH=$PATH:/c/msys64/usr/bin:/c/msys64/mingw64/bin
97

0 commit comments

Comments
 (0)