-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Add OpenBLAS #364
Add OpenBLAS #364
Conversation
Hi! This is the friendly conda-forge-admin automated user. I just wanted to let you know that I linted all conda-recipes in your PR ( |
3a950d4
to
a04c28a
Compare
6a4a55a
to
1bb9fdc
Compare
ab4ee03
to
80c4813
Compare
I don't think the LAPACK portion of OpenBLAS builds on Windows when using CMake. That's what all these errors are about. We can either build with compilers from MinGW, MSYS2, or similar and create a static library or we can just not support LAPACK and continue building with CMake. On Travis CI we get too many warnings overrunning the log limit, but when we try to silence them it kills the build because it is too quiet. Can't win. 😦 Linux is failing because it can't figure out what to do with some of the assembly instructions. According to one user, this was fixed by using a newer version of binutils. |
99b8578
to
cd971c7
Compare
So, I have made some changes.
|
Linkage issues on Mac. Take a look at these lines in the log on Travis. |
f058f86
to
8b3b1fe
Compare
HA! We're getting somewhere. Now it only fails to after the build on Travis. 😆 |
ca1e918
to
da91d71
Compare
🎉 It builds! 🎉 Considering how long this build takes and all the comments seem to be addressed, I'm taking this over to a feedstock. Note this no longer has any of the CI changes in it. This only has the recipe. Windows will be dealt with at the feedstock (probably after some discussion at tomorrow's meeting). Thanks everyone for your help. |
BTW here is the OpenBLAS feedstock. |
Mac and Linux packages available from the |
Discussion on Windows builds can proceed on this issue ( conda-forge/openblas-feedstock#2 ) to keep things simpler and easier to follow. |
Cc'd some interested individuals on the Windows build issue for OpenBLAS. We would love to hear your thoughts there. |
Attempts to add a recipe to build OpenBLAS based off my own version and conda-recipes to some extent. Also, cleaned up a bit to fit here.