Skip to content

Commit

Permalink
ENH: GMP: change the src url to pass compile currently
Browse files Browse the repository at this point in the history
Change-Id: I344f14dded450c5a7549b2a94cafe46c25db9448
  • Loading branch information
lanewei120 committed Jul 12, 2023
1 parent 4bdb8f0 commit 6a6e470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/GMP/GMP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ else ()
endif ()

ExternalProject_Add(dep_GMP
URL https://gmplib.org/download/gmp/gmp-6.2.1.tar.bz2
URL_HASH SHA256=eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c
URL https://github.com/bambulab/gmp/archive/refs/tags/6.2.1.tar.gz
URL_HASH SHA256=705ae57ee2014b2c6fc0f572c85ee43276b99b6b256ee16c1a9d3a8c4e3609d5
DOWNLOAD_DIR ${DEP_DOWNLOAD_DIR}/GMP
BUILD_IN_SOURCE ON
CONFIGURE_COMMAND env "CFLAGS=${_gmp_ccflags}" "CXXFLAGS=${_gmp_ccflags}" ./configure ${_cross_compile_arg} --enable-shared=no --enable-cxx=yes --enable-static=yes "--prefix=${DESTDIR}/usr/local" ${_gmp_build_tgt}
Expand Down

0 comments on commit 6a6e470

Please sign in to comment.