Commit graph

11 commits

Author SHA1 Message Date
thor
31f16be061 math/py-numpy16: document BLAS choice patch 2021-06-15 02:48:30 +00:00
thor
5025334842 math/py-numpy16: bring BLAS usage into line with math/py-numpy
This old version for PY27 now behaves just like the modern one
regarding usage of BLAS and actually CBLAS.
2021-04-20 20:58:39 +00:00
leot
8532d97f21 py-numpy*: Update checksum for patch-numpy_distutils_system__info.py
Part of interchangeable BLAS system change.
2020-10-13 08:27:02 +00:00
bacon
87edcb24b1 math/blas, math/lapack: Install interchangeable BLAS system
Install the new interchangeable BLAS system created by Thomas Orgis,
currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and
Apple's Accelerate.framework.  This system allows the user to select any
BLAS implementation without modifying packages or using package options, by
setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details.

This commit should not alter behavior of existing packages as the system
defaults to Netlib BLAS/LAPACK, which until now has been the only supported
implementation.

Details:

Add new mk/blas.buildlink3.mk for inclusion in dependent packages
Install compatible Netlib math/blas and math/lapack packages
Update math/blas and math/lapack MAINTAINER approved by adam@
OpenBLAS, cblas, and lapacke will follow in separate commits
Update direct dependents to use mk/blas.buildlink3.mk
Perform recursive revbump
2020-10-12 21:51:57 +00:00
joerg
9f3a1e5323 Tyops 2020-08-05 13:47:43 +00:00
gdt
518930404d math/py-numpy16: Restrict to python 2.7
This package only exists to accomodate programs (e.g. gnuradio) which
have not yet updated to python3.  Therefore, only allow numpy16 for
python2.7.  (I believe there are zero py37-numpy16 users, and if so, that
should be discussed to understand why.)
2020-07-09 00:47:40 +00:00
leot
8c8fe97798 py-numpy16: Fix typos in DESCR 2020-06-25 19:00:37 +00:00
gdt
35f2a8d9bb py-numpy16: Explain in DESCR why this exists 2020-06-25 18:37:28 +00:00
adam
0931fdf688 pytest from versioned depends 2020-05-17 18:57:26 +00:00
mef
5fa351ca0b (math/py-numpy16) Add missing distinfo (right ?) 2020-04-29 04:30:59 +00:00
adam
292760ead2 Added py-numpy16 - the last version to support Python 2.7 2020-04-27 16:52:55 +00:00