summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2020-02-28 21:57:17 +0000
committerplunky <plunky@pkgsrc.org>2020-02-28 21:57:17 +0000
commit3243c5295ada11f02fc2ad31ca0e5b35f4ede7c4 (patch)
treec18c1d04a7dd58f544f511d7477f80e723ef5c56 /math/octave
parent9de850d47ffb0777441c2f9e01cdc3f3d67a9c1a (diff)
downloadpkgsrc-3243c5295ada11f02fc2ad31ca0e5b35f4ede7c4.tar.gz
have octave use arpack-ng 3.7.0 instead of arpack. This reduces test
failures from 59 to 6 - PASS 15064 - FAIL 59 + PASS 15117 + FAIL 6 REGRESSION 1 XFAIL (reported bug) 26 SKIP (missing feature) 424
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index fdc3a7d1968..27ee3679073 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.198 2020/01/18 21:49:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.199 2020/02/28 21:57:17 plunky Exp $
DISTNAME= octave-5.1.0
-PKGREVISION= 10
+PKGREVISION= 11
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=octave/}
@@ -22,6 +22,7 @@ DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot
USE_LIBTOOL= yes
USE_TOOLS+= autoconf gsed gmake:run perl pkg-config bison bsdtar:run
+USE_TOOLS+= makeinfo:test
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran77
@@ -106,7 +107,7 @@ post-install:
.include "../../devel/readline/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../math/arpack/buildlink3.mk"
+.include "../../math/arpack-ng/buildlink3.mk"
.include "../../math/blas/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../math/fftwf/buildlink3.mk"