我安装了千里马通过终端(sudo-apt install maxima
)及其文档(sudo apt-install maxima-doc
),当我打开 Maxima 并尝试运行测试命令时:
run_testsuite(display_all=true);
最后,错误摘要显示每个测试都失败了,因为错误中断和
总共 0 次测试,其中 0 次测试失败。实际时间:0.449 秒
运行 gbc 时间:0.140 秒
子运行时间:0.000 秒
gbc 时间:0.000 秒
(%o1)完成
我该如何解决这个问题?我正在使用 Ubuntu 20.04.2 LTS
答案1
测试套件单独打包,如下包裹 maxima-test
:
$ apt show maxima-test
Package: maxima-test
Version: 5.43.2-3
Priority: optional
Section: universe/math
Source: maxima
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Camm Maguire <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1955 kB
Depends: maxima (>= 5.43.2-3), maxima-src (>= 5.43.2-3), maxima-share (>= 5.43.2-3), tex-common (>= 6.13)
Download-Size: 320 kB
APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: Computer algebra system -- test suite
Maxima is a fully symbolic computation program. It is full featured
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter methods for finite group
analysis, graphing, multiple precision floating point computation.
It has a symbolic source level debugger for maxima code. Maxima is
based on the original Macsyma developed at MIT in the 1970s. It is
quite reliable, and has good garbage collection, and no memory leaks.
It comes with hundreds of self tests.
.
This package contains a build integrity test suite.