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

Missing CXSC library (optionally used by Float package) #1

Closed
olexandr-konovalov opened this issue May 14, 2015 · 3 comments
Closed

Comments

@olexandr-konovalov
Copy link
Member

In order to build Float, one should meet the prerequisites first:

Configure: error: You need to first install the external libraries mpfr mpfi mpc cxsc fplll, and then rerun './configure'
@olexandr-konovalov
Copy link
Member Author

I've added libmpfr-dev, libmpfi-dev, libmpc-dev, libfplll-dev to the docker image in commit a6fbad8. The only missing dependency is on cxsc, because it does not seem to have a fully automated installation procedure, but has to be installed interactively (it asks to agree with the license, etc.) This is why I used ./configure --without-cxsc to configure Float.

@laurentbartholdi, is this a serious limitation, and do you know a better way to install cxsc by any chance?

@olexandr-konovalov
Copy link
Member Author

@sebasguts & @laurentbartholdi: since we now build `gap-docker-base' manually, perhaps we may consider adding CXSC there as well?

@olexandr-konovalov olexandr-konovalov changed the title Requirements for Float package Missing CXSC library (optionally used by Float package) Dec 10, 2015
@olexandr-konovalov
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant