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:   adam
Date:           Mon Jan 24 20:50:01 UTC 2022

Modified Files:
        pkgsrc/math/py-pythran: Makefile PLIST

Log Message:
py-pythran: remove .rej; thanks to @wiz


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-pythran/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-pythran/PLIST

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.6 pkgsrc/math/py-pythran/Makefile:1.7
--- pkgsrc/math/py-pythran/Makefile:1.6 Mon Jan 24 20:38:59 2022
+++ pkgsrc/math/py-pythran/Makefile     Mon Jan 24 20:50:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2022/01/24 20:38:59 adam Exp $
+# $NetBSD: Makefile,v 1.7 2022/01/24 20:50:01 adam Exp $
 
 DISTNAME=      pythran-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,6 +21,11 @@ PYTHON_VERSIONS_INCOMPATIBLE=        27
 
 USE_PKG_RESOURCES=     yes
 
+post-extract:
+       ${RM} ${WRKSRC}/third_party/xsimd/config/xsimd_config.hpp.rej
+       ${RM} ${WRKSRC}/third_party/xsimd/config/xsimd_arch.hpp.rej
+       ${RM} ${WRKSRC}/third_party/xsimd/xsimd.hpp.rej
+
 post-install:
 .for bin in pythran pythran-config
        cd ${DESTDIR}${PREFIX}/bin && \

Index: pkgsrc/math/py-pythran/PLIST
diff -u pkgsrc/math/py-pythran/PLIST:1.2 pkgsrc/math/py-pythran/PLIST:1.3
--- pkgsrc/math/py-pythran/PLIST:1.2    Mon Jan 24 20:38:59 2022
+++ pkgsrc/math/py-pythran/PLIST        Mon Jan 24 20:50:01 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/01/24 20:38:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/24 20:50:01 adam Exp $
 bin/pythran-${PYVERSSUFFIX}
 bin/pythran-config-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -4222,9 +4222,7 @@ ${PYSITELIB}/pythran/xsimd/arch/xsimd_ss
 ${PYSITELIB}/pythran/xsimd/arch/xsimd_sse4_2.hpp
 ${PYSITELIB}/pythran/xsimd/arch/xsimd_ssse3.hpp
 ${PYSITELIB}/pythran/xsimd/config/xsimd_arch.hpp
-${PYSITELIB}/pythran/xsimd/config/xsimd_arch.hpp.rej
 ${PYSITELIB}/pythran/xsimd/config/xsimd_config.hpp
-${PYSITELIB}/pythran/xsimd/config/xsimd_config.hpp.rej
 ${PYSITELIB}/pythran/xsimd/config/xsimd_cpuid.hpp
 ${PYSITELIB}/pythran/xsimd/math/.xsimd_gamma.hpp.swp
 ${PYSITELIB}/pythran/xsimd/math/xsimd_rem_pio2.hpp
@@ -4255,4 +4253,3 @@ ${PYSITELIB}/pythran/xsimd/types/xsimd_s
 ${PYSITELIB}/pythran/xsimd/types/xsimd_traits.hpp
 ${PYSITELIB}/pythran/xsimd/types/xsimd_utils.hpp
 ${PYSITELIB}/pythran/xsimd/xsimd.hpp
-${PYSITELIB}/pythran/xsimd/xsimd.hpp.rej



Home | Main Index | Thread Index | Old Index