pkgsrc-Changes archive

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

CVS commit: pkgsrc/ham/gnuradio-core



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 10 01:05:34 UTC 2022

Modified Files:
        pkgsrc/ham/gnuradio-core: Makefile.common

Log Message:
Fix build breakage from py-scipy now being Python >= 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/ham/gnuradio-core/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-core/Makefile.common
diff -u pkgsrc/ham/gnuradio-core/Makefile.common:1.39 pkgsrc/ham/gnuradio-core/Makefile.common:1.40
--- pkgsrc/ham/gnuradio-core/Makefile.common:1.39       Sun Feb 20 11:03:43 2022
+++ pkgsrc/ham/gnuradio-core/Makefile.common    Sun Apr 10 01:05:34 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.39 2022/02/20 11:03:43 mef Exp $
+# $NetBSD: Makefile.common,v 1.40 2022/04/10 01:05:34 gutteridge Exp $
 # This Makefile fragment is included in the package Makefiles for
 # GNU Radio distributed packages (they all share common configure and build
 # settings).
@@ -54,7 +54,7 @@ DISTINFO_FILE=                ${.CURDIR}/../../ham/gnu
 PATCHDIR=              ${.CURDIR}/../../ham/gnuradio-core/patches
 
 # see CMakeLists.txt GR_PYTHON_MIN_VERSION
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37 # py-scipy
 
 PLIST_SUBST+=  PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=  PYSITELIB=${PYSITELIB}



Home | Main Index | Thread Index | Old Index