make ptest
reported "all tests passed!"
thank you for your help getting this working.
brett
On Tuesday, March 2, 2021 at 4:17:14 AM UTC-6 dim...@gmail.com wrote:
> On Tue, 2 Mar 2021, 03:11 brettpim, wrote:
>
>> I ran
>>
>> make toolchain
>>
>> and then
>>
>> make
>>
>> This was successful. I
On Tue, 2 Mar 2021, 03:11 brettpim, wrote:
> I ran
>
> make toolchain
>
> and then
>
> make
>
> This was successful. I note in the log section on numpy that it is using
> a non-optimized netlib Blas.
>
OK, great.
>
> What exactly does "make toolchain" do and not do? Is there anything
> likely
post the logs please - config.log and the numpy.log
On Monday, March 1, 2021 at 7:11:04 PM UTC-8 brettpim wrote:
> Dima,
>
> I ran
>
> make toolchain
>
> and then
>
> make
>
> This was successful. I note in the log section on numpy that it is using
> a non-optimized netlib Blas.
>
> What ex
Matthias,
I did have python libraries in /usr/local but I uninstalled them. Then I
did a pull of most recent master branch followed by a
make distclean
and
make
and I had the failure to build numpy in the detailed in the log attached to
my Feb 27, 2021, 7:26:36 PM post.
regards
brett
On
Dima,
I ran
make toolchain
and then
make
This was successful. I note in the log section on numpy that it is using a
non-optimized netlib Blas.
What exactly does "make toolchain" do and not do? Is there anything likely
not to work with the sage that successfully built?
thanks
brett
On S
Whether numpy is installed in the system or not does not matter for the
Sage installation. Sage uses its own virtual environment without access to
system Python packages.
Please switch to the latest development branch using "git checkout" and use
"make distclean" so that the source tree is clean
this seems to be the error here:
https://trac.sagemath.org/ticket/31135
I wonder if you can run
make toolchain
and only then run
make
On Sun, Feb 28, 2021 at 1:26 AM brettpim wrote:
>
> No luck. I am not sure what to do next.
>
> On Saturday, February 27, 2021 at 6:22:35 PM UTC-6 bre
No luck. I am not sure what to do next.
On Saturday, February 27, 2021 at 6:22:35 PM UTC-6 brettpim wrote:
> True, and removing libopenblas did not help; I am still getting the same
> error. I put libopenblas back but not numpy and am trying again
>
>
> On Saturday, February 27, 2021 at 4:10:5
True, and removing libopenblas did not help; I am still getting the same
error. I put libopenblas back but not numpy and am trying again
On Saturday, February 27, 2021 at 4:10:51 PM UTC-6 dim...@gmail.com wrote:
> by right, one ought to read the last part of the output of ./configure
> for adv
by right, one ought to read the last part of the output of ./configure
for advice on
packages to to install, and follow it.
Without libopenblas-dev installed you're going to build it, and
everything that depends on it, from source...
On Sat, Feb 27, 2021 at 9:45 PM brettpim wrote:
>
> I have fin
I have finally tracked down and removed all installations of numpy; I also
removed libopenblas. I have done make bootstrap-clean distclean;
./configure; and started make again. I will report the results
On Saturday, February 27, 2021 at 2:02:59 PM UTC-6 brettpim wrote:
> also my git branches
also my git branches I am working on would be lost if I wiped everything.
On Saturday, February 27, 2021 at 1:50:18 PM UTC-6 brettpim wrote:
> make bootstrap-clean distclean did not solve the problem. I have
> considered removing python3 from my system and reinstalling it but there
> are so
make bootstrap-clean distclean did not solve the problem. I have
considered removing python3 from my system and reinstalling it but there
are so many other things I have that depend on python3 and would be
removed. I don't want to have to reinstall such a huge list. I am not
sure what to do
DIma,
I found that pip installs in /usr/local when it is run as sudo. I have not
found anything definitive that says it should not be run as sudo but just
in case I sudo pip uninstalled all the packages in /usr/local and pip
installed them as a user which puts them all in $HOME/.local. But ev
On Sat, Feb 27, 2021 at 4:07 AM brettpim wrote:
>
> /usr/local/ is where pip has installed my python packages so don't these
> files belong here?
>
>
> On Friday, February 26, 2021 at 5:20:03 PM UTC-6 dim...@gmail.com wrote:
>>
>> looks like you have a copy of (c)blas in /usr/local - and this lea
/usr/local/ is where pip has installed my python packages so don't these
files belong here?
On Friday, February 26, 2021 at 5:20:03 PM UTC-6 dim...@gmail.com wrote:
> looks like you have a copy of (c)blas in /usr/local - and this leads to
> trouble
>
> On Fri, 26 Feb 2021, 21:57 brettpim, wro
looks like you have a copy of (c)blas in /usr/local - and this leads to
trouble
On Fri, 26 Feb 2021, 21:57 brettpim, wrote:
>
> I am trying to install sage from the master branch on PC running Ubuntu
> 20.04.
> The make is failing to build numpy-1.19.1.
> It is complaining about not finding cbla
17 matches
Mail list logo