- add pthread to WANTLIB
- backport fix for datetime64 on macppc allowing all tests to pass there
- remove use of -funroll-loops with fortran (it causes scipy to segfault
on macppc and it can make code bigger and slower in some cases)
- "optimize function attributes" were added in gcc 4.4. silence those
build-time warnings when building with earlier gcc versions.
- python3 flavor contributed by Dawe with assistance from rpointel@
- tested in a bulk by landry@
- bcallah@ needs this update to update math/veusz
ok landry@
I have only waited a short while for djm (maintainer)'s ok, commiting
anyway as it takes out a lot of the tree on !{i386,amd64}.
Fix the regression tests while there.
ok jasper@.
support is present. since we don't have it yet; it implements
it's own. however, on alpha, powerpc, it declared functions with
types that conflict with C99 (double for *l), therefore failed.
reported by merdely@; tested by and ok kili@
> NumPy is a Python library for numeric and scientific computing, it
> contains a powerful N-dimensional array object, basic linear algebra
> functions, basic Fourier transforms, sophisticated random number
> capabilities and tools for integrating Fortran code.
feedback and ok alek@