Skip to content

Instantly share code, notes, and snippets.

@CamberLoid
Created August 15, 2022 05:15
Show Gist options
  • Save CamberLoid/82f6d3581f30828a8df40b2f7dc5aef2 to your computer and use it in GitHub Desktop.
Save CamberLoid/82f6d3581f30828a8df40b2f7dc5aef2 to your computer and use it in GitHub Desktop.
=========================================
maxima 5.46.0: tests/test-suite.log
=========================================
# TOTAL: 1
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: ecl-test.sh
=================
Running the testsuite...
;;; Loading #P"/usr/lib/ecl-21.2.1/sb-bsd-sockets.fas"
;;; Loading #P"/usr/lib/ecl-21.2.1/sockets.fas"
Maxima 5.46.0 https://maxima.sourceforge.io
using Lisp ECL 21.2.1
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) build_info()
(%o1)
Maxima version: "5.46.0"
Maxima build date: "2022-08-14 22:59:34"
Host type: "riscv64-aosc-linux-gnu"
Lisp implementation type: "ECL"
Lisp implementation version: "21.2.1"
User dir: "/tmp/.maxima"
Temp dir: "/tmp"
Object dir: "/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/binary/5_46_0/ecl/21_2_1"
Frontend: false
(%i2) testsuite_files:append(["rtest_ask.mac"],testsuite_files)
(%o2) [rtest_ask.mac, [rtest_rules], rtestnset,
[rtest1, [115, 183, 185, 186]], [rtest1a, [33]], [rtest2, [86, 95]], rtest4,
[rtest5], [rtest6, [43, 45, 46]], rtest6a, rtest6b, rtest7, rtest9, [rtest9a],
[rtest10, [24, 25]], [rtest11], rtest13, rtest13s,
[rtest14, [145, 201, 233, 234, 249, 250, 251, 252, 267, 297, 298, 307, 310,
312, 315, 319]], rtest15, [rtest16, [50, 524, 525, 561]], rtestode,
rtestode_zp, [rtest3, [146]], [rtest8, [104]], rtest12, rexamples,
[rtesthyp, [105, 112, 113, 123, 124, 128]], [rtest_hypgeo, [143]],
rtestmt19937, rtest_allnummod, [rtest_maxmin,
[16, 17, 40, 52, 53, 57, 97, 109]], rtestconjugate,
[rtestsum, [23, 24, 38, 95]], [rtest_trig], rtest_zeta, rtest_diff_invtrig,
rtest_scalarp, rtest_everysome, [rtestint, [232]], rtest_numth, rtestifactor,
[rtest_equal, [157, 160]], rtest_abs, [rtest_taylor,
[88, 91, 97, 104, 128, 129]], [rtest_dot], rtest_mset, rtest_boolean,
rtest_round, [rtest_map, [2, 3, 4]], [rtest_sign,
[21, 25, 30, 40, 65, 72, 79]], rtest_algebraic, [rtest_gamma],
rtest_expintegral, rtest_signum, rtest_lambert_w,
[rtest_elliptic, [135, 149]], rtest_integrate, rtest_integrate_special,
[rtest_sqrt, [89]], [rtest_carg, [40, 41]], [rtest_log],
[rtest_power, [19, 20, 26]], rtestdefstruct, [rtest_limit], rtest_powerseries,
[rtest_laplace, [29, 49, 50, 51, 59, 60, 61, 62, 78, 80]], rtest_plotoptions,
rtest_algsys, rtest_trace, rtest_polynomialp,
[rtest_limit_extra, [42, 52, 53, 61, 64, 67, 70, 80, 81, 82, 83, 84, 87, 89,
90, 91, 94, 96, 98, 100, 102, 103, 104, 106, 108, 111, 116, 118, 119, 124,
125, 126, 127, 132, 133, 135, 136, 137, 139, 170, 187, 208]]]
(%i3) run_testsuite(share_tests = true)
Testsuite run for ECL 21.2.1:
Running tests in rtest_ask.mac: 135/135 tests passed
Running tests in rtest_rules: 210/210 tests passed
Running tests in rtestnset: 619/619 tests passed
Running tests in rtest1:
********************** Problem 115 (line 341) ***************
Input:
(batch(file_search(test_readbase_maxima, file_search_tests)),
test_readbase_maxima())
Result:
read and interpret /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/test_readbase_maxima.mac
(%i1) test_readbase_maxima():=[4,3,2,1,40,30,20,10]
(%o1) test_readbase_maxima() := [4, 3, 2, 1, 40, 30, 20, 10]
[4, 3, 2, 1, 40, 30, 20, 10]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
194/194 tests passed (not counting 4 expected errors)
The following 1 problem passed but was expected to fail: (115)
Running tests in rtest1a: 34/34 tests passed (not counting 1 expected errors)
Running tests in rtest2: 297/297 tests passed (not counting 2 expected errors)
Running tests in rtest4: 94/94 tests passed
Running tests in rtest5: 83/83 tests passed
Running tests in rtest6:
********************** Problem 43 (line 166) ***************
Input:
(string(2.0e-7), (%% = 2.0e-7) or (%% = 2.0E-7) or %%)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 45 (line 172) ***************
Input:
1
(string(------), (%% = 9.765625e-4) or (%% = 9.765625E-4) or %%)
1024.0
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
42/42 tests passed (not counting 3 expected errors)
The following 2 problems passed but were expected to fail: (43 45)
Running tests in rtest6a: 73/73 tests passed
Running tests in rtest6b: 36/36 tests passed
Running tests in rtest7: 88/88 tests passed
Running tests in rtest9: 89/89 tests passed
Running tests in rtest9a: 76/76 tests passed
Running tests in rtest10: 72/72 tests passed (not counting 2 expected errors)
Running tests in rtest11: 258/258 tests passed
Running tests in rtest13: 23/23 tests passed
Running tests in rtest13s: 17/17 tests passed
Running tests in rtest14:
********************** Problem 145 (line 1077) ***************
Input:
closeto(AS_10_4_17(- 10), 1.0e-15)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 201 (line 1292) ***************
Input:
test_bessel(bessel_j(- 2.3, 1.0 + %i),
0.1920598664138632 - 0.5158676904105332 %i, 14)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 233 (line 1416) ***************
Input:
test_bessel(bessel_y(2.3, 1.0 + %i), (- 0.2476879981252862)
+ 0.7595467103431256 %i, 15)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 234 (line 1420) ***************
Input:
test_bessel(bessel_y(- 2.3, 1.0 + %i),
(- 0.1570442638685963) + 0.5821870838327466 %i, 14)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 249 (line 1475) ***************
Input:
test_bessel(bessel_i(- 2.5, - 1.5), (- 0.8015666610717216) %i, 14)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 250 (line 1478) ***************
Input:
test_bessel(bessel_i(- 2.5, 1.5), 0.8015666610717216, 14)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 251 (line 1482) ***************
Input:
test_bessel(bessel_i(- 2.3, - 1.5), 0.373394526583023 - 0.5139334755917659 %i,
15)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 252 (line 1485) ***************
Input:
test_bessel(bessel_i(- 2.3, 1.5), 0.6352567117441515, 15)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 267 (line 1544) ***************
Input:
test_bessel(bessel_i(- 2.3, 1.0 + %i),
(- 0.4053256245784623) - 0.3724481230406298 %i, 14)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 297 (line 1661) ***************
Input:
test_bessel(bessel_k(2.3, 1.0 + %i), (- 0.6635905911278042)
- 1.02588948495693 %i, 15)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 298 (line 1665) ***************
Input:
test_bessel(bessel_k(- 2.3, 1.0 + %i),
(- 0.6635905911278042) - 1.02588948495693 %i, 13)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 307 (line 1757) ***************
Input:
test_wronskian(lambda([n, z], expand(w_jj(n, %i z))),
(- 2.0) sin(n %pi)
lambda([n, z], ------------------), 1.0e-8, 10)
%i z %pi
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 310 (line 1779) ***************
Input:
2.0
test_wronskian(lambda([n, z], w_jy(n, z %i)), lambda([n, z], --------),
z %i %pi
1.0e-8, 10)
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 312 (line 1795) ***************
Input:
(- 2.0) sin(n %pi)
test_wronskian(w_ii, lambda([n, z], ------------------), 1.0e-10, 5)
z %pi
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 315 (line 1818) ***************
Input:
1
test_wronskian(w_ik, lambda([n, z], -), 1.0e-10, 5)
z
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 319 (line 1846) ***************
Input:
- 4
test_wronskian(lambda([v, z], w_h1h2(v, z %i)), lambda([v, z], -----),
%pi z
1.0e-13, 5)
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
402/402 tests passed (not counting 16 expected errors)
The following 16 problems passed but were expected to fail: (145 201 233 234
249 250 251 252
267 297 298 307
310 312 315 319)
Running tests in rtest15: 390/390 tests passed
Running tests in rtest16:
********************** Problem 50 (line 268) ***************
Input:
block([L1 : [[1.2E-10, 1.2E-9, 1.2E-8, 1.2E-7, 1.2E-6, 1.2E-5, 1.2E-4, 0.0012,
0.012, 0.12, 1.2, 1.2E+1, 1.2E+2, 1.2E+3, 1.2E+4, 1.2E+5, 1.2E+6, 1.2E+7,
1.2E+8, 1.2E+9, 1.2E+10], [1.23E-10, 1.23E-9, 1.23E-8, 1.23E-7, 1.23E-6,
1.23E-5, 1.23E-4, 0.00123, 0.0123, 0.123, 1.23, 12.3, 1.23E+2, 1.23E+3,
1.23E+4, 1.23E+5, 1.23E+6, 1.23E+7, 1.23E+8, 1.23E+9, 1.23E+10],
[1.234E-10, 1.234E-9, 1.234E-8, 1.234E-7, 1.234E-6, 1.234E-5, 1.234E-4,
0.001234, 0.01234, 0.1234, 1.234, 12.34, 123.4, 1.234E+3, 1.234E+4, 1.234E+5,
1.234E+6, 1.234E+7, 1.234E+8, 1.234E+9, 1.234E+10],
[1.2344E-10, 1.2344E-9, 1.2344E-8, 1.2344E-7, 1.2344E-6, 1.2344E-5, 1.2344E-4,
0.0012344, 0.012344, 0.12344, 1.2344, 12.344, 123.44, 1234.4, 1.2344E+4,
1.2344E+5, 1.2344E+6, 1.2344E+7, 1.2344E+8, 1.2344E+9, 1.2344E+10],
[1.23443E-10, 1.23443E-9, 1.23443E-8, 1.23443E-7, 1.23443E-6, 1.23443E-5,
1.23443E-4, 0.00123443, 0.0123443, 0.123443, 1.23443, 12.3443, 123.443,
1234.43, 12344.3, 1.23443E+5, 1.23443E+6, 1.23443E+7, 1.23443E+8, 1.23443E+9,
1.23443E+10], [1.234432E-10, 1.234432E-9, 1.234432E-8, 1.234432E-7,
1.234432E-6, 1.234432E-5, 1.234432E-4, 0.001234432, 0.01234432, 0.1234432,
1.234432, 12.34432, 123.4432, 1234.432, 12344.32, 123443.2, 1.234432E+6,
1.234432E+7, 1.234432E+8, 1.234432E+9, 1.234432E+10],
[1.2344321E-10, 1.2344321E-9, 1.2344321E-8, 1.2344321E-7, 1.2344321E-6,
1.2344321E-5, 1.2344321E-4, 0.0012344321, 0.012344321, 0.12344321, 1.2344321,
12.344321, 123.44321, 1234.4321, 12344.321, 123443.21, 1234432.1,
1.2344321E+7, 1.2344321E+8, 1.2344321E+9, 1.2344321E+10],
[1.23443211E-10, 1.23443211E-9, 1.23443211E-8, 1.23443211E-7, 1.23443211E-6,
1.23443211E-5, 1.23443211E-4, 0.00123443211, 0.0123443211, 0.123443211,
1.23443211, 12.3443211, 123.443211, 1234.43211, 12344.3211, 123443.211,
1234432.11, 1.23443211E+7, 1.23443211E+8, 1.23443211E+9, 1.23443211E+10],
[1.234432112E-10, 1.234432112E-9, 1.234432112E-8, 1.234432112E-7,
1.234432112E-6, 1.234432112E-5, 1.234432112E-4, 0.001234432112, 0.01234432112,
0.1234432112, 1.234432112, 12.34432112, 123.4432112, 1234.432112, 12344.32112,
123443.2112, 1234432.112, 1.234432112E+7, 1.234432112E+8, 1.234432112E+9,
1.234432112E+10], [1.2344321123E-10, 1.2344321123E-9, 1.2344321123E-8,
1.2344321123E-7, 1.2344321123E-6, 1.2344321123E-5, 1.2344321123E-4,
0.0012344321123, 0.012344321123, 0.12344321123, 1.2344321123, 12.344321123,
123.44321123, 1234.4321123, 12344.321123, 123443.21123, 1234432.1123,
1.2344321123E+7, 1.2344321123E+8, 1.2344321123E+9, 1.2344321123E+10],
[1.23443211234E-10, 1.23443211234E-9, 1.23443211234E-8, 1.23443211234E-7,
1.23443211234E-6, 1.23443211234E-5, 1.23443211234E-4, 0.00123443211234,
0.0123443211234, 0.123443211234, 1.23443211234, 12.3443211234, 123.443211234,
1234.43211234, 12344.3211234, 123443.211234, 1234432.11234, 1.23443211234E+7,
1.23443211234E+8, 1.23443211234E+9, 1.23443211234E+10],
[1.234432112344E-10, 1.234432112344E-9, 1.234432112344E-8, 1.234432112344E-7,
1.234432112344E-6, 1.234432112344E-5, 1.234432112344E-4, 0.001234432112344,
0.01234432112344, 0.1234432112344, 1.234432112344, 12.34432112344,
123.4432112344, 1234.432112344, 12344.32112344, 123443.2112344,
1234432.112344, 1.234432112344E+7, 1.234432112344E+8, 1.234432112344E+9,
1.234432112344E+10], [1.2344321123443E-10, 1.2344321123443E-9,
1.2344321123443E-8, 1.2344321123443E-7, 1.2344321123443E-6,
1.2344321123443E-5, 1.2344321123443E-4, 0.0012344321123443, 0.012344321123443,
0.12344321123443, 1.2344321123443, 12.344321123443, 123.44321123443,
1234.4321123443, 12344.321123443, 123443.21123443, 1234432.1123443,
1.2344321123443E+7, 1.2344321123443E+8, 1.2344321123443E+9,
1.2344321123443E+10], [1.23443211234432E-10, 1.23443211234432E-9,
1.23443211234432E-8, 1.23443211234432E-7, 1.23443211234432E-6,
1.23443211234432E-5, 1.23443211234432E-4, 0.00123443211234432,
0.0123443211234432, 0.123443211234432, 1.23443211234432, 12.3443211234432,
123.443211234432, 1234.43211234432, 12344.3211234432, 123443.211234432,
1234432.11234432, 1.23443211234432E+7, 1.23443211234432E+8,
1.23443211234432E+9, 1.23443211234432E+10],
[1.234432112344321E-10, 1.234432112344321E-9, 1.234432112344321E-8,
1.234432112344321E-7, 1.234432112344321E-6, 1.234432112344321E-5,
1.234432112344321E-4, 0.001234432112344321, 0.01234432112344321,
0.1234432112344321, 1.234432112344321, 12.34432112344321, 123.4432112344321,
1234.432112344321, 12344.32112344321, 123443.2112344321, 1234432.112344321,
1.234432112344321E+7, 1.234432112344321E+8, 1.234432112344321E+9,
1.234432112344321E+10], [1.234432112344321E-10, 1.234432112344321E-9,
1.234432112344321E-8, 1.234432112344321E-7, 1.234432112344321E-6,
1.234432112344321E-5, 1.234432112344321E-4, 0.001234432112344321,
0.01234432112344321, 0.1234432112344321, 1.234432112344321, 12.34432112344321,
123.4432112344321, 1234.432112344321, 12344.32112344321, 123443.2112344321,
1234432.112344321, 1.234432112344321E+7, 1.234432112344321E+8,
1.234432112344321E+9, 1.234432112344321E+10],
[1.234432112344321E-10, 1.234432112344321E-9, 1.234432112344321E-8,
1.234432112344321E-7, 1.234432112344321E-6, 1.234432112344321E-5,
1.234432112344321E-4, 0.001234432112344321, 0.01234432112344321,
0.1234432112344321, 1.234432112344321, 12.34432112344321, 123.4432112344321,
1234.432112344321, 12344.32112344321, 123443.2112344321, 1234432.112344321,
1.234432112344321E+7, 1.234432112344321E+8, 1.234432112344321E+9,
1.234432112344321E+10], [1.234432112344321E-10, 1.234432112344321E-9,
1.234432112344321E-8, 1.234432112344321E-7, 1.234432112344321E-6,
1.234432112344321E-5, 1.234432112344321E-4, 0.001234432112344321,
0.01234432112344321, 0.1234432112344321, 1.234432112344321, 12.34432112344321,
123.4432112344321, 1234.432112344321, 12344.32112344321, 123443.2112344321,
1234432.112344321, 1.234432112344321E+7, 1.234432112344321E+8,
1.234432112344321E+9, 1.234432112344321E+10],
[1.234432112344321E-10, 1.234432112344321E-9, 1.234432112344321E-8,
1.234432112344321E-7, 1.234432112344321E-6, 1.234432112344321E-5,
1.234432112344321E-4, 0.001234432112344321, 0.01234432112344321,
0.1234432112344321, 1.234432112344321, 12.34432112344321, 123.4432112344321,
1234.432112344321, 12344.32112344321, 123443.2112344321, 1234432.112344321,
1.234432112344321E+7, 1.234432112344321E+8, 1.234432112344321E+9,
1.234432112344321E+10]], L2 : block([foo : 1.234432112344321],
n
makelist(block([fpprintprec : m], makelist(string(foo 10 ), n, - 10, 10)), m,
2, 20))], map(lambda([s1, s2], if sequalignore(s1, s2) then true
else s2 # s1), flatten(L1), flatten(L2)), delete(true, %%))
Result:
[]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 561 (line 2153) ***************
Input:
2
- %pi
ev(closeto(li (1.0 %i) - (------ + %i 0.915965594177219), 1.3878e-15), numer)
2 48
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
rat: replaced -406810.0 by -406810/1 = -406810.0
rat: replaced -492380.0 by -492380/1 = -492380.0
rat: replaced 0.07050000000000001 by 141/2000 = 0.0705
t 492380 t 85570
Refusing to factor polynomial 47 (%e ) - 4702 (%e ) + 4655
because its degree exceeds factor_max_degree (1000)
720/720 tests passed (not counting 4 expected errors)
The following 2 problems passed but were expected to fail: (50 561)
Running tests in rtestode: 96/96 tests passed
Running tests in rtestode_zp: 30/30 tests passed
Running tests in rtest3: 228/228 tests passed (not counting 1 expected errors)
Running tests in rtest8:
********************** Problem 104 (line 399) ***************
Input:
ev(e5, au = 0, omega = 2)
Result:
[0.4000000000000001, 2.216570948815925e-11, 175, 0]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
188/188 tests passed (not counting 1 expected errors)
The following 1 problem passed but was expected to fail: (104)
Running tests in rtest12: 118/118 tests passed
Running tests in rexamples: 137/137 tests passed
Running tests in rtesthyp: 417/417 tests passed (not counting 6 expected errors)
Running tests in rtest_hypgeo: 296/296 tests passed (not counting 1 expected errors)
Running tests in rtestmt19937: 15/15 tests passed
Running tests in rtest_allnummod: 562/562 tests passed
Running tests in rtest_maxmin:
t 492380 t 85570
Refusing to factor polynomial 47 (%e ) - 4702 (%e ) + 4655
because its degree exceeds factor_max_degree (1000)
106/106 tests passed (not counting 8 expected errors)
Running tests in rtestconjugate: 256/256 tests passed
Running tests in rtestsum: 331/331 tests passed (not counting 4 expected errors)
Running tests in rtest_trig: 164/164 tests passed
Running tests in rtest_zeta: 29/29 tests passed
Running tests in rtest_diff_invtrig: 22/22 tests passed
Running tests in rtest_scalarp: 20/20 tests passed
Running tests in rtest_everysome: 84/84 tests passed
Running tests in rtestint: 340/340 tests passed (not counting 1 expected errors)
Running tests in rtest_numth: 218/218 tests passed
Running tests in rtestifactor: 34/34 tests passed
Running tests in rtest_equal: 205/205 tests passed (not counting 2 expected errors)
Running tests in rtest_abs: 140/140 tests passed
Running tests in rtest_taylor: 165/165 tests passed (not counting 6 expected errors)
Running tests in rtest_dot: 72/72 tests passed
Running tests in rtest_mset: 113/113 tests passed
Running tests in rtest_boolean: 116/116 tests passed
Running tests in rtest_round: 101/101 tests passed
Running tests in rtest_map: 139/139 tests passed (not counting 3 expected errors)
Running tests in rtest_sign: 378/378 tests passed (not counting 7 expected errors)
Running tests in rtest_algebraic: 45/45 tests passed
Running tests in rtest_gamma:
********************** Problem 384 (line 1846) ***************
Input:
relerror(gamma_incomplete(0.5, (- 2.5) %i),
(- 0.5969141790423885) + 0.009214957317429537 %i, 2.81e-15)
Result:
3.39907269959384e-15
This differed from the expected result:
true
********************** Problem 390 (line 1882) ***************
Input:
relerror(gamma_incomplete(0.5, 2.5 %i),
(- 0.5969141790423885) - 0.009214957317429537 %i, 2.81e-15)
Result:
3.39907269959384e-15
This differed from the expected result:
true
825/827 tests passed
The following 2 problems failed: (384 390)
Running tests in rtest_expintegral: 210/210 tests passed
Running tests in rtest_signum: 70/70 tests passed
Running tests in rtest_lambert_w: 57/57 tests passed
Running tests in rtest_elliptic: 222/222 tests passed (not counting 2 expected errors)
Running tests in rtest_integrate: 814/814 tests passed
Running tests in rtest_integrate_special: 53/53 tests passed
Running tests in rtest_sqrt: 315/315 tests passed (not counting 1 expected errors)
Running tests in rtest_carg: 53/53 tests passed (not counting 2 expected errors)
Running tests in rtest_log: 134/134 tests passed
Running tests in rtest_power: 69/69 tests passed (not counting 3 expected errors)
Running tests in rtestdefstruct: 32/32 tests passed
Running tests in rtest_limit: 237/237 tests passed
Running tests in rtest_powerseries: 67/67 tests passed
Running tests in rtest_laplace: 95/95 tests passed (not counting 10 expected errors)
Running tests in rtest_plotoptions: 5/5 tests passed
Running tests in rtest_algsys: 74/74 tests passed
Running tests in rtest_trace: 83/83 tests passed
Running tests in rtest_polynomialp: 16/16 tests passed
Running tests in rtest_limit_extra: 175/175 tests passed (not counting 42 expected errors)
Running tests in rtestflatten: 43/43 tests passed
Running tests in rtest_z_transform: 36/36 tests passed
Running tests in rtest_zeilberger_extreme: 9/9 tests passed
Running tests in rtest_zeilberger: 53/53 tests passed
Running tests in rtest_boolsimp: 48/48 tests passed
Running tests in rtest_eigen: 23/23 tests passed
Running tests in rtest_lsquares: 67/67 tests passed
Running tests in rtest_pytranslate: 74/74 tests passed
Running tests in rtest_odelin: 109/109 tests passed
Running tests in rtestezunits: 285/285 tests passed
Running tests in rtest_numericalio: 93/93 tests passed
Running tests in rtest_simplify_sum: 85/85 tests passed (not counting 1 expected errors)
Running tests in rtest_solve_rec: 33/33 tests passed
Running tests in rtest_stringproc:
********************** Problem 12 (line 27) ***************
Input:
ev(printf(false, ~a ~a ~4f ~a ~@r, String, sym, bound, sqrt(12), 144),
bound = 1.234)
Result:
String sym 1.23 2*sqrt(3) CXLIV
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 69 (line 188) ***************
Input:
block([us_ascii_only : true], ssort(I don't like Mondays., 'cgreaterpignore))
Result:
ytsoonnMlkIiedda.'
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
81/81 tests passed (not counting 2 expected errors)
The following 2 problems passed but were expected to fail: (12 69)
Running tests in rtest_md5sum: 2/2 tests passed
Running tests in rtest_opproperties: 117/117 tests passed
Running tests in rtest_stats: 14/14 tests passed
Running tests in rtest_distrib: 117/117 tests passed
Running tests in rtest_descriptive: 175/175 tests passed
Running tests in rtest_interpol: 18/18 tests passed
Running tests in rtest_levin: 104/104 tests passed
Running tests in rtest_fractals: 11/11 tests passed
Running tests in rtest_bernstein: 44/44 tests passed
Running tests in rtest_atensor: 20/20 tests passed
Running tests in rtest_ctensor: 49/49 tests passed
Running tests in rtest_itensor: 58/58 tests passed
Running tests in rtest_dgeqrf:
********************** Problem 1 (line 6) ***************
Input:
(if not fboundp('dgeqrf) then load(lapack), 0)
Result:
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack-package.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack-package.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/daxpy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/daxpy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dcopy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dcopy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ddot.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ddot.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dnrm2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dnrm2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dscal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dscal.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/idamax.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/idamax.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dasum.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dasum.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dcabs1.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dcabs1.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/lsame.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/lsame.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/xerbla.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/xerbla.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgemm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgemm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgemv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dgemv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dger.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dger.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/drot.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/drot.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/drotg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/drotg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dspr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dswap.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dswap.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsymm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsymm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsymv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsymv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr2k.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyr2k.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyrk.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dsyrk.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtbsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtbsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtpmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtpmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtpsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtpsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrmm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrmm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrsm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrsm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dtrsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dzasum.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dzasum.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dznrm2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/dznrm2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/icamax.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/icamax.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/isamax.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/isamax.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/izamax.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/izamax.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zaxpy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zaxpy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zcopy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zcopy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdotc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdotc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdotu.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdotu.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdscal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zdscal.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgemm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgemm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgemv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgemv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgerc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgerc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgeru.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zgeru.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhemm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhemm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhemv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhemv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher2k.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zher2k.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zherk.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zherk.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zhpr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zrotg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zrotg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zscal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zscal.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zswap.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zswap.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsymm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsymm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsyr2k.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsyr2k.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsyrk.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/zsyrk.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztbmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztbmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztbsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztbsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztpmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztpmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztpsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztpsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrmm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrmm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrmv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrmv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrsm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrsm.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrsv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/blas/ztrsv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc3.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc3.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc1.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc1.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc4.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc4.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc5.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc5.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamc2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamch.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamch.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlartg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlartg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlapy2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlapy2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebak.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebak.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlabad.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlabad.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dladiv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dladiv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrevc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrevc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfx.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfx.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlacpy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlacpy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlassq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlassq.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanhs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanhs.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanv2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanv2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlahqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlahqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ieeeck.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ieeeck.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilaenv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilaenv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaset.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaset.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dhseqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dhseqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorg2r.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorg2r.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarft.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarft.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlarfb.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorghr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorghr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlahrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlahrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgehd2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgehd2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgehrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgehrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebal.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlascl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlascl.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlange.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlange.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeev.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeev.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaexc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaexc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrexc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrexc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlacon.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlacon.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaqtr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaqtr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrsna.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dtrsna.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeevx.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeevx.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetf2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetf2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaswp.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaswp.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetrf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetrf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetrs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgetrs.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgl2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgl2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorglq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorglq.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgelq2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgelq2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgelqf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgelqf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgbr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorgbr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorm2r.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorm2r.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorml2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dorml2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormlq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormlq.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormbr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dormbr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamrg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlamrg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd7.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd7.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd5.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd5.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaed6.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaed6.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd4.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd4.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd8.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd8.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd6.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd6.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlas2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlas2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasrt.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasrt.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq4.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq4.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq5.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq5.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq6.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq6.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq3.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq3.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq1.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasq1.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasv2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasv2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dbdsqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dbdsqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasdq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasdq.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasdt.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasdt.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasda.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasda.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd3.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd3.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd1.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd1.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd0.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlasd0.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanst.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlanst.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dbdsdc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dbdsdc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlabrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlabrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebd2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebd2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgebrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeqr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeqr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeqrf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgeqrf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesdd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesdd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesvd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dgesvd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ddisna.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ddisna.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlassq.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlassq.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlange.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlange.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlapy3.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlapy3.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zladiv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zladiv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarfg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarfg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlahqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlahqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlacgv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlacgv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaisnan.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaisnan.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/disnan.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/disnan.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlacpy.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlacpy.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlahr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlahr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilazlc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilazlc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilazlr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ilazlr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgehd2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgehd2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarfb.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarfb.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgehrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgehrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunm2r.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunm2r.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarft.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlarft.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunmqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunmqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunmhr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunmhr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlartg.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlartg.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zrot.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zrot.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ztrexc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ztrexc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaset.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaset.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr1.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr1.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr5.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr5.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr4.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr4.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr3.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr3.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr0.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlaqr0.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhseqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhseqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlascl.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlascl.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgebal.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgebal.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zung2r.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zung2r.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunghr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zunghr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlatrs.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlatrs.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ztrevc.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/ztrevc.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgebak.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgebak.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgeev.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zgeev.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlange.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlange.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlae2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlae2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dsterf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dsterf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlatrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlatrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhetd2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhetd2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhetrd.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zhetrd.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlanhe.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlanhe.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaev2.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/dlaev2.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlasr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zlasr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zsteqr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zsteqr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zung2l.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zung2l.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungql.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungql.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungtr.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zungtr.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zheev.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/lapack/zheev.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/eigensys.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Style warning:
;;; in file eigensys.lisp, position 13614
;;; at (DEFUN $ZHEEV ...)
;;; ! The variable INFO is not used.
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/eigensys.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgesv.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgesv.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgeqrf.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgeqrf.lisp.
;;;
;;;
;;; Compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgemm.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Finished compiling /var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/dgemm.lisp.
;;;
0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 4 (line 20) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 5 (line 27) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 6 (line 34) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 7 (line 41) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 8 (line 48) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 9 (line 55) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 10 (line 62) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 11 (line 69) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 12 (line 76) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 13 (line 83) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 14 (line 90) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 15 (line 97) ***************
Input:
block([a, q, r], a : random_matrix(), [q, r] : dgeqrf(a),
mat_norm(q . r - a, 1), if %% < 1.0e-12 then true else [a, q, r, %%])
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
2/2 tests passed (not counting 13 expected errors)
The following 13 problems passed but were expected to fail: (1 4 5 6 7 8 9 10
11 12 13 14 15)
Running tests in rtest_dgesv:
********************** Problem 1 (line 2) ***************
Input:
(if not fboundp('dgesv) then load(lapack), 'done)
Result:
done
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 3 (line 12) ***************
Input:
[ 1 - 2.5 ] [ 1.75 ]
block([A, b, x], (A : [ ], b : [ ], x : dgesv(A, b),
[ 0.375 5 ] [ - 0.625 ]
dlange(inf_norm, b - A . x)))
Result:
0.0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 4 (line 19) ***************
Input:
[ 1 - 0.15 ] [ 3.7 1 8 ]
block([A, b, x], (A : [ ], b : [ ],
[ 1.82 2 ] [ - 2.3 5 - 3.9 ]
x : dgesv(A, b), dlange(inf_norm, b - A . x)))
Result:
1.110223024625157e-15
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 5 (line 26) ***************
Input:
[ 5 - %pi ]
[ ] [ %e ]
block([A, b, x], (A : [ 11 ], b : [ ], x : dgesv(A, b),
[ 1.0b0 -- ] [ sin(1) ]
[ 17 ]
dlange(inf_norm, b - A . x)))
Result:
2.220446049250313e-16
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 6 (line 45) ***************
Input:
[ 6.8 - 6.05 - 0.45 8.32 - 9.67 ]
[ ]
[ - 2.11 - 3.3 2.58 2.71 - 5.14 ]
[ ]
block([A, b], (A : [ 5.66 5.36 - 2.7 4.35 - 7.26 ],
[ ]
[ 5.97 - 4.44 0.27 - 7.17 6.08 ]
[ ]
[ 8.23 1.08 9.04 2.14 - 6.87 ]
[ 4.02 - 1.56 9.81 ]
[ ]
[ 6.19 4.0 - 4.09 ]
[ ]
b : [ - 8.22 - 8.67 - 4.57 ], dgesv(A, b)))
[ ]
[ - 7.57 1.75 - 8.61 ]
[ ]
[ - 3.03 2.86 8.99 ]
Result:
[ - 0.8007140257202475 - 0.3896213930191952 0.9554649124194904 ]
[ ]
[ - 0.6952433844403112 - 0.554427127353211 0.2206596269817108 ]
[ ]
[ 0.593914994899136 0.842227385604611 1.900636731558973 ]
[ ]
[ 1.321725609087391 - 0.1038018538074622 5.357661487175357 ]
[ ]
[ 0.5657561965738039 0.1057109514742748 4.040602658253425 ]
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
2/2 tests passed (not counting 5 expected errors)
The following 5 problems passed but were expected to fail: (1 3 4 5 6)
Running tests in rtest_dlsode: 22/22 tests passed
Running tests in rtest_fourier_elim: 164/164 tests passed (not counting 4 expected errors)
Running tests in rtest_sequence: 54/54 tests passed (not counting 1 expected errors)
Running tests in rtest_cholesky: 41/41 tests passed
Running tests in rtest_eigens_by_jacobi: 24/24 tests passed
Running tests in rtest_lu: 94/94 tests passed
Running tests in rtest_linalg: 214/214 tests passed
Running tests in rtest_matrixexp:
********************** Problem 20 (line 101) ***************
Input:
[ sqrt(3) sqrt(2) ]
check([ ], 2)
[ sqrt(2) 9 ]
Result:
Unable to find the spectral representation
error-catch
This differed from the expected result:
true
********************** Problem 21 (line 104) ***************
Input:
[ sqrt(6) 1 ]
check([ ], 2)
[ 1 - 9 ]
Result:
Unable to find the spectral representation
error-catch
This differed from the expected result:
true
********************** Problem 22 (line 107) ***************
Input:
[ sqrt(3) sqrt(2) ]
check([ ], 2)
[ sqrt(2) 9 ]
Result:
Unable to find the spectral representation
error-catch
This differed from the expected result:
true
56/59 tests passed
The following 3 problems failed: (20 21 22)
Running tests in rtest_romberg: 19/19 tests passed (not counting 2 expected errors)
Running tests in rtest_wilcoxon: 29/29 tests passed
Running tests in rtest_bitwise: 71/71 tests passed
Running tests in rtest_gf: 10/10 tests passed
Running tests in rtest_namespaces:
********************** Problem 18 (line 52) ***************
Input:
map(fundef, [f, g, hh, hh])
Result:
2
n x
[f(x) := foo|my_constant sin(x), g(n) := expand((f(a) + n!) ), hh(x) := --,
2
2
x
hh(x) := --]
2
This differed from the expected result:
n
[f(x) := foo|my_constant sin(x), g(n) := expand((f(a) + n!) ),
1 2
hh(x) := (-) x , hh(z) := f(z) - g(2)]
2
********************** Problem 22 (line 67) ***************
Input:
hh(u - v)
Result:
2
(u - v)
--------
2
This differed from the expected result:
2
(- 1729) sin(v - u) - 2989441 sin (a) + (- 6916) sin(a) - 4
********************** Problem 25 (line 76) ***************
Input:
hh(u - v)
Result:
hh(u - v)
This differed from the expected result:
2
(u - v)
--------
2
82/85 tests passed (not counting 1 expected errors)
The following 3 problems failed: (18 22 25)
Running tests in rtest_arag: 107/107 tests passed
Running tests in rtest_pdiff: 90/90 tests passed
Running tests in rtest_to_poly: 25/25 tests passed
Running tests in rtestprintf:
********************** Problem 38 (line 141) ***************
Input:
(ans : [4.2E+1, 1.5E+0, 1.4142135623730951E+0, 3.141592653589793E+0, 3.5E+0, 1\
.234E+0], printf(false, [~{~e~^, ~}], args),
if sequalignore(%%, ans) then true else %%)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 54 (line 209) ***************
Input:
printf(false, ~d ~v,v^~f , 0, 1, 2, 3)
Result:
0 3.0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 66 (line 251) ***************
Input:
(printf(false, ~9,3,2,1e, 1.0), if sequalignore(%%, 1.000e+00) then true
else %%)
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 70 (line 280) ***************
Input:
(fpprec : 22, bf : 1.234567890123457b-10, a1 : printf(false, ~,42,,0h~%, bf),
a2 : printf(false, ~,42,,10h~%, bf), a3 : printf(false, ~,42,,-10h~%, bf),
fpprec : 42, b1 : printf(false, ~,42,,0h~%, bf),
b2 : printf(false, ~,42,,10h~%, bf), b3 : printf(false, ~,42,,-10h~%, bf),
reset(fpprec), is(a1 = b1) and is(a2 = b2) and is(a3 = b3))
Result:
true
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
69/69 tests passed (not counting 8 expected errors)
The following 4 problems passed but were expected to fail: (38 54 66 70)
Running tests in rtest_simplex: 18/18 tests passed
Running tests in rtest_graphs: 99/99 tests passed
Running tests in rtest_abs_integrate: 255/255 tests passed (not counting 2 expected errors)
Running tests in rtest_pochhammer: 36/36 tests passed
Running tests in rtest_to_poly_solve:
********************** Problem 199 (line 711) ***************
Input:
%solve([m x = b], [x], 'parameters = [m, b], 'simpfuncs = ['nicedummies])
Result:
%union(%if((b = 0) %and (m = 0), [x = %c0], %union()),
b
%if(m # 0, [x = -], %union()))
m
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 200 (line 714) ***************
Input:
2 2 2
%solve([y + x = a , y + x = 1], [x, y], 'parameters = [a, b],
'simpfuncs = ['nicedummies, 'expand])
Result:
2 2
2 sqrt(2 a - 1) - 1 sqrt(2 a - 1) + 1
%union(%if(2 a - 1 # 0, [x = - ------------------, y = ------------------],
2 2
2
2 sqrt(2 a - 1) + 1
%union()), %if(2 a - 1 # 0, [x = ------------------,
2
2
sqrt(2 a - 1) - 1 1
y = - ------------------], %union()), %if((a = - -------) %and (b = %c0),
2 sqrt(2)
1 1 1 1 1
[x = -, y = -], %union()), %if((a = -------) %and (b = %c0), [x = -, y = -],
2 2 sqrt(2) 2 2
%union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 201 (line 720) ***************
Input:
%solve([x + y = a, x + y = b], [x, y], 'parameters = [a],
'simpfuncs = ['nicedummies])
Result:
%union(%if(b - a = 0, [x = %c0, y = b - %c0], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 202 (line 723) ***************
Input:
%solve([x + y = a, x + a y = b], [x, y], 'parameters = [a, b],
'simpfuncs = ['nicedummies, 'expand])
Result:
2
b - a b - a
%union(%if(a - 1 # 0, [x = - ------, y = -----], %union()),
a - 1 a - 1
%if((a = 1) %and (b = 1), [x = %c0, y = 1 - %c0], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 203 (line 726) ***************
Input:
%solve([y + b x = a, a y + x = b], [x, y], 'parameters = [],
'simpfuncs = ['nicedummies, 'ratsimp])
Result:
2 2
b - a b - a
%union([x = - -------, y = -------])
a b - 1 a b - 1
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 204 (line 729) ***************
Input:
%solve([y + x = a, a y + x = b], [x, y], 'parameters = [a, b],
'simpfuncs = ['nicedummies, 'expand])
Result:
2
b - a b - a
%union(%if(a - 1 # 0, [x = - ------, y = -----], %union()),
a - 1 a - 1
%if((a = 1) %and (b = 1), [x = %c0, y = 1 - %c0], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 210 (line 760) ***************
Input:
nicedummies(%solve([b2 + a1 = r2, a1 b2 = r3, a2 b2 + a3 b1 = r4,
a3 b2 + a5 + r4 = d5, a5 b1 = 0], [a1, a2, a3, a5, r2, r3, r4, b1, b2],
'simpfuncs = ['expand]))
Result:
%union([a1 = %c0, a2 = %c1, a3 = %c2, a5 = d5 - %c2 %c3 - %c1 %c3, b1 = 0,
b2 = %c3, r2 = %c3 + %c0, r3 = %c0 %c3, r4 = %c1 %c3],
d5 %c5 %c6
[a1 = %c4, a2 = --- - ------- - %c5, a3 = %c5, a5 = 0, b1 = %c6, b2 = %c7,
%c7 %c7
r2 = %c7 + %c4, r3 = %c4 %c7, r4 = d5 - %c5 %c7],
d5
[a1 = %c8, a2 = %c9, a3 = ----, a5 = 0, b1 = %c10, b2 = 0, r2 = %c8, r3 = 0,
%c10
r4 = d5])
This differed from the expected result:
%union([a1 = %c0, a2 = %c3, a3 = %c4, a5 = d5 - %c4 %c5 + (- %c3) %c5, b1 = 0,
b2 = %c5, r2 = %c5 + %c0, r3 = %c0 %c5, r4 = %c3 %c5],
d5
[a1 = %c10, a2 = %c1, a3 = ---, a5 = 0, b1 = %c2, b2 = 0, r2 = %c10, r3 = 0,
%c2
d5 %c7 %c8
r4 = d5], [a1 = %c6, a2 = --- - ------- - %c7, a3 = %c7, a5 = 0, b1 = %c8,
%c9 %c9
b2 = %c9, r2 = %c9 + %c6, r3 = %c6 %c9, r4 = d5 - %c7 %c9])
********************** Problem 214 (line 781) ***************
Input:
%solve([a = b, b = 3], [a], 'parameters = [b])
Result:
%union(%if(b - 3 = 0, [a = 3], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 222 (line 819) ***************
Input:
2 2 2 2
%solve((4 k - 4) y + (4 - 4 k ) y + 6 k - 1, y, 'parameters = [k])
Result:
%union(%if((k - 1 # 0) %and (k # 0) %and (k + 1 # 0),
2 2
sqrt(5) k sqrt(1 - k ) - k + 1
[y = - -------------------------------], %union()),
2
2 k - 2
%if((k - 1 # 0) %and (k # 0) %and (k + 1 # 0),
2 2
sqrt(5) k sqrt(1 - k ) + k - 1
[y = -------------------------------], %union()),
2
2 k - 2
1
%if(k = 0, [y = -], %union()))
2
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 268 (line 974) ***************
Input:
nicedummies(%solve(a, x, 'parameters = []))
Result:
%union()
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 277 (line 1004) ***************
Input:
2 2 2
nicedummies(%solve([x + a y = 0, a x + b y = 0, a x + a b y = 0], [x, y],
'parameters = ['a, 'b]))
Result:
%union(%if((a = 0) %and (b = 0), [x = 0, y = %c6], %union()),
%if((a = %c0) %and (b = %c0), [x = - %c0 %c1, y = %c1], %union()),
%if((a = %c2) %and (b = - %c2), [x = - %c2 %c3, y = %c3], %union()),
%if((a = %c4) %and (b = %c5), [x = 0, y = 0], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 278 (line 1007) ***************
Input:
nicedummies(%solve(a x = 0, [x], 'parameters = ['a]))
Result:
%union(%if(a = 0, [x = %c0], %union()), %if(a # 0, [x = 0], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 295 (line 1065) ***************
Input:
nicedummies(%solve([x + y = p1 - p2, x + 3 y = p2 - p3,
3 x - y = p1 + p2 + p3], [x, y], 'parameters = [p1, p2, p3]))
Result:
%union(%if((p1 = %c0) %and (p2 = %c1) %and (p3 = 8 %c1 - 4 %c0),
4 %c1 - %c0 6 %c1 - 3 %c0
[x = -----------, y = - -------------], %union()))
2 2
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 311 (line 1130) ***************
Input:
%solve([a = 3 + x, b = 1 - x, x = 2], [x], 'parameters = [a, b])
Result:
%union(%if((a = 5) %and (b = - 1), [x = 2], %union()))
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
299/300 tests passed (not counting 42 expected errors)
The following 1 problem failed: (210)
The following 13 problems passed but were expected to fail: (199 200 201 202
203 204 214 222
268 277 278 295
311)
Running tests in rtest_hg: 187/187 tests passed (not counting 1 expected errors)
Running tests in rtest_sym:
********************** Problem 12 (line 42) ***************
Input:
symtest(phi, xi : sym , eta : sym , y, x)
1 2
Result:
0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 58 (line 181) ***************
Input:
dy
ode_check(-- = phi, % )
dx 1
Result:
0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
56/56 tests passed (not counting 4 expected errors)
The following 2 problems passed but were expected to fail: (12 58)
Running tests in rtest_nfloat:
********************** Problem 25 (line 89) ***************
Input:
3
nfloat(map('rhs, solve(x + x + 1, x)), [], 10)
Result:
[0.3411639019140098 - 1.161541399997252 %i,
1.161541399997252 %i + 0.3411639019140098, - 0.6823278038280196]
This differed from the expected result:
[0.341163901914009 - 1.161541399997251 %i,
1.161541399997251 %i + 0.341163901914009, - 0.682327803828018]
50/51 tests passed
The following 1 problem failed: (25)
Running tests in rtest_mnewton: 17/17 tests passed
Running tests in rtest_solve_rat_ineq: 17/17 tests passed
Running tests in rtest_vect:
********************** Problem 19 (line 71) ***************
Input:
ev(vectorsimp(div (u a)) - (u div a + grad u . a), expandall : true)
Result:
0
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
66/66 tests passed (not counting 10 expected errors)
The following 1 problem passed but was expected to fail: (19)
Running tests in rtest_antid: 11/11 tests passed
Running tests in rtest_bffac: 16/16 tests passed
Running tests in rtest_diff_form: 43/43 tests passed
Running tests in rtest_grobner: 33/33 tests passed
Running tests in rtest_finance:
********************** Problem 9 (line 34) ***************
Input:
block([s : make_string_output_stream()],
with_stdout(s, amortization(0.05, 56000, 3)), get_output_stream_string(s))
Result:
"n" "Balance" "Interest" "Amortization" "Payment"
0.000 56000.000 0.000 0.000 0.000
1.000 38236.320 2800.000 17763.680 20563.680
2.000 19584.457 1911.816 18651.864 20563.680
3.000 0.000 979.223 19584.457 20563.680
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 10 (line 44) ***************
Input:
block([s : make_string_output_stream()],
with_stdout(s, arit_amortization(0.05, 1000, 56000, 3)),
get_output_stream_string(s))
Result:
"n" "Balance" "Interest" "Amortization" "Payment"
0.000 56000.000 0.000 0.000 0.000
1.000 39203.807 2800.000 16796.193 19596.193
2.000 20567.803 1960.190 18636.003 20596.193
3.000 0.000 1028.390 20567.803 21596.193
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
********************** Problem 11 (line 54) ***************
Input:
block([s : make_string_output_stream()],
with_stdout(s, geo_amortization(0.05, 0.03, 56000, 3)),
get_output_stream_string(s))
Result:
"n" "Balance" "Interest" "Amortization" "Payment"
0.000 56000.000 0.000 0.000 0.000
1.000 38821.880 2800.000 17178.120 19978.120
2.000 20185.511 1941.094 18636.369 20577.463
3.000 0.000 1009.276 20185.511 21194.787
... Which was correct, but was expected to be wrong due to a known bug in
Maxima or ECL.
14/14 tests passed (not counting 3 expected errors)
The following 3 problems passed but were expected to fail: (9 10 11)
Running tests in rtest_fft: 99/99 tests passed
Running tests in rtest_rfft: 46/46 tests passed
Running tests in rtest_decfp: 5/5 tests passed
Running tests in rtest_wrstcse: 12/12 tests passed
Running tests in rtest_engineering_format: 16/16 tests passed
Error summary:
Error(s) found:
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest_gamma.mac problems:
(384 390)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/linearalgebra/rtest_matrixexp.mac problems:
(20 21 22)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/contrib/namespaces/rtest_namespaces.mac problems:
(18 22 25)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/to_poly_solve/rtest_to_poly_solve.mac problem:
(210)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/hypergeometric/rtest_nfloat.mac problem:
(25)
Tests that were expected to fail but passed:
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest1.mac problem:
(115)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest6.mac problems:
(43 45)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest14.mac problems:
(145 201 233 234 249 250 251 252 267 297 298 307 310 312 315 319)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest16.mac problems:
(50 561)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/tests/rtest8.mac problem:
(104)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/stringproc/rtest_stringproc.mac problems:
(12 69)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/rtest_dgeqrf.mac problems:
(1 4 5 6 7 8 9 10 11 12 13 14 15)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/lapack/rtest_dgesv.mac problems:
(1 3 4 5 6)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/stringproc/rtestprintf.mac problems:
(38 54 66 70)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/to_poly_solve/rtest_to_poly_solve.mac problems:
(199 200 201 202 203 204 214 222 268 277 278 295 311)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/contrib/diffequations/tests/rtest_sym.mac problems:
(12 58)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/vector/rtest_vect.mac problem:
(19)
/var/cache/acbs/build/acbs.nak6zoxg/maxima-5.46.0/share/finance/rtest_finance.mac problems:
(9 10 11)
10 tests failed out of 17,302 total tests.
real time : 17166.781 secs
run time : 16799.500 secs
gc count : 6074 times
consed : 144971850656 bytes
(%o0) done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment