View | Details | Raw Unified | Return to bug 240937
Collapse All | Expand All

(-)b/math/py-numpy/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	numpy
4
PORTNAME=	numpy
5
PORTVERSION=	1.16.5
5
PORTVERSION=	1.16.5
6
PORTREVISION=	1
6
PORTEPOCH=	1
7
PORTEPOCH=	1
7
CATEGORIES=	math python
8
CATEGORIES=	math python
8
MASTER_SITES=	CHEESESHOP \
9
MASTER_SITES=	CHEESESHOP \
Lines 34-40 PORTDOCS= * Link Here
34
OPTIONS_DEFINE=		DOCS SUITESPARSE
35
OPTIONS_DEFINE=		DOCS SUITESPARSE
35
OPTIONS_SINGLE=		BLASLIB
36
OPTIONS_SINGLE=		BLASLIB
36
OPTIONS_SINGLE_BLASLIB=	ATLAS NETLIB OPENBLAS
37
OPTIONS_SINGLE_BLASLIB=	ATLAS NETLIB OPENBLAS
37
OPTIONS_DEFAULT=	NETLIB SUITESPARSE
38
OPTIONS_DEFAULT=	OPENBLAS SUITESPARSE
38
SUITESPARSE_DESC=	Use AMD and UMFPACK in SuiteSparse
39
SUITESPARSE_DESC=	Use AMD and UMFPACK in SuiteSparse
39
40
40
ATLAS_USES=		blaslapack:atlas
41
ATLAS_USES=		blaslapack:atlas

Return to bug 240937