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

Patch OpenBLAS to build on FreeBSD #19356

Merged
merged 2 commits into from
Nov 20, 2016

Conversation

ararslan
Copy link
Member

This PR provides a minimal patch to OpenBLAS that allows it to build on FreeBSD. The issue was that certain header files weren't being included because FreeBSD was omitted from the OS conditional that includes them. The change should have no effect at all on other systems.

The patch has been submitted upstream: OpenMathLib/OpenBLAS#1015

Copy link
Sponsor Member

@staticfloat staticfloat left a comment

Choose a reason for hiding this comment

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

Looks good to me, except that I would put a comment next to the patch with a link to OpenMathLib/OpenBLAS#1015 saying that this patch can be removed once a release including your fix is merged.

@ararslan
Copy link
Member Author

Good idea. I should do that for the LibSSH2 patch as well.

@ararslan
Copy link
Member Author

A now a bump for my last outstanding FreeBSD PR. :)

@ViralBShah ViralBShah merged commit d2a19d8 into JuliaLang:master Nov 20, 2016
@ViralBShah ViralBShah added system:freebsd Affects only FreeBSD building Build system, or building Julia or its dependencies labels Nov 20, 2016
@ararslan ararslan deleted the aa/freebsd-openblas branch November 20, 2016 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:freebsd Affects only FreeBSD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants