nut: add v0.1.1 (#11444)

This commit is contained in:
Christoph Junghans 2019-05-14 16:36:31 -06:00 committed by GitHub
parent 723eea00f3
commit 6083de3baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,13 @@ class Nut(CMakePackage):
and performance issues."""
homepage = "https://github.com/lanl/NuT"
url = "https://github.com/lanl/NuT/archive/0.1.0.tar.gz"
git = "https://github.com/lanl/NuT.git"
tags = ['proxy-app']
version('serial', branch='master')
version('openmp', branch='openmp')
version('master', branch='master')
version('0.1.1', sha256='9f1dca4a9d7003b170fd57d6720228ff25471616cf884e033652e90c49c089bb')
depends_on('cmake@3.0:')
depends_on('random123')