pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pythran



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Feb 27 13:07:47 UTC 2023

Modified Files:
        pkgsrc/math/py-pythran: Makefile distinfo
        pkgsrc/math/py-pythran/patches:
            patch-third__party_xsimd_arch_xsimd__scalar.hpp

Log Message:
py-pythran: Add SunOS to exclusion list.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-pythran/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-pythran/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp

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-pythran/Makefile
diff -u pkgsrc/math/py-pythran/Makefile:1.10 pkgsrc/math/py-pythran/Makefile:1.11
--- pkgsrc/math/py-pythran/Makefile:1.10        Wed Jan 25 09:06:54 2023
+++ pkgsrc/math/py-pythran/Makefile     Mon Feb 27 13:07:46 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2023/01/25 09:06:54 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/02/27 13:07:46 jperkin Exp $
 
 DISTNAME=      pythran-0.12.1
+PKGREVISION=   1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pythran/}

Index: pkgsrc/math/py-pythran/distinfo
diff -u pkgsrc/math/py-pythran/distinfo:1.7 pkgsrc/math/py-pythran/distinfo:1.8
--- pkgsrc/math/py-pythran/distinfo:1.7 Wed Jan 25 09:06:54 2023
+++ pkgsrc/math/py-pythran/distinfo     Mon Feb 27 13:07:46 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/01/25 09:06:54 adam Exp $
+$NetBSD: distinfo,v 1.8 2023/02/27 13:07:46 jperkin Exp $
 
 BLAKE2s (pythran-0.12.1.tar.gz) = 2e30bfd595ba4b12d43aaac62ccc329b59dc777e3a5ad484febf6235c37616dd
 SHA512 (pythran-0.12.1.tar.gz) = e0a78df2c0a9b678a51ea2446588b5287a1f838e8387dd904b011b9314e61eebe0f53b6ea92107e766eebbea73ca0bdd4095a1805eb76a63cae063f82cdfa66b
 Size (pythran-0.12.1.tar.gz) = 3995885 bytes
-SHA1 (patch-third__party_xsimd_arch_xsimd__scalar.hpp) = b7609b1575d8c5e4c8ea6c4969f8ef4ff352c20c
+SHA1 (patch-third__party_xsimd_arch_xsimd__scalar.hpp) = 8b05968c5fcc747db85964d8318b211ec3f582e1

Index: pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp
diff -u pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp:1.1 pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp:1.2
--- pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp:1.1  Wed Jan 25 09:06:54 2023
+++ pkgsrc/math/py-pythran/patches/patch-third__party_xsimd_arch_xsimd__scalar.hpp      Mon Feb 27 13:07:47 2023
@@ -1,4 +1,4 @@
-$NetBSD: patch-third__party_xsimd_arch_xsimd__scalar.hpp,v 1.1 2023/01/25 09:06:54 adam Exp $
+$NetBSD: patch-third__party_xsimd_arch_xsimd__scalar.hpp,v 1.2 2023/02/27 13:07:47 jperkin Exp $
 
 https://github.com/serge-sans-paille/pythran/issues/2070
 
@@ -9,7 +9,7 @@ https://github.com/serge-sans-paille/pyt
      }
  
 -#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__)
-+#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__)
++#if defined(_GNU_SOURCE) && !defined(__APPLE__) && !defined(__MINGW32__) && !defined(__ANDROID__) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && 
!defined(__DragonFly__) && !defined(__sun)
      inline float exp10(const float& x) noexcept
      {
          return ::exp10f(x);



Home | Main Index | Thread Index | Old Index