[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-17 Thread John H Palmieri
Sorry, that's wrong. Try: ./sage -f zlip <-- This is the correction ./sage -f python2 ./sage -f python3 make See also https://trac.sagemath.org/ticket/26899. John On Sunday, February 17, 2019 at 10:40:59 PM UTC-8, John H Palmieri wrote: > > Please try: > > ./sage -f zip > ./sage -f python2

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-17 Thread John H Palmieri
Please try: ./sage -f zlib ./sage -f python2 ./sage -f python3 and if those work, try 'make' again. John On Sunday, February 17, 2019 at 6:11:51 PM UTC-8, Andrew wrote: > > I have been unable to compile sage for a while on both an imac and a > macbook pro that are running mojave (clearly

[sage-devel] Re: Unable to compile sage 8.7.beta3 on mojave...

2019-02-17 Thread John H Palmieri
Please try: ./sage -f zip ./sage -f python2 ./sage -f python3 and if those work, try 'make' again. John On Sunday, February 17, 2019 at 6:11:51 PM UTC-8, Andrew wrote: > > I have been unable to compile sage for a while on both an imac and a > macbook pro that are running mojave (clearly my

[sage-devel] Unable to compile sage 8.7.beta3 on mojave...

2019-02-17 Thread Andrew
I have been unable to compile sage for a while on both an imac and a macbook pro that are running mojave (clearly my mistake for installing it...). I have installed the system headers, so that's unlikely to be the problem. Everytime that I try to compile I get stuck on: The following

Re: [sage-devel] Error copying files for gfortan-7.2.0

2019-02-17 Thread Dima Pasechnik
This is very strange - it looks as if ./configure does set the build to use gcc and gfortran (both versions 7.3.1) from the system, and yet a (failed) attempt to build gfortran is made. Perhaps some stale files? Did you run make distclean before doing ./configure+make ? On Sun, Feb 17, 2019 at

Re: [sage-devel] Error copying files for gfortan-7.2.0

2019-02-17 Thread Andreas Hermann
In the meantime I have upgraded my operating system to the more recent OpenSuse Leap 15.0. I am having again the same problem as I have described above. With "./configure FC=gfortran-7" and then "make" I get the same error as above. I have attached config.log and I would still appreciate your

[sage-devel] Re: Building Sage 8.6 on Red Hat Enterprise Linux Server release 6.6 : mpir 3.0 error

2019-02-17 Thread Samuel Lelievre
Sun 2019-02-19 16:41:04 UTC+1, Sz Tengely: > > I try to build SageMath and I got the following error message: > > Setting up build directory for > mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec70868.p0 > Error: Unknown file type: /xxx/mpir-3.0.0-xxx.tar.bz2 This error suggests the need to

[sage-devel] Building Sage 8.6 on Red Hat Enterprise Linux Server release 6.6 : mpir 3.0 error

2019-02-17 Thread Sz Tengely
I try to build SageMath and I got the following error message: Setting up build directory for mpir-3.0.0-644faf502c56f97d9accd301965fc57d6ec708 68.p0 Error: Unknown file type: /Lustre01/home/castor/sage-8.6/upstream/mpir-3.0.0-644 faf502c56f97d9accd301965fc57d6ec70868.tar.bz2 Finished

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Emmanuel Charpentier
A couple of remarks : Le dimanche 17 février 2019 13:17:12 UTC+1, Dima Pasechnik a écrit : > > > > On Sun, 17 Feb 2019 12:48 Emmanuel Charpentier wrote: > >> >> >> Le dimanche 17 février 2019 09:34:10 UTC+1, Dima Pasechnik a écrit : >>> >>> Our plan is to enable the use of the system R install

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Emmanuel Charpentier
Indeed. Thanks for coming to the rescue of my aging neurons... Le dimanche 17 février 2019 13:24:12 UTC+1, Samuel Lelievre a écrit : > > Sun 2019-02-17 12:48:52 UTC+1, Emmanuel Charpentier: > > > > Things would be much simpler if Sage used the systemwide numeric > > libraries. I *think* that

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Samuel Lelievre
Sun 2019-02-17 12:48:52 UTC+1, Emmanuel Charpentier: > > Things would be much simpler if Sage used the systemwide numeric > libraries. I *think* that this is possible when these libraries are ATLAS: > pointing SAGE_ATLAS_LIB to the systemwide ATLAS library makes > Sage use them. ISTR that Erik

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Timo Kaufmann
Am Sonntag, 17. Februar 2019 12:48:52 UTC+1 schrieb Emmanuel Charpentier: > > > > Le dimanche 17 février 2019 09:34:10 UTC+1, Dima Pasechnik a écrit : >> >> Our plan is to enable the use of the system R install in Sage - for this >> we need to understand whether there would be any problems for

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Dima Pasechnik
On Sun, 17 Feb 2019 12:48 Emmanuel Charpentier < emanuel.charpent...@gmail.com wrote: > > > Le dimanche 17 février 2019 09:34:10 UTC+1, Dima Pasechnik a écrit : >> >> Our plan is to enable the use of the system R install in Sage - for this >> we need to understand whether there would be any

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Emmanuel Charpentier
Le dimanche 17 février 2019 09:34:10 UTC+1, Dima Pasechnik a écrit : > > Our plan is to enable the use of the system R install in Sage - for this > we need to understand whether there would be any problems for rpy2 if R > used a different, from the one in Sage, Blas library. > Quite probably

Re: [sage-devel] Is there a way to force Sage to use system's openblas ?

2019-02-17 Thread Dima Pasechnik
Our plan is to enable the use of the system R install in Sage - for this we need to understand whether there would be any problems for rpy2 if R used a different, from the one in Sage, Blas library. On Sat, 16 Feb 2019 13:40 Emmanuel Charpentier < emanuel.charpent...@gmail.com wrote: >