[SciPy-dev] scipy_core Solaris Build: Good and Bad News
Christopher Hanley
chanley at stsci.edu
Fri Oct 21 17:10:01 CDT 2005
Travis Oliphant wrote:
> Actually, this confirms my suspicion about the problem. In this one
> function I'm playing
> games to use only one malloc call as explained before. This is now
> (hopefully) fixed in SVN.
>
> I don't do the same thing anywhere else (well except for allocating
> buffers, but these are always increments of the data type size and so
> should be fine).
>
> All the pointers should now be on aligned addresses.
>
> -Travis
>
Yeah!!!
The latest and greatest version now builds on Solaris with no
customizations. All of the tests now pass as well.
basil> python
Python 2.4.1 (#2, Apr 6 2005, 14:41:45) [C] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy
>>> scipy.test()
Found 2 tests for scipy.base.umath
Found 23 tests for scipy.base.function_base
Found 3 tests for scipy.base.getlimits
Found 9 tests for scipy.base.twodim_base
Found 3 tests for scipy.base.matrix
Found 44 tests for scipy.base.shape_base
Found 42 tests for scipy.base.type_check
Found 3 tests for scipy.basic.helper
Found 4 tests for scipy.base.index_tricks
Found 0 tests for __main__
.....................................................................................................................................
----------------------------------------------------------------------
Ran 133 tests in 1.777s
OK
<unittest.TextTestRunner object at 0x419f30>
>>>
Thank you for your time and efforts,
Chris
--
Christopher Hanley
Systems Software Engineer
Space Telescope Science Institute
3700 San Martin Drive
Baltimore MD, 21218
(410) 338-4338
More information about the Scipy-dev
mailing list