Re: [sage-devel] Re: r-3.6.0 unable to download due to a libcurl issue

2019-05-25 Thread Anna Chlopecki
It works! Thank you so much! On Sat, May 25, 2019 at 6:26 PM darwin doppelganger wrote: > I had the very same problem > . > The libcurl version was plenty new enough (7.6.4), but still somehow failed > to be >= 7.22. After un

[sage-devel] Re: r-3.6.0 unable to download due to a libcurl issue

2019-05-25 Thread darwin doppelganger
I had the very same problem . The libcurl version was plenty new enough (7.6.4), but still somehow failed to be >= 7.22. After uninstalling anaconda, everything worked just fine. I can't remember exactly how I removed anacon

Re: [sage-devel] Re: r-3.6.0 unable to download due to a libcurl issue

2019-05-25 Thread Anna Chlopecki
Do you know how I would fully get rid of Anaconda? I deleted it from my computer but the download still does not seem to work. On Sat, May 25, 2019 at 3:54 PM Volker Braun wrote: > Its picking up /anaconda3/bin/curl-config and that one is too old. Either > update or move it out of the way to bu

[sage-devel] Re: r-3.6.0 unable to download due to a libcurl issue

2019-05-25 Thread Volker Braun
Its picking up /anaconda3/bin/curl-config and that one is too old. Either update or move it out of the way to build R On Saturday, May 25, 2019 at 9:26:46 PM UTC+2, Anna Chlopecki wrote: > > I am running into an issue with r-3.6.0 not being able to download due to > a libcurl issue. My libcurl i

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
sh is not bash. Your man sh seems to show the bash documentation. The real sh man page is for example available here https://www.freebsd.org/cgi/man.cgi?query=sh And there is no such option. Le 25/05/2019 à 19:22, Sébastien Labbé a écrit : Maybe it is the case that your sh actually does not

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
> Maybe it is the case that your sh actually does not follow the "shall" > above. > > It seems so. When I do $ sh --version sh: 0: Illegal option -- which is weird since: $ man sh ... --version Affiche le numéro de version de bash sur la sortie standard et

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
Great! I opened https://github.com/Normaliz/PyNormaliz/issues/56 We should ask Sebastian Gutsche to release a new PyNormaliz version including the patch. Vincent Le 25/05/2019 à 19:15, Sébastien Labbé a écrit : $ tar xvf PyNormaliz-2.5.tar.gz $ cd PyNormaliz-2.5/ $ vim setup.py $ sage -sh (sa

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
$ tar xvf PyNormaliz-2.5.tar.gz $ cd PyNormaliz-2.5/ $ vim setup.py $ sage -sh (sage-sh) $ pip install . Processing /home/slabbe/GitBox/sage/upstream/PyNormaliz-2.5 Installing collected packages: PyNormaliz Running setup.py install for PyNormaliz ... done Successfully installed PyNormaliz-2.5 O

Re: [sage-devel] Would anybody like...progress bars?

2019-05-25 Thread 'Martin R' via sage-devel
Great, thank you! Am Freitag, 24. Mai 2019 01:05:04 UTC+2 schrieb Travis Scrimshaw: > > sage -t --verbose (or -tp of course) > > Best, > Travis > > > On Friday, May 24, 2019 at 4:20:39 AM UTC+10, Martin R wrote: >> >> One thing I would like very much is the possibility to find out more >> preci

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
All right, we should go with solution 1 then. Could you modify the setup.py line 63 with {{{ - subprocess.check_call(["sh", "configure"], env = my_env ) - subprocess.check_call(["sh", "./configure"], env = my_env ) }}} and try in the build folder (with sage env activated) $ pip install . (or pip

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
> > 1) Could you try > > $ sh ./configure > (sage-sh) $ sh ./configure checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object f

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
Le 25/05/2019 à 18:31, Sébastien Labbé a écrit : On Saturday, May 25, 2019 at 6:21:49 PM UTC+2, vdelecroix wrote: On my machine `sh` points to `bash`. Could you try to activate the Sage shell `sage -sh` go to the pynormaliz temporary build folder and try $ sh configure (instead of $ ./co

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
On Saturday, May 25, 2019 at 6:21:49 PM UTC+2, vdelecroix wrote: > > On my machine `sh` points to `bash`. Could you try to activate > the Sage shell `sage -sh` go to the pynormaliz temporary build folder > and try > > $ sh configure > > (instead of $ ./configure that worked) > That recreate

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
On my machine `sh` points to `bash`. Could you try to activate the Sage shell `sage -sh` go to the pynormaliz temporary build folder and try $ sh configure (instead of $ ./configure that worked) Le 25/05/2019 à 18:20, Sébastien Labbé a écrit : On Saturday, May 25, 2019 at 6:18:43 PM UTC+2, v

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
On Saturday, May 25, 2019 at 6:18:43 PM UTC+2, vdelecroix wrote: > > $ which sh > > $ which sh /bin/sh $ sage -sh (sage-sh) $ which sh /bin/sh -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving em

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
$ which sh Le 25/05/2019 à 18:16, Sébastien Labbé a écrit : $ echo $PATH /home/slabbe/GitBox/sage:/home/slabbe/GitBox/scripts:/home/slabbe/bin:/home/slabbe/Applications/bin:/home/slabbe/bin:/home/slabbe/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
$ echo $PATH /home/slabbe/GitBox/sage:/home/slabbe/GitBox/scripts:/home/slabbe/bin:/home/slabbe/Applications/bin:/home/slabbe/bin:/home/slabbe/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/opt/gurobi800/linux64/bin $ sh --version sh: 0: Illega

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Vincent Delecroix
Didn't you run 'sage -i pynormaliz'? Le 25/05/2019 à 14:32, Sébastien Labbé a écrit : This is to say that I was able to reproduce the issue on my laptop this time (also running Ubunbtu 16.04). Am I the only one having trouble with : make pynormaliz ? -- You received this message becau

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Matthias Koeppe
The error message ' configure: error: source directory already configured; run "make distclean" there first' seems to indicate that the wrong configure script is invoked for some reason. What is the content of $PATH? What does 'sh --version' show? On Saturday, May 25, 2019 at 8:32:22 AM U

Re: [sage-devel] error building pynormaliz with 8.8.beta6

2019-05-25 Thread Sébastien Labbé
This is to say that I was able to reproduce the issue on my laptop this time (also running Ubunbtu 16.04). Am I the only one having trouble with : make pynormaliz ? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this g