On Sat, Sep 7, 2019 at 4:28 AM Victor Shoup wrote:
>
> I spent a couple of hours experimenting with your patch as well as with the
> solution of just changing NTL's makefile
> to stick -lpthread in the invocation of libtool:
>
> $(LIBTOOL) --tag=CXX --mode=link $(LINK) $(LIBTOOL_LINK_FLAGS) -o li
I just posted NTL 11.3.4.
Details here [ https://www.shoup.net/ntl/ ].
This (I hope) fixes the "-lpthread underlinking issue" reported here [
https://trac.sagemath.org/ticket/28406 ] and discussed at excessive length
(mostly due to my own obstinance) here [
https://groups.google.com/forum/#!t
Dear everyone,
since this morning, I try to compile 8.8beta9. Unfortunately, the
compilation gets stuck right at:
.../sage/local/include/libLfunction/Lfind_zeros.h:1231:58: warning: ‘tmp2’
may be used uninitialized in this function [-Wmaybe-uninitialized]
On Sat, Sep 7, 2019 at 11:28 PM Michael Jung wrote:
>
> Dear everyone,
> since this morning, I try to compile 8.8beta9. Unfortunately, the compilation
> gets stuck right at:
>
> .../sage/local/include/libLfunction/Lfind_zeros.h:1231:58: warning: ‘tmp2’
> may be used uninitialized in this functio
Exactly! I came from stable 8.8 and used "sage -br" to compile the beta
version.
OS: Ubuntu 18.04
Log (pw: sage): https://boxup.uni-potsdam.de/index.php/s/3jqidVADCcJT5ky
Am Sonntag, 8. September 2019 00:46:16 UTC+2 schrieb Dima Pasechnik:
>
> On Sat, Sep 7, 2019 at 11:28 PM Michael Jung > wrot
sage -br is only enough if you did minor changes in Python/Cython
files on the library.
Otherwise you might need to run ./configure followed by make
and perhaps even recompile from scratch (i.e. after doing make distclean)
in some cases.
On Sun, Sep 8, 2019 at 12:06 AM Michael Jung wrote:
>
> E
I'll try this one. So, there was a major change in beta 9?
Am Sonntag, 8. September 2019 01:12:25 UTC+2 schrieb Dima Pasechnik:
>
> sage -br is only enough if you did minor changes in Python/Cython
> files on the library.
>
> Otherwise you might need to run ./configure followed by make
> and pe
I spent a few hours today adding a CMake build system as you mentioned that
you are open to having a cmake build system. My work is at
https://github.com/isuruf/ntl
The CMake build system has all of the options in the perl script except for
the wizard.
You can try it by doing,
cmake -DNATIVE=1 -