Skip to content

Commit

Permalink
Remove scripts/mp_bitcnt_t.diff
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Oct 17, 2024
1 parent 7a64415 commit 50641b6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
1 change: 0 additions & 1 deletion scripts/cibw_before_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ curl -s -O https://ftp.gnu.org/gnu/gmp/gmp-${GMP_VERSION}.tar.xz
tar -xf gmp-${GMP_VERSION}.tar.xz
cd gmp-${GMP_VERSION}
# Patch the mp_bitcnt_t to "unsigned long long int" on WINDOWS AMD64:
patch -N -Z -p0 < ../scripts/mp_bitcnt_t.diff
patch -N -Z -p0 < ../scripts/fat_build_fix.diff
# config.guess uses microarchitecture and configfsf.guess doesn't
# We replace config.guess with configfsf.guess to avoid microarchitecture
Expand Down
25 changes: 0 additions & 25 deletions scripts/mp_bitcnt_t.diff

This file was deleted.

0 comments on commit 50641b6

Please sign in to comment.