Skip to content
Snippets Groups Projects

Add large system docs

Merged Josh Borrow requested to merge add-large-system-docs into master
All threads resolved!
3 files
+ 59
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -89,5 +89,20 @@ MacOS, so it is best to leave it out. To configure:
.. code-block:: bash
./configure disable-compiler-warnings disable-doxygen-doc
./configure --disable-compiler-warnings --disable-doxygen-doc
Trouble Finding Libraries
~~~~~~~~~~~~~~~~~~~~~~~~~
If the configure script is having trouble finding your libraries for you, it
may be that they are in nonstandard locations. You can link the specific
library locations by using ``--with-<LIBRARY>=<PATH>``. For example for the
HDF5 library,
.. code-block:: bash
./configure --with-hdf5=/path/to/h5cc
More information about what needs to be provided to these flags is given in
``./configure --help``.
Loading