Skip to content

Commit

Permalink
biology/py-python-libsbml: Use CMAKE_BUILD_PARALLEL_LEVEL env var for…
Browse files Browse the repository at this point in the history
… parallelization
  • Loading branch information
yurivict committed Jul 26, 2023
1 parent 2ca9bcd commit 246333e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion biology/py-python-libsbml/Makefile
Expand Up @@ -16,7 +16,8 @@ BUILD_DEPENDS= cmake:devel/cmake-core \

USES= python:3.8-3.9
USE_PYTHON= autoplist distutils # autoplist produces incomplete plist, missing files are in pkg-plist. Reported to the upstream author fbergman@caltech.edu on 2021-08-17
MAKE_ENV= FREEBSD_MAKE_JOBS=${_MAKE_JOBS}

MAKE_ENV= CMAKE_BUILD_PARALLEL_LEVEL=${MAKE_JOBS_NUMBER}

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/libsbml/_libsbml*.so
Expand Down
22 changes: 0 additions & 22 deletions biology/py-python-libsbml/files/patch-setup.py

This file was deleted.

0 comments on commit 246333e

Please sign in to comment.