diff options
author | gdt <gdt@pkgsrc.org> | 2022-03-05 19:46:02 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2022-03-05 19:46:02 +0000 |
commit | 8b7a7769412f041a0444ecaaa54828dd5e150ab9 (patch) | |
tree | 56f96fadc0b5d10900445b47342814cdad0f644c | |
parent | 400b44153d544692bb05b97e32a2aa28b8c2e9b1 (diff) | |
download | pkgsrc-8b7a7769412f041a0444ecaaa54828dd5e150ab9.tar.gz |
libmatheval: Note unmaintained status
Note report to upstream that it doesn't build with guile 2.0 or 2.2.
-rw-r--r-- | math/libmatheval/DESCR | 2 | ||||
-rw-r--r-- | math/libmatheval/Makefile | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/libmatheval/DESCR b/math/libmatheval/DESCR index 8c358d9ab70..12ee1e9e3ea 100644 --- a/math/libmatheval/DESCR +++ b/math/libmatheval/DESCR @@ -5,3 +5,5 @@ can be used later to evaluate a function for specified variable values, to create a corresponding tree for the function derivative over a specified variable, or to write a textual tree representation to a specified string. The library exposes C and Fortran 77 interfaces. + +This package is unmaintained upstream. diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 97e71041d62..97f8e2ad615 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2020/01/18 23:32:51 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2022/03/05 19:46:02 gdt Exp $ DISTNAME= libmatheval-1.1.11 CATEGORIES= math @@ -21,6 +21,8 @@ TEST_TARGET= check CONFIGURE_ENV+= ac_cv_lib_lex="none needed" # guile 2.0 fails with "matheval.c:33:2: error: #error Neither scm_num2dbl() nor SCM_NUM2DBL available" -.include "../../lang/guile/buildlink3.mk" +# guile 2.2 fails +# Upstream has no bugtracker; reported via bug mailinglist 20220305. +.include "../../lang/guile20/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |