pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cantor



Module Name:    pkgsrc
Committed By:   markd
Date:           Fri Nov 29 20:58:01 UTC 2019

Modified Files:
        pkgsrc/math/cantor: Makefile

Log Message:
cantor: allow non pymalloc version of the python library


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/math/cantor/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/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.54 pkgsrc/math/cantor/Makefile:1.55
--- pkgsrc/math/cantor/Makefile:1.54    Thu Nov 21 02:39:22 2019
+++ pkgsrc/math/cantor/Makefile Fri Nov 29 20:58:01 2019
@@ -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_CLASSES+=               py3
 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