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

2021-03-08 Thread 'Hackenberg, Klaus' via sage-support
High, I installed Miniconda3 and then issued conda config --add channels conda-forge conda create -n sage sage python=3.8.5 conda activate sage and now " sage --version" tells me SageMath version 9.2, Release Date: 2020-10-24 hackekc6@dlp762 R --version R version 4.0.3 (2020-10-10) -- "Bunn

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

2021-03-08 Thread 'Hackenberg, Klaus' via sage-support
pose it will pick up your newly installed Python3 and use it, you can check config.log for this, or just the output of ./configure > > > > On Sat, 6 Mar 2021, 09:55 'Hackenberg, Klaus' via sage-support, > mailto:sage-s...@googlegroups.com> > wrote: >>

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

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
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/bi > n:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin > [lsf@dlp762 Sage]$ >

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

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
@googlegroups.com Im Auftrag von Dima Pasechnik Gesendet: Freitag, 5. März 2021 15:08 An: sage-support Betreff: Re: [sage-support] problem compiling sage 9.2 on RHEL 6 On Fri, Mar 5, 2021 at 12:55 PM 'Hackenberg, Klaus' via sage-support wrote: > > High, > > when using

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

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
t 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 --wit

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

2021-03-05 Thread 'Hackenberg, Klaus' via sage-support
Betreff: Re: [sage-support] problem compiling sage 9.2 on RHEL 6 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

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

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
compiling sage 9.2 on RHEL 6 your system python cannot uncompress .xz files... :( how old is it? can you install systemwide python2 to be python 2.7? On Thu, 4 Mar 2021, 16:04 'Hackenberg, Klaus' via sage-support, mailto:sage-support@googlegroups.com> > wrote: High,

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

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
quot;real" GMP. (Perhaps MPIR is broken now beyond repair, and shoud not be used on RHEL 6,I don't know) We're changing with in the coming 9.3, see https://trac.sagemath.org/ticket/30752 Meanwhile please do make mpir-clean ./configure --with-mp=gmp make -j4 On Thu, Mar 4, 2021

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

2021-03-04 Thread 'Hackenberg, Klaus' via sage-support
High, I startet in a fresh directory sage-9.2 (from sage-9.2.tag.gz) using the commands ./configure make -j4 and ran into the same error. gmp binaries are build automatically ls -lrt sage-9.2/local/lib/*gmp* -rwxr-xr-x 1 lsf lsf 3342817 Mar 4 12:35 sage-9.2/local/lib/libgmp.so.23.0