added "${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} +" in wip/py-scipy/Makefile to prevent "group-writable file" errors.

This commit is contained in:
Kinoshita Daisuke 2020-12-17 13:57:23 +08:00
parent bfa95a3295
commit 29f0943128
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ DEPENDS+= ${PYPKGPREFIX}-pybind11-[0-9]*:../../devel/py-pybind11
TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
post-extract:
${FIND} ${WRKSRC} -type f -exec ${CHMOD} go-w {} +
USE_LANGUAGES+= c c++ fortran
MAKE_ENV+= ATLAS=None