Skip to content
forked from spack/spack

Commit

Permalink
amber: updated dependency constraint on cuda (spack#16919)
Browse files Browse the repository at this point in the history
Fix message 'amber requires cuda version :10.1.243, but spec asked for 10.2.89'
  • Loading branch information
dmorone authored Jun 3, 2020
1 parent eed82a1 commit 600e2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/amber/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class Amber(Package, CudaPackage):
depends_on('mpi', when='+mpi')

# Cuda dependencies
depends_on('cuda@:10.1.243', when='@18:+cuda')
depends_on('cuda@:10.2.89', when='@18:+cuda')
depends_on('[email protected]', when='@:16+cuda')

# conflicts
Expand Down

0 comments on commit 600e2cf

Please sign in to comment.