ports/math/py-ffc/files/patch-setup.py
Ruslan Makhmatkhanov 674e43a6c7 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

PR:		166700
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-04-12 19:33:50 +00:00

9 lines
383 B
Python

--- setup.py.orig 2012-04-06 13:16:19.000000000 -0500
+++ setup.py 2012-04-06 13:16:25.000000000 -0500
@@ -31,5 +31,5 @@
"ffc.errorcontrol"],
package_dir={"ffc": "ffc"},
scripts = scripts,
- data_files = [(join("share", "man", "man1"),
+ data_files = [(join("man", "man1"),
[join("doc", "man", "man1", "ffc.1.gz")])])