[MacPorts] #41155: Preparing for new Octave release
MacPorts
noreply at macports.org
Fri Dec 6 07:54:58 PST 2013
#41155: Preparing for new Octave release
----------------------------+-------------------------
Reporter: kingcrimson@… | Owner: michaelld@…
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: | Keywords:
Port: octave |
----------------------------+-------------------------
Comment (by michaelld@…):
Without the Qsci patch (qsci in MacPorts is at 2.7.2 right now, not the
latest which is 2.8.0), Octave 3.8.0rc1 builds just fine for me on 10.8
without gl2ps and without JIT (I have a variant for JIT, but haven't tried
it yet). I'm building on 10.9 right now. Make check failures, details,
and results:
{{{
libinterp/corefcn/data.cc-tst .......................... PASS 852/853
FAIL 1
assert (log2 (complex (0,Inf)), Inf + log2 (i))
!!!!! test failed
ASSERT errors for: assert (log2 (complex (0, Inf)),Inf + log2 (i))
Location | Observed | Expected | Reason
() Inf+NaNi Inf+2.2662i 'NaN' mismatch
libinterp/dldfcn/chol.cc-tst ........................... PASS 28/29
FAIL 1
assert (cca'*cca, ca, 16*eps);
assert (ccau'*ccau, ca, 16*eps);
assert (ccau2'*ccau2, ca, 16*eps);
assert (cca, ccal', 16*eps);
assert (cca, ccau, 16*eps);
assert (cca, ccal2', 16*eps);
assert (cca, ccau2, 16*eps);
!!!!! test failed
scripts/polynomial/roots.m ............................. PASS 11/12
FAIL 1
***** assert (roots ([1e-200, -1e200 * 1i, 1]), -1e-200 * 1i)
!!!!! test failed
ASSERT errors for: assert (roots ([1e-200, -1e200 * 1i, 1]),-1e-200 * 1i)
bug-38236.tst .......................................... PASS 0/1
FAIL 1
!!!!! test failed
'vr' undefined near line 1 column 36
PASS 11454
FAIL 4
XFAIL 6
SKIPPED 43
}}}
--
Ticket URL: <https://trac.macports.org/ticket/41155#comment:20>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list