File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Installation and Configuration
88Installing on Ubuntu with PPA
99-----------------------------
1010
11- For users with Ubuntu 11.10 or later, a binary package for OpenMC is available
11+ For users with Ubuntu 15.04 or later, a binary package for OpenMC is available
1212through a Personal Package Archive (PPA) and can be installed through the APT
1313package manager. First, add the following PPA to the repository sources:
1414
@@ -28,6 +28,9 @@ Now OpenMC should be recognized within the repository and can be installed:
2828
2929 sudo apt-get install openmc
3030
31+ Binary packages from this PPA may exist for earlier versions of Ubuntu, but they
32+ are no longer supported.
33+
3134--------------------
3235Building from Source
3336--------------------
@@ -74,6 +77,12 @@ Prerequisites
7477
7578 You may omit ``--enable-parallel `` if you want to compile HDF5 _ in serial.
7679
80+ .. important ::
81+
82+ OpenMC uses various parts of the HDF5 Fortran 2003 API; as such you
83+ must include ``--enable-fortran2003 `` or else OpenMC will not be able
84+ to compile.
85+
7786 On Debian derivatives, HDF5 and/or parallel HDF5 can be installed through
7887 the APT package manager:
7988
You can’t perform that action at this time.
0 commit comments