Hello, Carl.
You wrote 9 августа 2010 г., 19:58:12:
> Add this line at the top of check.py:
> import sage.all
Thanks!
I've added it on top of _alglib.py because
a) check.py, as every other file, explicitly imports _alglib.py
b) I prefer to modify one file instead of two
Apparently, it works
On Mon, Aug 9, 2010 at 1:42 AM, Sergey Bochkanov
wrote:
> It is somehow connected to patch by Carl Witty which adds ability to
> work with Sage matrices/vectors. This patch works OK when package is
> used from Sage. But when we run test suite from spkg-check with
> "python check.py",
Hello!
New version of ALGLIB spkg is released. It can be downloaded from
http://www.alglib.net/share/2010-08-09-alglib-for-sage/
New version of spkg:
* compiles under OS X, SPARC/Solaris, Linux
* was tested wuth 2.7 and 3.1.2 branches of Python
* includes patch by Carl Witty whi