2012-08-15 19:16:37 by Matthias Drochner | Files touched by this commit (3) | |
Log message: update to 1.6.2 changes: bugfixes pkgsrc change: mark Python3 ready |
2012-08-14 23:04:22 by Filip Hajny | Files touched by this commit (1) |
Log message: The previous commit actually doesn't affect the build of math/py-numpy, but changes the py-numpy binary package in order for math/py-scipy to build successfully (at least on SmartOS). Bump PKGREVISION. |
2012-08-14 22:19:21 by Filip Hajny | Files touched by this commit (3) |
Log message: Fix build on SmartOS by making sure linker always gets -shared |
2012-08-09 14:42:16 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Pass through the correct ABI flags as this package calls compilers directly. Fixes build on Solaris where ABI=32 with 64-bit compilers. |
2012-04-25 18:36:39 by Hans Rosenfeld | Files touched by this commit (1) |
Log message: Always add -shared to LDFLAGS to work around some stupidity. Should fix pkg/44107, tested on SunOS and NetBSD. More can be found information here: http://projects.scipy.org/numpy/ticket/1101 |
2012-04-17 19:24:41 by Matthias Drochner | Files touched by this commit (5) | |
Log message: update to 1.6.1 changes: any new features, performance improvements and bug fixes, Some highlights are: -Re-introduction of datetime dtype support to deal with dates in arrays. -A new 16-bit floating point type. -A new iterator, which improves performance of many functions. |
2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message: All supported python versions in pkgsrc support eggs, so remove ${PLIST.eggfile} from PLISTs and support code from lang/python. |
2012-02-09 14:09:09 by OBATA Akio | Files touched by this commit (2) |
Log message: distutils pkg, register egg-info. Bump PKGREVISION. |
2011-12-20 17:38:30 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: Make sure that builds with g95 create position independent code. Bump revision. |
2011-11-22 21:56:13 by Min Sik Kim | Files touched by this commit (2) |
Log message: Let py-numpy not run an invalid shell command. This fixes PR 44130. |