/usr/share/dolfin/cmake/DOLFINPython27.cmake is in libdolfin-dev 2017.2.0.post0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # - Python variables
#
# This file has been automatically generated.
# Python include directories
set(DOLFIN_PYTHON_INCLUDE_DIRS "/usr/lib/python2.7/dist-packages/numpy/core/include;/usr/include/python2.7;/usr/lib/python2.7/dist-packages/petsc4py/include;/usr/lib/python2.7/dist-packages/slepc4py/include")
# Python definitions
set(DOLFIN_PYTHON_DEFINITIONS "-DHAS_SLEPC;-DHAS_PETSC;-DHAS_PETSC4PY;-DHAS_SLEPC4PY;-DHAS_MPI;-DNUMPY_VERSION_MAJOR=1;-DNUMPY_VERSION_MINOR=13;-DNUMPY_VERSION_MICRO=3;-DNPY_NO_DEPRECATED_API=NPY_1_13_API_VERSION")
# Python libraries
set(DOLFIN_PYTHON_LIBRARIES "/usr/lib/x86_64-linux-gnu/libpython2.7.so")
# Python executable
set(DOLFIN_PYTHON_EXECUTABLE "/usr/bin/python2.7")
|