-
Notifications
You must be signed in to change notification settings - Fork 130
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
Sigsegv caused by polymake (presumably) with bleeding-new system #3023
Comments
It is a known problem that Polymake (and everything else dependent on CxxWrap) is incompatible with julia nightly. See e.g. JuliaInterop/CxxWrap.jl#391 and JuliaInterop/libcxxwrap-julia#137. |
Thanks for the quick response! However, there must be something else,
because CxxWrap works on my machine (and so does one of my packages that
relies on it)
…On Thu, 16 Nov 2023 at 19:47, Lars Göttgens ***@***.***> wrote:
It is a known problem that Polymake (and everything else dependent on
CxxWrap) is incompatible with julia nightly. See e.g.
JuliaInterop/CxxWrap.jl#391
<JuliaInterop/CxxWrap.jl#391> and
JuliaInterop/libcxxwrap-julia#137
<JuliaInterop/libcxxwrap-julia#137>.
—
Reply to this email directly, view it on GitHub
<#3023 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARAQUDPKZOUZFRY2BALFP3YEZNSNAVCNFSM6AAAAAA7OMJW6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJVGAZTGOJYHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Laurent Bartholdi laurent.bartholdi<at>gmail<dot>com
Fachrichtung Informatik+Mathematik, Universität des Saarlandes
Postfach 151150, 66041 Saarbrücken, Germany
Tel. +49 681 3023227, Sekr. +49 681 3023430
|
If you want to work with julia master you will need to rebuild not only Rebuilding
And it looks like All this is due to frequent changes in the julia C API and ABI. |
I think @benlorenz explained it all quite correctly. At this point your only options are to either use Julia 1.9 or 1.10-rcX with latest Oscar; or use bleeding edge Julia and not use Oscar. We hopefully will soon support Julia master again (e.g. @benlorenz is quite busy working on that), but as long as they keep breaking APIs/ABIs weekly, this will always be a game of catch up. |
I upgraded (because of other packages and development) julia from its source repository, and it seems Polymake got broken along the way. At least, here is the output on my macOS M1 laptop:
The text was updated successfully, but these errors were encountered: