You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
--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
+
```
60
60
61
61
##Application-Specific Installs
62
62
@@ -71,18 +71,19 @@ external packages that are needed by the
71
71
72
72
## Options for Application-Specific Installs
73
73
74
+
75
+
```no-highlight
74
76
--download-alquimia --download-pflotran Install Alquimia and PFlotran.
75
77
76
78
--download-ideas Install xSDK packages and external software needed by Amanzi.
77
-
79
+
```
78
80
79
81
##Notes
80
82
83
+
```no-highlight
81
84
Use a different prefix for debug and optimized builds.
82
85
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.
86
87
87
88
This script has very little automatic management of dependencies or version management.
0 commit comments