ECP VELOC Package update (#8910)

* update of veloc & dep versions (replace old non-working versions)

* veloc doesn't work with gcc <= 4.9.3

* explicitly pass MPI to CMake for veloc build
This commit is contained in:
Elsa Gonsiorowski, PhD
2018-08-08 18:40:38 -07:00
committed by scheibelp
parent 2e891a6312
commit 1cd33e7052
7 changed files with 12 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ class Er(CMakePackage):
tags = ['ecp']
version('master', branch='master')
version('0.0.2', '24ad8f87bce2b6d900f1fb67452c3672')
version('0.0.3', sha256='9aa08f9fe70e42f0da27a5d90d4643b520d61f24742303bf016322823b3c4d26')
depends_on('mpi')
depends_on('kvtree')