votca: tighten up boost dep (#44777)

* votca: tighten up boost dep

Signed-off-by: Shane Nehring <snehring@iastate.edu>
This commit is contained in:
snehring 2024-06-20 11:13:08 -05:00 committed by GitHub
parent 9910e06b25
commit e867008819
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,10 @@ class Votca(CMakePackage):
depends_on("expat")
depends_on("fftw-api@3")
depends_on("eigen@3.3:")
depends_on("boost")
depends_on("boost+filesystem+system+regex+timer")
depends_on("boost@1.71:")
depends_on("boost@1.71:1.84", when="@=2024")
depends_on("boost@1.71:1.82", when="@:2023")
depends_on("mkl", when="+mkl")
depends_on("hdf5+cxx~mpi")
depends_on("gromacs~mpi@5.1:")