Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Patch intel#11356

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
s-sajid-ali wants to merge2 commits intomatplotlib:masterfroms-sajid-ali:patch_intel
Closed

Patch intel#11356

s-sajid-ali wants to merge2 commits intomatplotlib:masterfroms-sajid-ali:patch_intel

Conversation

s-sajid-ali
Copy link

@s-sajid-alis-sajid-ali commentedMay 31, 2018
edited
Loading

PR Summary

closes11340

Changes poly2.c to build with intel compiler.

@anntzer
Copy link
Contributor

I think the patch should be upstreamed and then we can update the vendored version of qhull (perhaps keeping a similar approach as#11246 in mind).

@s-sajid-ali
Copy link
Author

Looks like upstream isn't active, but I've raised anissue about the patch. I'm a little confused as to why qhull itself builds but the matplotlib extension won't build.

@tacaswell
Copy link
Member

@s-sajid-ali I was suggesting you put the patch in your spak recipe, I strongly suspect that the spak package for qhull is already carrying such a patch.

I am skeptical of merging this for the same reason as@anntzer , but leave the final decision to@ianthomas23 .

@s-sajid-ali
Copy link
Author

Okay, I misunderstood that part. I'll see if the issue I opened upstream gets any response and if that fails see if it can be fixed within spack.

@tacaswelltacaswell added this to thev3.1 milestoneAug 27, 2018
@anntzer
Copy link
Contributor

Actually looking at this again the issue appears to arise because you are compiling poly2.c using icpc (intel c++ compiler) as opposed to icc (intel c compiler). On a bland linux install this file is correctly compiled by gcc, not g++. (And indeed, assigning the result of malloc without a cast is valid C, not valid C++.)

Thus I think the fix is actually on spack's side (or whoever set up the compilation machinery to use icpc/icc).

Copy link
Contributor

@anntzeranntzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Proposing to close per#11356 (comment).

@tacaswelltacaswell removed this from thev3.1 milestoneSep 18, 2018
@tacaswell
Copy link
Member

I agree with@anntzer , this should be fixed on the spack side (either to fix the compiler selection, to find the system qhull, or to carry the patch).

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@anntzeranntzeranntzer requested changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

matplotlib fails to install from source with intel compiler
3 participants
@s-sajid-ali@anntzer@tacaswell

[8]ページ先頭

©2009-2025 Movatter.jp