Add recent bohrium version (#7624)
This commit is contained in:
parent
70a8219f92
commit
843e9f13a1
1 changed files with 2 additions and 1 deletions
|
@ -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 "
|
||||||
|
|
Loading…
Reference in a new issue