lammps: add missing hipfft dependency (#36697)
This commit is contained in:
parent
a7b2196eab
commit
4703c3bcb8
1 changed files with 1 additions and 0 deletions
|
@ -533,6 +533,7 @@ def url_for_version(self, version):
|
|||
depends_on("mpi", when="+mpi")
|
||||
depends_on("mpi", when="+mpiio")
|
||||
depends_on("fftw-api@3", when="+kspace")
|
||||
depends_on("hipfft", when="+kspace+kokkos+rocm")
|
||||
depends_on("voropp+pic", when="+voronoi")
|
||||
depends_on("netcdf-c+mpi", when="+user-netcdf")
|
||||
depends_on("netcdf-c+mpi", when="+netcdf")
|
||||
|
|
Loading…
Reference in a new issue