summaryrefslogtreecommitdiff
path: root/dev-python/numpy/numpy-1.16.1.ebuild
AgeCommit message (Collapse)Author
2020-02-26dev-python/numpy: Remove oldDavid Seifert
Closes: https://github.com/gentoo/gentoo/pull/14780 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
2020-01-05*/*: Clean PYTHON_COMPAT of obsolete implsMichał Górny
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-10-11dev-python: Remove *-fbsd KEYWORDSMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-28dev-python/numpy: Revert "Enable pypy{,3}"Michał Górny
The package fails tests with PyPy. Reverts: 91fc5273c4066cbbe2176d7b31841c9460f7c48d Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-08-07dev-python/numpy: Enable pypy{,3}Michał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-23dev-python/numpy: fix cblas detection.Benda Xu
Drop old ebuilds versionator eclass. Drop live ebuild. It has not been taken care of since numpy-1.9. Suggested-By: Zongyu Zhang <zzy2529420793@gmail.com> Closes: https://bugs.gentoo.org/647072 Closes: https://bugs.gentoo.org/688392 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
2019-04-17*/*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-03-03dev-python/numpy: force MAKEOPTS=-j1 for all USE configurationsThomas Deutschmann
...even failing for USE=lapack on some systems. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-03-03dev-python/numpy: re-add parallel make workaround for USE=-lapackThomas Deutschmann
Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2019-03-03dev-python/numpy: bump to v1.16.1Thomas Deutschmann
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>