pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/cantor cantor: allow non pymalloc version of the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dad74d9690c1
branches:  trunk
changeset: 418624:dad74d9690c1
user:      markd <markd%pkgsrc.org@localhost>
date:      Fri Nov 29 20:58:01 2019 +0000

description:
cantor: allow non pymalloc version of the python library

diffstat:

 math/cantor/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c78f7e9f7725 -r dad74d9690c1 math/cantor/Makefile
--- a/math/cantor/Makefile      Fri Nov 29 20:35:24 2019 +0000
+++ b/math/cantor/Makefile      Fri Nov 29 20:58:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/11/21 02:39:22 markd Exp $
+# $NetBSD: Makefile,v 1.55 2019/11/29 20:58:01 markd Exp $
 
 DISTNAME=      cantor-${KAPPSVER}
 CATEGORIES=    math
@@ -23,6 +23,7 @@
 SUBST_STAGE.py3=       pre-configure
 SUBST_FILES.py3=       cmake/FindPythonLibs3.cmake
 SUBST_SED.py3=         -e 's:python3):python-${PYVERSSUFFIX}):'
+SUBST_SED.py3+=                -e 's:python3.6m python3.7m:python3.6m python3.6 python3.7m python3.7:'
 
 REPLACE_SH+=   src/backends/sage/cantor-execsage
 



Home | Main Index | Thread Index | Old Index