* start simplify of arma deps
* no manual openblas links
* slight change to openblas get and order
* restore tools directory
* Rename
* wrong opts renamed
* better handle no wrapper case
* library -> libraries
* move dep links to findArmadillo
* minor cleanup of findArma
* giving up on cleanup of config get
* simplify header read
* special HDF5 case
* more closely follo hdf5 case
* remove standard findblas/lapack
* cleanup doc and quiet mode
Previously CMake block termination commands were required to have arguments
matching the command starting the block. This is no longer necessary and not
the preferred style. This type of change has been implemented in other open
source projects such as: ITK, vxl, and BRAINSTools. It is the preferred style
for KDE. Consistent style practices help improve readability and
maintainability of code.
This was implemented with the shell script:
NOTE: MUST USE GNU compliant version of sed
in else endif endforeach endfunction endmacro endwhile; do
echo 's/\b'"$c"'\(\s*\)(.\+)/'"$c"'\1()/'
done >convert.sed \
&& git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' '*CMakeLists.txt' \
| xargs -0 gsed -i -f convert.sed \
&& rm convert.sed
This is a reimplementation of ITK commit
e52dbe7fa476f6283c9b9d1507fca052355113a4
Fixes#585