pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-gmpy2



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Jan 26 16:13:20 UTC 2025

Modified Files:
        pkgsrc/math/py-gmpy2: Makefile

Log Message:
math/py-gmpy2: use atomic64.mk to fix build on macppc w/python3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-gmpy2/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/py-gmpy2/Makefile
diff -u pkgsrc/math/py-gmpy2/Makefile:1.6 pkgsrc/math/py-gmpy2/Makefile:1.7
--- pkgsrc/math/py-gmpy2/Makefile:1.6   Mon Nov 11 07:28:40 2024
+++ pkgsrc/math/py-gmpy2/Makefile       Sun Jan 26 16:13:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/11/11 07:28:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2025/01/26 16:13:20 he Exp $
 
 DISTNAME=      gmpy2-2.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/a/alpha/}
@@ -20,4 +20,5 @@ BUILDLINK_API_DEPENDS.mpcomplex?=     mpcomp
 .include "../../math/mpcomplex/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 .include "../../lang/python/wheel.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index