File: INSTALL

package info (click to toggle)
ffc 2019.2.0~legacy20230509.35df986-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,264 kB
  • sloc: cpp: 45,286; python: 27,889; sh: 11,386; ansic: 1,069; makefile: 497
file content (18 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
To install FFC, type

    pip install --prefix=/path/to/install/ .

This will install FFC in the default Python path of your system,
something like /path/to/install/lib/python3.6/site-packages/.

To specify C++ compiler and/or compiler flags used for compiling UFC
and JITing, set environment variables CXX, CXXFLAGS respectively
before invoking setup.py.

The installation script requires the Python module distutils, which
for Debian users is available with the python-dev package.  Other
dependencies are listed in the file README.

For detailed installation instructions, see the FFC user manual which
is available on http://fenicsproject.org/ and also in the subdirectory
doc/manual/ of this source tree.