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

Fix building on macOS and cygwin #31

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

fingolfin
Copy link
Member

Both need -lgmp added explicitly. Also, on cygwin, the headers
are in /usr/include/cddlib, so let's search there, too (this matches
what is done when --with_cddlib is given, too)

Also resolves #25

Both need -lgmp added explicitly. Also, on cygwin, the headers
are in /usr/include/cddlib, so let's search there, too (this matches
what is done when `--with_cddlib` is given, too)
@fingolfin fingolfin mentioned this pull request Aug 11, 2022
@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #31 (da43941) into master (b9b978f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   89.59%   89.59%           
=======================================
  Files           5        5           
  Lines         913      913           
  Branches       23       23           
=======================================
  Hits          818      818           
  Misses         91       91           
  Partials        4        4           

@kamalsaleh kamalsaleh merged commit 0b33a2a into homalg-project:master Aug 11, 2022
@kamalsaleh
Copy link
Member

Thank you very much!

@fingolfin fingolfin deleted the mh/gmp branch August 11, 2022 09:35
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

Successfully merging this pull request may close these issues.

2 participants