Add recent bohrium version (#7624)

This commit is contained in:
Michael F. Herbst 2018-03-28 17:21:36 +02:00 committed by Adam J. Stewart
parent 70a8219f92
commit 843e9f13a1

View file

@ -41,6 +41,7 @@ class Bohrium(CMakePackage, CudaPackage):
# #
version("develop", git="https://github.com/bh107/bohrium.git", version("develop", git="https://github.com/bh107/bohrium.git",
branch="master") branch="master")
version('0.9.0', checksum="6f6379f1555de5a6a19138beac891a470df7df1fc9594e2b9404cf01b6e17d93")
# #
# Variants # Variants
@ -54,7 +55,7 @@ class Bohrium(CMakePackage, CudaPackage):
variant('node', default=True, variant('node', default=True,
description="Build the node vector engine manager") description="Build the node vector engine manager")
variant('proxy', default=True, variant('proxy', default=False,
description="Build the proxy vector engine manager") description="Build the proxy vector engine manager")
variant('python', default=True, variant('python', default=True,
description="Build the numpy-like bridge " description="Build the numpy-like bridge "