Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Matthias Koeppe
On Friday, March 5, 2021 at 4:08:34 PM UTC-8 Dima Pasechnik wrote: > Matthias, > is it another instance of not having .pc files ready for blas/lapack etc? > I don't think so. From Klaus' configure.log above, === Checking whether SageMath should install SPKG openblas... checking BLAS

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
"Error building wheel for numpy" please post /net/dlp762/share/application-software/Sage/sage-9.2/config.log could you also please try running make toolchain and then run make. Matthias, is it another instance of not having .pc files ready for blas/lapack etc? Running from numpy source

Re: [sage-support] Using Cadabra2

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 8:42 PM 'Daniel Volinski' via sage-support wrote: > > Hi All, > > I'm using SageMath 9.2 on Windows 10 Native with Jupyter Notebook. > > My question, is there any way to use Cadabra2 on a Jupyter Notebook after > installing SageMath? > > I do not want to install conda or

[sage-support] Using Cadabra2

2021-03-05 Thread 'Daniel Volinski' via sage-support
Hi All, I'm using SageMath 9.2 on Windows 10 Native with Jupyter Notebook. My question, is there any way to use Cadabra2 on a Jupyter Notebook after installing SageMath? I do not want to install conda or anaconda or miniconda, I just want to use Cadabra2 in the Jupyter Notebook provided by the

Re: [sage-support] python modules already loaded on a separate installation of python

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 7:43 PM Blues Traggler wrote: > > Hello, > Configuration: > Macbook Pro, macOS 10.13.6 > Sage 9.2 (running after many manipulations that I may describe if someone > interested) > Using Jupyter NB > > Question : Sage has its own python installation, so modules imported on a

[sage-support] python modules already loaded on a separate installation of python

2021-03-05 Thread Blues Traggler
Hello, Configuration: Macbook Pro, macOS 10.13.6 Sage 9.2 (running after many manipulations that I may describe if someone interested) Using Jupyter NB Question : Sage has its own python installation, so modules imported on a separate installation are not known. One solution is to add in

Re: [sage-support] Error while running 'make' for sage-9.2

2021-03-05 Thread 'Akshat Agrawal' via sage-support
After a little struggle, I have completed "make build". But in "make doc" part, I am facing another error. And I couldn't find any solution to this on the web. Below is the error: ``` [dochtml] ImportError:

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
make xz followed by make On Fri, 5 Mar 2021, 16:58 'Hackenberg, Klaus' via sage-support, < sage-support@googlegroups.com> wrote: > High, > > > > „make bzip2“ helps further, but r-3.6.3 still does not compile. > > RHEL6 contains > > > > [root@dlp762 Sage]# rpm -qa --last|grep xz > >

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, 5 Mar 2021, 16:30 Dima Pasechnik, wrote: > > > On Fri, 5 Mar 2021, 16:17 'Hackenberg, Klaus' via sage-support, < > sage-support@googlegroups.com> wrote: > >> High, >> >> adding /usr/local/Gcc/lib64 to $LD_LIBRARY_PATH helps compiling >> gfan-0.6.2.p1. >> >> Next problem is with

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, 5 Mar 2021, 16:17 'Hackenberg, Klaus' via sage-support, < sage-support@googlegroups.com> wrote: > High, > > adding /usr/local/Gcc/lib64 to $LD_LIBRARY_PATH helps compiling > gfan-0.6.2.p1. > > Next problem is with r-3.6.3: > The bzip2 from RHEL6 seem to be to old: > > [root@dlp762

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
High, I found the following article https://access.redhat.com/discussions/3133111 stating that redhat bzip2 version 1.0.5 is version 1.0.6 in reality. Regards, Klaus Hackenberg -- Klaus Hackenberg IT-Systeme und Software-Integration IT.SERVICES Ruhr-Universität Bochum | 44780 Bochum fon:

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 2:30 PM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > I find the following > > [lsf@dlp762 Sage]$ echo $PATH > /usr/local/Gcc/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin > [lsf@dlp762 Sage]$ > [lsf@dlp762

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
High, I find the following [lsf@dlp762 Sage]$ echo $PATH /usr/local/Gcc/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin [lsf@dlp762 Sage]$ [lsf@dlp762 Sage]$ g++ -v Using built-in specs. COLLECT_GCC=g++

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 12:55 PM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > when using "./configure --with-mp=gmp" things look much better. > > But now I get an error for gfan-0.6.2.p1. > I include the error log. it says ./gfan: /usr/lib64/libstdc++.so.6: version

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
High, when using "./configure --with-mp=gmp" things look much better. But now I get an error for gfan-0.6.2.p1. I include the error log. Regards, Klaus Hackenberg -- Klaus Hackenberg IT-Systeme und Software-Integration IT.SERVICES Ruhr-Universität Bochum | 44780 Bochum fon: +49 234 32

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 11:24 AM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > I did the following > > [lsf@dlp762 Sage]$ cd sage-9.2 > [lsf@dlp762 sage-9.2]$ ./configure --with-gmp=gmp > /tmp/configure.log 2>&1 and so you once again mixed up --with-gmp= and --with-mp= It should

AW: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
High, I did the following [lsf@dlp762 Sage]$ cd sage-9.2 [lsf@dlp762 sage-9.2]$ ./configure --with-gmp=gmp > /tmp/configure.log 2>&1 [lsf@dlp762 sage-9.2]$ make mpir-clean > /tmp/mpir.clean.log 2>&1 and include the logs. Regards, Klaus Hackenberg -- Klaus Hackenberg IT-Systeme und

Re: [sage-support] problem compiling sage 9.2 on RHEL 6

2021-03-05 Thread Dima Pasechnik
On Fri, Mar 5, 2021 at 10:02 AM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > I installed python 3.9.2 in /usr/local/Python and added it to PATH variable > > [lsf@dlp762 root]$ echo $PATH >