Removed erroneous use of MASSV on BlueGene
commit773803c57c10ee86dbb015058c2e47bf0e82dfc6
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Oct 2011 12:20:13 +0000 (6 23:20 +1100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Oct 2011 12:20:13 +0000 (6 23:20 +1100)
tree81d4efb721b4b0eebee0566903bc036852e4763c
parent8904822628cfe6d0b3312897688802615faf1cdf
Removed erroneous use of MASSV on BlueGene

MASSV does not provide BLAS or LAPACK (indeed, there is no standard
version for BlueGene), and is not useful otherwise. So it was erroneous
to require BLAS and LAPACK, and not helpful to link to MASSV.

Change-Id: I9b82875e9c6b02800e1ec6330f2a9006a563719d
CMakeLists.txt