pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/octave
Module Name: pkgsrc
Committed By: plunky
Date: Fri Feb 28 21:57:17 UTC 2020
Modified Files:
pkgsrc/math/octave: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 pkgsrc/math/octave/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.198 pkgsrc/math/octave/Makefile:1.199
--- pkgsrc/math/octave/Makefile:1.198 Sat Jan 18 21:49:56 2020
+++ pkgsrc/math/octave/Makefile Fri Feb 28 21:57:17 2020
@@ -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/gn
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"
Home |
Main Index |
Thread Index |
Old Index