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

Avoid static library replacement of libm #42

Merged
merged 1 commit into from
Aug 31, 2018
Merged

Conversation

u-u-h
Copy link

@u-u-h u-u-h commented Aug 30, 2018

Cray (and other) Linux systems do not compile libm with -fPIC.
Since it seems difficult to portably check a library's content for PIC
code we add the ability to exclude libraries explicitly in the call to
buildcfg.replace_static_libraries
and use that to exclude libm. (python-igraph uses the same method)

Cray (and other) Linux systems do not compile libm with -fPIC.
Since it seems difficult to portably check a library's content for PIC
code we add the ability to exclude libraries explicitly in the call to
	buildcfg.replace_static_libraries
and use that to exclude libm. (python-igraph uses the same method)
@vtraag vtraag merged commit d52d6b6 into vtraag:master Aug 31, 2018
vtraag added a commit to vtraag/leidenalg that referenced this pull request Aug 31, 2018
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.

None yet

2 participants