diff options
author | adam <adam@pkgsrc.org> | 2022-01-24 20:50:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-01-24 20:50:01 +0000 |
commit | e4a7f711d9caf0918dbae616ada0d043b2f45186 (patch) | |
tree | 4d17d29e3e88cbb6d0327134f83d7cd39a3904ea /math | |
parent | 7c28151b8f9c802afd63c707d43213225d5397be (diff) | |
download | pkgsrc-e4a7f711d9caf0918dbae616ada0d043b2f45186.tar.gz |
py-pythran: remove .rej; thanks to @wiz
Diffstat (limited to 'math')
-rw-r--r-- | math/py-pythran/Makefile | 7 | ||||
-rw-r--r-- | math/py-pythran/PLIST | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/math/py-pythran/Makefile b/math/py-pythran/Makefile index f6f02a0f41d..e80ad89974a 100644 --- a/math/py-pythran/Makefile +++ b/math/py-pythran/Makefile @@ -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 && \ diff --git a/math/py-pythran/PLIST b/math/py-pythran/PLIST index 9ff4f9a79cc..47b3c9f7942 100644 --- a/math/py-pythran/PLIST +++ b/math/py-pythran/PLIST @@ -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_sse4_1.hpp ${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_ssse3_register.hpp ${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 |