Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-03 Thread João Alberto Ferreira
Yes, thank you! This is what I made. On Friday, February 3, 2017 at 8:52:30 AM UTC+1, Dima Pasechnik wrote: > > You can always create a symbolic link in /usr/local/bin/ to some other > location. > > sudo ln -sf /blah/foo/sage /usr/local/bin/sage > > after building sage in /blah/foo/ > > -- You

Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread Dima Pasechnik
You can always create a symbolic link in /usr/local/bin/ to some other location. sudo ln -sf /blah/foo/sage /usr/local/bin/sage after building sage in /blah/foo/ -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group a

Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread João Alberto Ferreira
Ok, thank you! I would be glad if you could explain how can we put sage in, for example, /usr/local/ or /opt/, if sage force us to compile without root privileges. On Thursday, February 2, 2017 at 11:50:14 PM UTC+1, John H Palmieri wrote: > > > > On Thursday, February 2, 2017 at 1:53:43 PM UTC-8

Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread John H Palmieri
On Thursday, February 2, 2017 at 1:53:43 PM UTC-8, João Alberto Ferreira wrote: > > Well, I read somewhere about this procedure of moving the directory before > starting sage, but the Installation Manual seems to tell the same thing. > > "The directory where you built Sage is *NOT* hardcoded. Y

Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread João Alberto Ferreira
Well, I read somewhere about this procedure of moving the directory before starting sage, but the Installation Manual seems to tell the same thing. "The directory where you built Sage is *NOT* hardcoded. You should be able to safely move or rename that directory. (It’s a bug if this is not the

Re: [sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread Henri Girard
I think it has been said on the list : Keep sage where you compiled it ! If you want to change it you have to compile source again ! what I do because I work with git : I make a dir git I compile it there and after I link sage in /usr/bin/sage sudo ln -s /path where is sage/sage /usr/bin/sage

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread João Alberto Ferreira
Hi! I just removed "/home/mmsim/tools/lib/64bit" from the LD_LIBRARY_PATH environment variable and sage compiled. I compiled it in my home directory and moved it to /usr/local/ before starting it, and created a symbolic link in /usr/local/bin/, but it shows me python: error while loading share

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread Dima Pasechnik
On Thursday, February 2, 2017 at 10:36:41 AM UTC, João Alberto Ferreira wrote: > > > > On Wednesday, February 1, 2017 at 7:24:56 PM UTC+1, Dima Pasechnik wrote: >> >> >> >> On Wednesday, February 1, 2017 at 6:00:25 PM UTC, João Alberto Ferreira >> wrote: >>> >>> Well, not yet. >>> >>> openblas

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-02 Thread João Alberto Ferreira
On Wednesday, February 1, 2017 at 7:24:56 PM UTC+1, Dima Pasechnik wrote: > > > > On Wednesday, February 1, 2017 at 6:00:25 PM UTC, João Alberto Ferreira > wrote: >> >> Well, not yet. >> >> openblas has compiled successfully. The problem now is with R. The R log >> follows. >> >> Apparently it

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread Dima Pasechnik
On Wednesday, February 1, 2017 at 6:00:25 PM UTC, João Alberto Ferreira wrote: > > Well, not yet. > > openblas has compiled successfully. The problem now is with R. The R log > follows. > > Apparently it needs libgomp-4 and if I understood correctrly, it found an > older version. But the libgo

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread João Alberto Ferreira
Well, not yet. openblas has compiled successfully. The problem now is with R. The R log follows. Apparently it needs libgomp-4 and if I understood correctrly, it found an older version. But the libgomp-4 is installed [defrancaferr_joa@javel sage-7.5.1]$ rpm -q libgomp libgomp-4.4.7-17.el6.x86_

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread João Alberto Ferreira
Thank you! I've done: [defrancaferr_joa@javel ~]$ sudo yum install centos-release-scl [defrancaferr_joa@javel ~]$ sudo yum install devtoolset-3-toolchain [defrancaferr_joa@javel ~]$ scl enable devtoolset-3 bash [defrancaferr_joa@javel ~]$ as --version Assembleur GNU version 2.24 Copyright 2013 F

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread Dima Pasechnik
On Wednesday, February 1, 2017 at 3:52:05 PM UTC, João Alberto Ferreira wrote: > > Hi! > > Here it is the command output. > > [defrancaferr_joa@javel ~]$ as --version > GNU assembler version 2.20.51.0.2-5.44.el6 20100205 > Copyright 2009 Free Software Foundation, Inc. > Thanks, this explains yo

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread João Alberto Ferreira
Hi! Here it is the command output. [defrancaferr_joa@javel ~]$ as --version GNU assembler version 2.20.51.0.2-5.44.el6 20100205 Copyright 2009 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later

[sage-support] Re: [sage 7.4] Error building OpenBlas

2017-02-01 Thread Dima Pasechnik
please post the output of as --version on the system. I guess it is too old to understand the whole range of assembler commands for your CPU. On Wednesday, February 1, 2017 at 10:09:27 AM UTC, João Alberto Ferreira wrote: > > Hi! > > I have tried to compile sagemath under a CentOS 6.8 machin