Skip to content

Commit

Permalink
Updating umpire camp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kab163 committed Dec 17, 2021
1 parent b2d4114 commit 657f55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spack_packages/umpire/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class Umpire(CachedCMakePackage, CudaPackage, ROCmPackage):
depends_on('camp cuda_arch={0}'.format(sm_),
when='cuda_arch={0}'.format(sm_))

depends_on('camp@main')
depends_on('camp@0.2.2')

conflicts('+numa', when='@:0.3.2')
conflicts('~c', when='+fortran', msg='Fortran API requires C API')
Expand Down

0 comments on commit 657f55c

Please sign in to comment.