June 9, 2011
7:31 a.m.
On Wed, 8 Jun 2011, Peter M. Clausen wrote:
Hi
you mean that your standard ubuntu packages are too old to pass the check. if it is so, could you, please, post a modification to sfepy/version.py that fixes this?
changing MATPLOTLIB_MIN_VERSION = '1.0.0' to MATPLOTLIB_MIN_VERSION = '0.99.0'
fixes build on ubuntu 10.04 and 11.04 (you get these warnings for 10.04, see build_warn.log)
ok, I will change this.
On 10.04 (x64) tests look good - runTests gives some warnings, see runtest.log, but I guess one can ignore them
Yes, you can safely ignore the deprecation warnings.
thanks, r.