2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-10-16 21:35:40 by Mark Davies | Files touched by this commit (2) |
Log message:
Update to 0.12.1
SciPy 0.12.1 is a bug-fix release with no new features compared to
0.12.0. The single issue fixed by this release is a security issue in
``scipy.weave``, which was previously using temporary directories in
an insecure manner under certain circumstances.
|
2013-04-14 02:28:53 by Mark Davies | Files touched by this commit (3) |
Log message:
Update to 0.12.0
Changes many - see doc/release/ in the source tarball for details
|
2012-10-16 10:00:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use REPLACE_PYTHON extensively. Bump PKGREVISION.
|
2012-09-12 01:04:36 by Aleksej Saushev | Files touched by this commit (180) |
Log message:
"user-destdir" is default these days
|
2012-08-14 22:20:55 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fortran objects need -fPIC handling (fixes at least SmartOS)
|
2011-12-22 17:32:04 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Make sure that printf format specifiers are defined for C++ code
|
2010-06-06 04:37:08 by Mark Davies | Files touched by this commit (3) |
Log message:
Update to scipy 0.7.2
SciPy 0.7.2 is a bug-fix release with no new features compared to 0.7.1. The
only change is that all C sources from Cython code have been regenerated with
Cython 0.12.1. This fixes the incompatibility between binaries of SciPy 0.7.1
and NumPy 1.4.
SciPy 0.7.1 is a bug-fix release with no new features compared to 0.7.0.
|
2010-02-21 16:13:42 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Set LICENSE to modified-bsd.
|
2009-12-03 14:06:56 by Aleksej Saushev | Files touched by this commit (48) |
Log message:
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
|