forked from lijiext/lammps
add a hard dependency of MLIAP on SNAP
This commit is contained in:
parent
5a1882e00d
commit
ac48f2dd67
|
@ -200,6 +200,7 @@ endif()
|
||||||
|
|
||||||
# "hard" dependencies between packages resulting
|
# "hard" dependencies between packages resulting
|
||||||
# in an error instead of skipping over files
|
# in an error instead of skipping over files
|
||||||
|
pkg_depends(MLIAP SNAP)
|
||||||
pkg_depends(MPIIO MPI)
|
pkg_depends(MPIIO MPI)
|
||||||
pkg_depends(USER-ATC MANYBODY)
|
pkg_depends(USER-ATC MANYBODY)
|
||||||
pkg_depends(USER-LB MPI)
|
pkg_depends(USER-LB MPI)
|
||||||
|
|
Loading…
Reference in New Issue