Skip to content

Commit 6366ed9

Browse files
committed
Remove TAO as additional DOLFIN dependency
Remove TAO as additional DOLFIN dependency. Since petsc-3.5 TAO is included in PETSC and should be automatically enabled and not considered any more as an additional dependency. The following configuration disable TAO from dolfin by default without any reason.
1 parent 75478c3 commit 6366ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/dolfin/dolfin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def configure(ctx, stage_args):
104104
conf_lines.append('-D ZLIB_ROOT="${ZLIB_DIR}"')
105105

106106
optional_deps = ['CGAL', 'HDF5', 'PETSC', 'PETSC4PY', 'SLEPC',
107-
'TAO', 'TRILINOS', 'PASTIX', 'SCOTCH', 'PARMETIS',
107+
'TRILINOS', 'PASTIX', 'SCOTCH', 'PARMETIS',
108108
'CGAL', 'ZLIB', 'PYTHON','SPHINX', 'VTK', 'QT']
109109

110110
for dep in optional_deps:

0 commit comments

Comments
 (0)