Skip to content

Commit 540cb6e

Browse files
authored
Merge pull request #521 from gonuke/doc_fix
fix MOAB options for v5.0
2 parents d3523b5 + 542e1ab commit 540cb6e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

doc/install/dag-mcnp.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ supported versions of MCNP5 are 5.1.40, 5.1.51, 5.1.60
2121

2222
$ cd mcnp/mcnp5
2323
$ cp -r <path_to_dvd>/MCNP5/Source .
24+
$ chmod -R u+rw Source
2425
$ patch -p0 < patch/dagmc.5.1.60.patch
2526

2627
Currently supported versions of MCNP6 are 6_beta2, 6.1, and 6.1.1beta.
2728
::
2829

2930
$ cd mcnp/mcnp6
3031
$ cp -r <path_to_dvd>/MCNP6/Source .
32+
$ chmod -R u+rw Source
3133
$ patch -p0 < patch/dagmc.6.1.1beta.patch
3234

3335
Assuming the patch or patches were succesfully applied, i.e. there were no

doc/install/dependencies.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,11 @@ commands can be used to download MOAB from its `source repository
7777
$ ln -s moab src
7878

7979
If you have followed the source install route, then the following commands
80-
should be used to build MOAB. Note that the ``--enable-dagmc`` configure option
81-
is required.
80+
should be used to build MOAB.
8281
::
8382

8483
$ cd bld
85-
$ ../src/configure --enable-dagmc \
86-
--enable-optimize \
84+
$ ../src/configure --enable-optimize \
8785
--enable-shared \
8886
--disable-debug \
8987
--with-hdf5=$HOME/dagmc_bld/HDF5 \
@@ -93,13 +91,11 @@ is required.
9391
$ make install
9492

9593
If you have followed the package manager install route, then the following
96-
commands should be used to build MOAB. Note that the ``--enable-dagmc``
97-
configure option is required.
94+
commands should be used to build MOAB.
9895
::
9996

10097
$ cd bld
101-
$ ../src/configure --enable-dagmc \
102-
--enable-optimize \
98+
$ ../src/configure --enable-optimize \
10399
--enable-shared \
104100
--disable-debug \
105101
--with-hdf5 \

0 commit comments

Comments
 (0)