comd: update the git repo (#6027)

git repo has moved from exmatex to ECP-copa
This commit is contained in:
Abhinav Bhatele 2017-10-30 13:47:16 -07:00 committed by Christoph Junghans
parent e6bc45a04a
commit 347c76b7a0

View File

@ -40,10 +40,10 @@ class Comd(MakefilePackage):
tags = ['proxy-app', 'ecp-proxy-app']
homepage = "http://www.exmatex.org/comd.html"
url = "https://github.com/exmatex/CoMD/archive/v1.1.tar.gz"
url = "https://github.com/ECP-copa/CoMD/archive/v1.1.tar.gz"
version('1.1', '5051310a8d2c93cccba63de40bcfaa78')
version('develop', git='https://github.com/exmatex/CoMD.git', branch='master')
version('develop', git='https://github.com/ECP-copa/CoMD', branch='master')
variant('mpi', default=True, description='Build with MPI support')
variant('openmp', default=False, description='Build with OpenMP support')