diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 06:48:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 06:48:30 +0800 |
commit | c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4 (patch) | |
tree | 483587f626b594c91bd63042428c5fd4c52d4891 /science/py-mdp | |
parent | 4c3190a140c781b4f275a869f680250a29c081f0 (diff) | |
download | freebsd-ports-gnome-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.tar.gz freebsd-ports-gnome-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.tar.zst freebsd-ports-gnome-c9f43f3f2d8d3b0b2723a94708dc395c68fdacd4.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: science)
Diffstat (limited to 'science/py-mdp')
-rw-r--r-- | science/py-mdp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/py-mdp/Makefile b/science/py-mdp/Makefile index 2b33b64ef7c4..daecd73a5820 100644 --- a/science/py-mdp/Makefile +++ b/science/py-mdp/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: mdp -# Date created: September 9, 2008 -# Whom: Li-Lun Wang <llwang@infor.org> -# +# Created by: Li-Lun Wang <llwang@infor.org> # $FreeBSD$ -# PORTNAME= mdp PORTVERSION= 3.2 @@ -27,6 +23,7 @@ LIBSVM_DESC= Provide the LibSVMClassifier node PP_DESC= Provide the Parallel Python PPScheduler SCIPY_DESC= Instal SciPy versions of eigensolver, FFT and convolution +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBSVM} |