[root]/build_scripts
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 7 (100.0%) | 141 (100.0%) | 20.1 |
dav | 2 (28.6%) | 138 (97.9%) | 69.0 |
jsutherland | 4 (57.1%) | 2 (1.4%) | 0.5 |
harman | 1 (14.3%) | 1 (0.7%) | 1.0 |
This should fix the build errors on Wasatch3P.
0 lines of code changed in 2 files:
fix previous commit to turn of boost::serialization output in TabProps.
1 lines of code changed in 1 file:
Default TabProps to HDF5 output for now
1 lines of code changed in 1 file:
added boost library to spatialOps -Dav
1 lines of code changed in 1 file:
Per James, turn off tests for exprlib and spatialops wasatch libs (speeds up build time).
2 lines of code changed in 1 file:
M configure
M configure.ac
- Added --enable-wasatch_3p which will cause configure to checkout,
build, and use the SpatialOps, ExprLib, and TabProps libs. (They will
be placed in <bin>/Wasatch3P/.)
If you already have the Wasatch 3p built somewhere else, then just use
the --with-spatialops, --with-tabprops, and --with-exprlib flags to point
at your version.
- Found a problem with our static build... need to add -static to the link
line. Placed a comment in configure.ac, but have not updated this yet
as it will break things until all libraries on our test machines are updated
to include .a files.
AM build_scripts/build_wasatch_3p.sh
- Script to checkout (git) the Wasatch 3p libs and build them.
136 lines of code changed in 1 file: