CMakeLists: Find Python 2.* libs
Bug #1088931 reported by
Nico Schlömer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
Undecided
|
Johannes Ring |
Bug Description
When Python 2 and 3 are installed alongside on a system, one may get the following configuration:
================ *snip* ================
[...]
-- Found PythonInterp: /usr/bin/python (found version "2.7.3")
-- Found PythonLibs: /usr/lib/
[...]
================ *snap* ================
If I recall correctly, FEniCS works only with Python 2, so you might want to add the explicit version specification in the find_package call for the Python libs, i.e.,
find_
--Nico
Related branches
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This should be fixed now. Thanks.