diff options
author | bacon <bacon@pkgsrc.org> | 2020-10-12 21:51:57 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2020-10-12 21:51:57 +0000 |
commit | afefcaa6e54efd2e5b8f95abf655d5d040ae36be (patch) | |
tree | 301b42c86078439d0507aa5e1cb691c3fb6da5d2 /graphics | |
parent | 064b357d6f40e50256ec30d40eeb2381a21baa63 (diff) | |
download | pkgsrc-afefcaa6e54efd2e5b8f95abf655d5d040ae36be.tar.gz |
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
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender-lts/Makefile | 3 | ||||
-rw-r--r-- | graphics/blender/Makefile | 3 | ||||
-rw-r--r-- | graphics/mypaint/Makefile | 4 | ||||
-rw-r--r-- | graphics/opencv/Makefile | 4 | ||||
-rw-r--r-- | graphics/pfstools/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-OpenGL-accelerate/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-OpenGL/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-biggles/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-fits/Makefile | 3 | ||||
-rw-r--r-- | graphics/py-gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 | ||||
-rw-r--r-- | graphics/veusz/Makefile | 4 |
12 files changed, 24 insertions, 18 deletions
diff --git a/graphics/blender-lts/Makefile b/graphics/blender-lts/Makefile index b64ff0a2a81..2a7d1d9ecee 100644 --- a/graphics/blender-lts/Makefile +++ b/graphics/blender-lts/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2020/09/05 11:46:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/12 21:52:00 bacon Exp $ DISTNAME= blender-2.83.5 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://download.blender.org/source/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 79ef342ad60..28f28671be4 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.167 2020/09/05 11:40:58 ryoon Exp $ +# $NetBSD: Makefile,v 1.168 2020/10/12 21:52:00 bacon Exp $ DISTNAME= blender-2.90.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= https://download.blender.org/source/ EXTRACT_SUFX= .tar.xz diff --git a/graphics/mypaint/Makefile b/graphics/mypaint/Makefile index 4fd4a2e0878..3e07ec02508 100644 --- a/graphics/mypaint/Makefile +++ b/graphics/mypaint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2020/08/17 20:19:06 leot Exp $ +# $NetBSD: Makefile,v 1.50 2020/10/12 21:52:00 bacon Exp $ DISTNAME= mypaint-2.0.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=mypaint/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index b519f950e56..e8c996b599e 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.94 2020/08/17 20:19:06 leot Exp $ +# $NetBSD: Makefile,v 1.95 2020/10/12 21:52:00 bacon Exp $ .include "Makefile.common" DISTNAME= opencv-${OPENCV_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 MAINTAINER= anthony.mallet@laas.fr COMMENT= Library for computer vision problems diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 5df5438dc1c..b1911b5c8f5 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2020/08/31 18:09:45 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2020/10/12 21:52:00 bacon Exp $ DISTNAME= pfstools-2.1.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfstools/} EXTRACT_SUFX= .tgz diff --git a/graphics/py-OpenGL-accelerate/Makefile b/graphics/py-OpenGL-accelerate/Makefile index ddf86817bd8..9890bcdad04 100644 --- a/graphics/py-OpenGL-accelerate/Makefile +++ b/graphics/py-OpenGL-accelerate/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2020/01/27 06:24:36 adam Exp $ +# $NetBSD: Makefile,v 1.2 2020/10/12 21:52:00 bacon Exp $ DISTNAME= PyOpenGL-accelerate-3.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyOpenGL-accelerate/} diff --git a/graphics/py-OpenGL/Makefile b/graphics/py-OpenGL/Makefile index 24ad2b17434..de1fdf9e18c 100644 --- a/graphics/py-OpenGL/Makefile +++ b/graphics/py-OpenGL/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2020/04/26 10:07:06 rillig Exp $ +# $NetBSD: Makefile,v 1.31 2020/10/12 21:52:00 bacon Exp $ DISTNAME= PyOpenGL-3.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^Py//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyOpenGL/} diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index acd7faf0120..bf03b382e3d 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2020/03/20 11:57:52 nia Exp $ +# $NetBSD: Makefile,v 1.30 2020/10/12 21:52:00 bacon Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=biggles/} diff --git a/graphics/py-fits/Makefile b/graphics/py-fits/Makefile index 033e2983fb9..1d78c0fc4e7 100644 --- a/graphics/py-fits/Makefile +++ b/graphics/py-fits/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2020/05/25 05:29:32 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2020/10/12 21:52:01 bacon Exp $ DISTNAME= pyfits-3.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyfits/} diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index a82989d8228..01f5bc839af 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2020/04/27 18:35:01 adam Exp $ +# $NetBSD: Makefile,v 1.29 2020/10/12 21:52:01 bacon Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/} diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 966f4b79644..e2749b68c3e 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.59 2020/06/18 12:24:55 adam Exp $ +# $NetBSD: Makefile,v 1.60 2020/10/12 21:52:01 bacon Exp $ DISTNAME= matplotlib-3.2.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=m/matplotlib/} diff --git a/graphics/veusz/Makefile b/graphics/veusz/Makefile index 8918da00b78..a78fbb014e4 100644 --- a/graphics/veusz/Makefile +++ b/graphics/veusz/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2020/08/17 20:19:11 leot Exp $ +# $NetBSD: Makefile,v 1.67 2020/10/12 21:52:01 bacon Exp $ DISTNAME= veusz-3.1 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=veusz/} GITHUB_RELEASE= ${DISTNAME} |