Skip to content

Commit b978847

Browse files
committed
Use ```no-highlight markdown commands
to prevent mkdocs from doing bad highlighting of <code> blocks Funded-by: IDEAS Project: xSDK Time: .1 hour Reported-by: Alicia Marie Klinvex <[email protected]>
1 parent ff435a1 commit b978847

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,27 @@ as well as some commonly needed external packages
2222

2323
##Obtaining the installation script
2424

25-
25+
```no-highlight
2626
git clone https://github.com/xsdk-project/installxSDK.git or
2727
2828
curl https://raw.githubusercontent.com/xsdk-project/installxSDK/master/installxSDK.sh > installxSDK.sh
29-
29+
```
30+
3031
##Usage
3132

33+
```no-highlight
3234
sh ./installxSDK --prefix="installation directory" [other configure options]
35+
```
3336

3437
##Example
3538

39+
```no-highlight
3640
sh ./installxSDK --prefix=/usr/local/xSDK --with-mpicc=/usr/local/mpich/bin/mpicc --with-mpicxx=/usr/local/mpich/bin/mpicxx --with-mpif90=/usr/local/mpich/bin/mpif90
41+
```
3742

3843
##Useful Options
3944

45+
```no-highlight
4046
--download-mpich Useful if you do not have an MPI installed on your machine.
4147
4248
--with-blaslapack-dir="directory to locate BLAS and LAPACK" Usually you should not need this.
@@ -49,14 +55,8 @@ as well as some commonly needed external packages
4955
5056
--with-trilinos=0 Intall xSDK except for Trilinos (Boost is also not installed since it is needed only by Trilinos).
5157
52-
--download-xxx=/directoryname Add your own package to be automatically downloaded and
53-
installed. /directoryname/xxx.py should contain a subclass of config.package.GNUPackage,
54-
config.package.CMakePackage, or config.package.Package containing specific information
55-
about your package, its download location and dependencies. See, for example,
56-
http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/hypre.py,
57-
http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/metis.py, or
58-
http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/triangle.py.
59-
This functionality was suggested by Ethan Coon.
58+
--download-xxx=/directoryname Add your own package to be automatically downloaded and installed. /directoryname/xxx.py should contain a subclass of config.package.GNUPackage, config.package.CMakePackage, or config.package.Package containing specific information about your package, its download location and dependencies. See, for example, http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/hypre.py, http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/metis.py, or http://www.mcs.anl.gov/petsc/petsc-dev/config/BuildSystem/config/packages/triangle.py. This functionality was suggested by Ethan Coon.
59+
```
6060

6161
##Application-Specific Installs
6262

@@ -71,18 +71,19 @@ external packages that are needed by the
7171

7272
## Options for Application-Specific Installs
7373

74+
75+
```no-highlight
7476
--download-alquimia --download-pflotran Install Alquimia and PFlotran.
7577
7678
--download-ideas Install xSDK packages and external software needed by Amanzi.
77-
79+
```
7880

7981
##Notes
8082

83+
```no-highlight
8184
Use a different prefix for debug and optimized builds.
8285
83-
Except for a couple of minor exceptions, this script will NOT rebuild packages that
84-
have not changed between calls to the script. Thus, calling it a second time with the
85-
same prefix will be much faster.
86+
Except for a couple of minor exceptions, this script will NOT rebuild packages that have not changed between calls to the script. Thus, calling it a second time with the same prefix will be much faster.
8687
8788
This script has very little automatic management of dependencies or version management.
88-
89+
```

0 commit comments

Comments
 (0)