-
Notifications
You must be signed in to change notification settings - Fork 6
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
Enh/use jlls #31
Enh/use jlls #31
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31 +/- ##
==========================================
+ Coverage 95.92% 96.73% +0.81%
==========================================
Files 9 9
Lines 270 276 +6
==========================================
+ Hits 259 267 +8
+ Misses 11 9 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
I guess, if this works, then there is no need to define this additionally :) |
ok, but now my question is what is the purpose of ? |
I think this is relevant oscar-system/LoadFlint.jl#7 |
I can't really read through that thread, can you summarize what is the difference? I just tested with only |
Does it work to load for example Nemo and Arblib at the same time if we use |
please tell me what is the real difference between those to me they're doing the same thing, but LoadFlint also tries to avoid several Also based on the discussion in the thread linked by @saschatimme (see oscar-system/LoadFlint.jl#7 (comment)) it seems that |
I'm not sure if
libarb
is exported fromArb_jll
, but this seems to work? should we addconst libarb = Arb_jll.libarb
just belowusing Arb_jll
?