OK, I found the problem! When trying to compile 8.9 I got a more explicit
error message (which I since then "lost" by compiling again) when it also
failed due to openblas.
The problem was using
export MAKE="make -j4 -l5.5"
as suggested in the README.md file. The `-l5.5` parameter was the
pro
On Friday, January 3, 2020 at 11:54:04 AM UTC-8, finotti wrote:
>
> I'm trying to build version 9.0 from source under Linux (Debian
> Unstable/Sid). The machine has Intel Core i7-8700 CPU and 48GB of RAM.
>
> Below is the end of the compilation:
>
> [snip]
>
> [twisted-16.3.0.p0] Finished insta
I'm trying to build version 9.0 from source under Linux (Debian
Unstable/Sid). The machine has Intel Core i7-8700 CPU and 48GB of RAM.
Below is the end of the compilation:
[snip]
[twisted-16.3.0.p0] Finished installing twisted-16.3.0.p0.spkg
make[3]: Leaving directory '/home/finotti/src/sage-
I'm trying to compile version 9.0 under Linux (Debian Unstable/Sid).
I get:
[twisted-16.3.0.p0] Finished installing twisted-16.3.0.p0.spkg
make[3]: Leaving directory '/home/finotti/src/sage-9.0/build/make'
make[2]: *** [Makefile:1830: all-start] Error 2
make[2]: Leaving directory '/home/finotti
Dear sage-support,
At Sage Days 106 we are trying to learn some of the
Lie algebra functionality in SageMath and have two
small questions regarding Lie algebra morphisms.
We define the Lie algebra sl_2(QQ) in two ways as follows:
sage: sl2 = lie_algebras.sl(QQ, 2, representation='matrix')