Skip to content

Commit

Permalink
Update SIRIUS version for CP2K master (spack#41264)
Browse files Browse the repository at this point in the history
* Update SIRIUS version for CP2K master

* Update var/spack/repos/builtin/packages/cp2k/package.py

Co-authored-by: Rocco Meli <[email protected]>

---------

Co-authored-by: Rocco Meli <[email protected]>
  • Loading branch information
mtaillefumier and RMeli authored Nov 30, 2023
1 parent eec9ece commit 34d7911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/cp2k/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ class Cp2k(MakefilePackage, CudaPackage, CMakePackage, ROCmPackage):
depends_on("[email protected]:7.0", when="@8:8.2")
depends_on("[email protected]", when="@8.3:8.9")
depends_on("[email protected]:", when="@9.1")
depends_on("[email protected]:", when="@2023.2")
depends_on("[email protected]:7.5", when="@2023.2")
depends_on("[email protected]:", when="@master")
conflicts("~mpi", msg="SIRIUS requires MPI")
# sirius support was introduced in 7, but effectively usable starting from CP2K 9
conflicts("@:8")
Expand Down

0 comments on commit 34d7911

Please sign in to comment.