COMP: ensure min compiler versions are properly noted.

- update makeLLVM to build latest clang (3.9.0), which needs cmake.
This commit is contained in:
mark
2016-11-11 18:58:07 +01:00
parent e2534597e0
commit 223718a8f2
3 changed files with 87 additions and 37 deletions

View File

@ -67,7 +67,7 @@ fi
#------------------------------------------------------------------------------
# Clean various packages via 'distclean'
for i in openmpi-* ADIOS-*
for i in openmpi-* ADIOS-* metis-*
do
[ -d "$i" ] && (
echo