Skip to content

Commit

Permalink
[Depends] Bump gmp to v6.2.1
Browse files Browse the repository at this point in the history
v6.2.1 of gmp added initial native support for M1 based mac systems
  • Loading branch information
Fuzzbawls committed Oct 2, 2021
1 parent 2781ccd commit dd7b5de
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 dd7b5de

Please sign in to comment.