HAS_TRILINOS always defined
Bug #1016445 reported by
Benjamin Kehlet
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
DOLFIN |
Fix Released
|
High
|
Johannes Ring |
Bug Description
It seems that the preprocessor symbol HAS_TRILINOS is always set, which leads to a build fail when Trilinos is not installed.
Removing line 274 in CMakeLists.txt solves this.
Related branches
Changed in dolfin: | |
status: | In Progress → Fix Committed |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Or we can simply change 'true' to 'false' in the same line (as in the 1.0.x branch).