
* Added support for the 'maxdims' and 'maxvars' flags for 'NetCDF'. * Added the '+mpi' variant and improved dependencies for 'exodusii'. Improved the 'exodusii' package so that it's less reliant on patches. * Added better type checking to variant values in the 'netcdf' package. * Corrected the required CMake version for the 'exodusii' package. * Fixed the dependencies of the '+mpi' variant of the 'exodusii' package.
10 lines
232 B
Diff
10 lines
232 B
Diff
diff --git a/cmake-exodus b/cmake-exodus
|
|
index 67ccd34..9b749e3 100755
|
|
--- a/cmake-exodus
|
|
+++ b/cmake-exodus
|
|
@@ -1,3 +1,4 @@
|
|
+#!/bin/bash
|
|
EXTRA_ARGS=$@
|
|
|
|
### The following assumes you are building in a subdirectory of ACCESS Root
|