Skip to content

Commit

Permalink
Merge #2523: [Depends] Bump gmp to v6.2.1
Browse files Browse the repository at this point in the history
dd7b5de [Depends] Bump gmp to v6.2.1 (Fuzzbawls)

Pull request description:

  v6.2.1 of gmp added initial native support for M1 based mac systems

  - [x] #2522

ACKs for top commit:
  furszy:
    regular depends build ACK dd7b5de
  random-zebra:
    ACK dd7b5de and merging...

Tree-SHA512: 2adac416bbb3706017b6a229bfe3e70538c6d662cfa086f395e39821fa7da3bda05f50608752c69f2a8f6104dec0f95a1d2008a8fd1274666021d359b5f6836e
  • Loading branch information
random-zebra committed Oct 8, 2021
2 parents 295dabf + dd7b5de commit 81369ef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions depends/packages/gmp.mk
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package=gmp
$(package)_version=6.1.2
$(package)_version=6.2.1
$(package)_download_path=https://gmplib.org/download/gmp
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
$(package)_sha256_hash=5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2
$(package)_file_name=$(package)-$($(package)_version).tar.xz
$(package)_sha256_hash=fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2

define $(package)_set_vars
$(package)_config_opts=--disable-shared
$(package)_config_opts_mingw32=--enable-mingw
$(package)_config_opts_linux=--with-pic
$(package)_config_opts_aarch64_darwin+=--with-pic
endef

define $(package)_config_cmds
Expand Down

0 comments on commit 81369ef

Please sign in to comment.