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

gollvm: updating CMakeLists.txt, to allow targeting the bleeding edge versions of gmp/mpfr/mpc #42206

Closed
advancedwebdeveloper opened this issue Oct 26, 2020 · 2 comments

Comments

@advancedwebdeveloper
Copy link

It makes sense to migrate dependencies, mentioned in CMakeLists.txt config. , to the following versions:

https://gmplib.org/download/gmp/gmp-6.2.0.tar.bz2
https://www.mpfr.org/mpfr-current/mpfr-4.1.0.tar.bz2
https://ftp.gnu.org/gnu/mpc/mpc-1.2.0.tar.gz
.

Those are proven to compile well, for x86_64 "release" build of gollvm.
Here is my proof:

my binary build ;
my compressed build folder
.

CC @thanm @cherrymui @ianlancetaylor

Related to this commit.

@gopherbot
Copy link

Change https://golang.org/cl/265017 mentions this issue: CMake config: updating the configuration, to target the latest versions of gmp, mp[fr, mpc

@thanm
Copy link
Contributor

thanm commented Oct 27, 2020

Fix submitted in 44a7a47, tentatively marking this closed.

@thanm thanm closed this as completed Oct 27, 2020
@golang golang locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants