pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-macs2: Disable manual strip, failing on Darwin
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jan 20 18:41:13 2023 -0600
Changeset: e87508eada2f594978565f523b481b78c6bfa036
Modified Files:
py-macs2/Makefile
Log Message:
py-macs2: Disable manual strip, failing on Darwin
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e87508eada2f594978565f523b481b78c6bfa036
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-macs2/Makefile | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diffs:
diff --git a/py-macs2/Makefile b/py-macs2/Makefile
index e4fc6ea97a..6749a3eee0 100644
--- a/py-macs2/Makefile
+++ b/py-macs2/Makefile
@@ -29,10 +29,11 @@ post-extract:
cd ${WRKSRC} && cythonize-${PYVERSSUFFIX} ${WRKSRC}/MACS2/*.pyx ${WRKSRC}/MACS2/*/*.pyx
${MV} ${WRKSRC}/cPosValCalculation.c ${WRKSRC}/MACS2
-post-install:
- ${STRIP} \
- ${DESTDIR}${PREFIX}/${PYSITELIB}/MACS2/*.so \
- ${DESTDIR}${PREFIX}/${PYSITELIB}/MACS2/*/*.so
+# Fails on Darwin
+#post-install:
+# ${STRIP} \
+# ${DESTDIR}${PREFIX}/${PYSITELIB}/MACS2/*.so \
+# ${DESTDIR}${PREFIX}/${PYSITELIB}/MACS2/*/*.so
.include "../../lang/python/egg.mk"
.include "../../math/py-numpy/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index