- Stage
- Pet portlint PR: ports/188991 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: Jason Bacon <jwbacon@tds.net> (maintainer)
This commit is contained in:
parent
bdeafaaf83
commit
0cbeabca57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352368
3 changed files with 2 additions and 5 deletions
|
@ -16,12 +16,8 @@ USE_PYTHON= 2
|
|||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= FFC
|
||||
|
||||
MAN1= ffc.1
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
MMVERSION= 1.2
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -i '' -e 's|os.path.join(os.path.sep, "usr")|os.path.normpath("${PREFIX}")|' \
|
||||
${WRKSRC}/test/regression/test.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FFC works as a compiler for multilinear forms by generating code (C++) for
|
||||
the evaluation of a multilinear form given in mathematical notation.
|
||||
|
||||
WWW: https://launchpad.net/ffc
|
||||
WWW: https://launchpad.net/ffc
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/ffc
|
||||
man/man1/ffc.1.gz
|
||||
%%PYTHON_SITELIBDIR%%/ffc/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ffc/__init__.pyo
|
||||
|
|
Loading…
Reference in a new issue