Re: [sage-devel] Re: error building barvinok (sage 8.9.beta8 + system NTL)

2019-09-07 Thread Dima Pasechnik
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

[sage-devel] NTL 11.3.4

2019-09-07 Thread Victor Shoup
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

[sage-devel] Problems Compiling 8.8beta9

2019-09-07 Thread Michael Jung
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]

Re: [sage-devel] Problems Compiling 8.8beta9

2019-09-07 Thread Dima Pasechnik
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

Re: [sage-devel] Problems Compiling 8.8beta9

2019-09-07 Thread Michael Jung
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

Re: [sage-devel] Problems Compiling 8.8beta9

2019-09-07 Thread 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 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

Re: [sage-devel] Problems Compiling 8.8beta9

2019-09-07 Thread Michael Jung
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

Re: [sage-devel] NTL 11.3.4

2019-09-07 Thread Isuru Fernando
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 -