diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-01 05:36:23 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-01-01 05:36:23 +0000 |
commit | 90f5c93549913b0250ea8b1d06db5f3aafe33bd9 (patch) | |
tree | 955f9fcd9dedd044b8d08450a0316af4329dea11 /math/libocas/Makefile | |
parent | dc52edba67865830c1ede49670b18374260ba4f8 (diff) |
Put down my glass of Champagne just long enough to update libocas to 0.94 --
Happy New Year!
Notes
Notes:
svn path=/head/; revision=288365
Diffstat (limited to 'math/libocas/Makefile')
-rw-r--r-- | math/libocas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libocas/Makefile b/math/libocas/Makefile index 4727206be59e..188640196456 100644 --- a/math/libocas/Makefile +++ b/math/libocas/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libocas -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= math MASTER_SITES= http://cmp.felk.cvut.cz/~xfrancv/ocas/ LOCAL/bf DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} @@ -54,7 +54,7 @@ do-install: check regression-test test: build ${WRKSRC}/msvmocas -c 10 -v 1 ${WRKSRC}/data/example4_train.light \ ${WRKSRC}/data/msvmocas.model - ${WRKSRC}/linclass -e -v 1 -o ${WRKSRC}/data/exaple4_test.pred \ + ${WRKSRC}/linclass -e -v 1 -o ${WRKSRC}/data/example4_test.pred \ ${WRKSRC}/data/example4_test.light ${WRKSRC}/data/msvmocas.model ${WRKSRC}/svmocas -c 10 -b 1 -v 1 ${WRKSRC}/data/riply_trn.light \ ${WRKSRC}/data/svmocas.model |