doxygen off by default
This commit is contained in:
parent
5b6eefbf04
commit
bafc6cebe1
@ -10,7 +10,7 @@ class Dealii(Package):
|
||||
|
||||
variant('mpi', default=True, description='Compile with MPI')
|
||||
variant('arpack', default=True, description='Compile with Arpack and PArpack (only with MPI)')
|
||||
variant('doxygen', default=True, description='Compile with Doxygen documentation')
|
||||
variant('doxygen', default=False, description='Compile with Doxygen documentation')
|
||||
variant('hdf5', default=True, description='Compile with HDF5 (only with MPI)')
|
||||
variant('metis', default=True, description='Compile with Metis or ParMetis')
|
||||
variant('netcdf', default=True, description='Compile with Netcdf (only with MPI)')
|
||||
|
Loading…
Reference in New Issue
Block a user