Static packages generation bug fix #3112
Conversation
Latest in master for release
Latest in master 1.15
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #3112 +/- ##
==========================================
- Coverage 73.15% 73.15% -0.01%
==========================================
Files 430 430
Lines 103937 103937
Branches 16717 16717
==========================================
- Hits 76039 76037 -2
- Misses 27622 27624 +2
Partials 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jajhall
left a comment
There was a problem hiding this comment.
I can't comment on this, so have to trust you
mathgeekcoder
left a comment
There was a problem hiding this comment.
Looks good. I'm assuming BUILD_STATIC_EXE is released as apache license (when HIPO=ON).
At some point we'll need to see why NO_AVX512 is necessary.
|
BUILD_STATIC_EXE is used for both the apache and the MIT licenses. Should I set some other flags in CMake? Is this not OK for the extras? For the MIT build, I get locally This is the workflow: eg this line was only necessary for the apache binaries HiGHS/.github/workflows/release-cpack.yml Line 24 in 37b8004 perpaps I should add it now to the MIT ones as well? Even with that I still get the warnings above |
Interesting. For I've tested the |
Ignore my previous comment. For The warning is for It might become relevant depending on how we support cuda etc. in the future. |
|
Yes, I think that is right! Optionally adding HighsDynamicLibrary to cmake seems to clear the warning: 63be509 If you are happy with this I can merge it to this branch, but I don't think it's essential |
Fix to the build of static release binaries.
Closes #3105 and #3117
added tests too 😅