Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gmp from 6.2.1 to 6.3.0 [emscripten-3.1.73] #1612

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions recipes/recipes_emscripten/gmp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CC_FOR_BUILD=emcc CPP_FOR_BUILD=emcc HOST_CC=emcc emconfigure ./configure \
--disable-assembly \
--enable-cxx \
--host=none \
--disable-tests
# --enable-fat

emmake make -j${CPU_COUNT}
Expand Down
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/gmp/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 6.2.1
version: 6.3.0

package:
name: gmp
version: ${{ version }}

source:
url: https://gmplib.org/download/gmp/gmp-${{ version }}.tar.bz2
sha256: eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c
sha256: ac28211a7cfb609bae2e2c8d6058d66c8fe96434f740cf6fe2e47b000d1c20cb

build:
number: 0
Expand Down
Loading