#13027: Upgrade and clean up IML
-------------------------------+--------------------------------------------
Reporter: kini | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: iml | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by kini):
Update: I managed to work around this by downloading and installing the
exact version of automake that the authors of IML used, adding a dummy C
file which implements a simple do-nothing function, adding it to the
source files for librepl in `Makefile.am` in the directory, and rebuilding
`Makefile.in` (which will become `Makefile` when `configure` is run during
build time).
Now the package configures and builds successfully on OS X, but does not
pass tests:
{{{
creating test-largeentry
dyld: lazy symbol binding failed: Symbol not found: _cblas_dgemm
Referenced from:
/Users/wstein/build/sage-5.0/spkg/build/iml-1.0.3.p0/src/src/.libs/libiml.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _cblas_dgemm
Referenced from:
/Users/wstein/build/sage-5.0/spkg/build/iml-1.0.3.p0/src/src/.libs/libiml.0.dylib
Expected in: flat namespace
/bin/sh: line 1: 74987 Trace/BPT trap ${dir}$tst
FAIL: test-smallentry
dyld: lazy symbol binding failed: Symbol not found: _cblas_dgemm
Referenced from:
/Users/wstein/build/sage-5.0/spkg/build/iml-1.0.3.p0/src/src/.libs/libiml.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _cblas_dgemm
Referenced from:
/Users/wstein/build/sage-5.0/spkg/build/iml-1.0.3.p0/src/src/.libs/libiml.0.dylib
Expected in: flat namespace
/bin/sh: line 1: 75006 Trace/BPT trap ${dir}$tst
FAIL: test-largeentry
===================
2 of 2 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[1]: *** [check-am] Error 2
make: *** [check-recursive] Error 1
Error testing IML
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13027#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.