pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/octave have octave use arpack-ng 3.7.0 instead of...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a72252416a8
branches: trunk
changeset: 412115:0a72252416a8
user: plunky <plunky%pkgsrc.org@localhost>
date: Fri Feb 28 21:57:17 2020 +0000
description:
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:
math/octave/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 2dd43fa0f389 -r 0a72252416a8 math/octave/Makefile
--- a/math/octave/Makefile Fri Feb 28 21:53:06 2020 +0000
+++ b/math/octave/Makefile Fri Feb 28 21:57:17 2020 +0000
@@ -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 @@
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 @@
.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"
Home |
Main Index |
Thread Index |
Old Index