/usr/share/dolfin/cmake/DOLFINPython36.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/python3/dist-packages/numpy/core/include;/usr/include/python3.6m;/usr/lib/python3/dist-packages/petsc4py/include;/usr/lib/python3/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/libpython3.6m.so")
# Python executable
set(DOLFIN_PYTHON_EXECUTABLE "/usr/bin/python3.6")
|