Re: [sage-devel] Unable to compile JuPiMake

2023-12-20 Thread VulK
I can confirm: it is due to an extra space in the output of `polymake-config --cflags`. Now that you pointed this out I noticed that there is already a PR open on this https://github.com/sebasguts/JuPyMake/pull/5 with the same error message I got. My google-foo is failing me. Thanks again fo

Re: [sage-devel] Unable to compile JuPiMake

2023-12-20 Thread VulK
Hm, my next guess is then https://github.com/sebasguts/JuPyMake/issues/4 since I think that's also on Gentoo. I can be more certain in a few hours after polymake builds. It does look so: $ polymake-config --cflags | grep " " | wc -l 1 Let me try to fix this on the fly S. -- You received

Re: [sage-devel] Unable to compile JuPiMake

2023-12-20 Thread Michael Orlitzky
On Wed, 2023-12-20 at 16:42 +0100, Salvatore Stella wrote: > > Did you build polymake with USE=libpolymake? > > I did, before I did not and sage build system refused to use my system's > polymake. > Hm, my next guess is then https://github.com/sebasguts/JuPyMake/issues/4 since I think that'

Re: [sage-devel] Unable to compile JuPiMake

2023-12-20 Thread Salvatore Stella
Did you build polymake with USE=libpolymake? I did, before I did not and sage build system refused to use my system's polymake. S. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from i

Re: [sage-devel] Unable to compile JuPiMake

2023-12-20 Thread Michael Orlitzky
On Wed, 2023-12-20 at 16:13 +0100, Salvatore Stella wrote: > > I have polymake 4.11 installed through my system package manager (gentoo) and > I am using gcc 13.2.1. The same issue happens if I try to install JuPiMake > though the sage build system, using pip through PyPi in a virtualenv, and >

[sage-devel] Unable to compile JuPiMake

2023-12-20 Thread Salvatore Stella
Dear All, I am trying to install JuPyMake but it fails with a linker issue: ``` Processing /tmp/jupymake/JuPyMake Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: JuPyMake