diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 21:26:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-04 21:26:52 +0000 |
commit | 2d46285b2b597143a9c56b9c3d36d7aa3d05e627 (patch) | |
tree | 16b023f379e72c478a252975d79fa8a3480dcd60 /math/py-symeig | |
parent | 9d00f73a1d811ce6e3b0421ab8e12f86078decd3 (diff) | |
download | ports-2d46285b2b597143a9c56b9c3d36d7aa3d05e627.tar.gz ports-2d46285b2b597143a9c56b9c3d36d7aa3d05e627.zip |
Notes
Diffstat (limited to 'math/py-symeig')
-rw-r--r-- | math/py-symeig/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/py-symeig/Makefile b/math/py-symeig/Makefile index 0119969db158..74ec48ea34e6 100644 --- a/math/py-symeig/Makefile +++ b/math/py-symeig/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: Symeig -# Date created: September 10, 2008 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= symeig PORTVERSION= 1.4 @@ -25,9 +21,12 @@ USE_FORTRAN= yes USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes -OPTIONS= ATLAS "Use optimized blas library" OFF +OPTIONS_DEFINE= ATLAS +ATLAS_DESC= Use optimized blas library -.if defined(WITH_ATLAS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MATLAS} LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas .if !exists(${LOCALBASE}/lib/libalapack.a) IGNORE= atlas needs to be built with WITH_STATIC for symeig to function properly |