votca: tighten up boost dep (#44777)
* votca: tighten up boost dep Signed-off-by: Shane Nehring <snehring@iastate.edu>
This commit is contained in:
parent
9910e06b25
commit
e867008819
@ -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:")
|
||||
|
Loading…
Reference in New Issue
Block a user