From 20c593df826d3e87c069ddd1262f9c5e9f213d0c Mon Sep 17 00:00:00 2001 From: easybuild Date: Mon, 19 Feb 2018 09:56:55 +0100 Subject: [PATCH] modified: l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb --- l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb b/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb index f14c8609..af4d7326 100644 --- a/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb +++ b/l/LAMMPS/LAMMPS-17Jan2018-foss-2017a-CUDA.eb @@ -37,8 +37,8 @@ builddependencies = [ commands = "cd src && make lib-gpu args='-b' && make yes-gpu && " commands += "make yes-kokkos && " -commands += "make yes-user-phonon && " -commands += "make lib-reax args='-m mpi' && make yes-reax &&" +commands += "make yes-user-phonon && yes-misc && " +commands += "make lib-reax args='-m mpi' && make yes-reax && " commands += "make yes-kspace && make yes-manybody && make yes-molecule && " commands += "make yes-qeq && make yes-rigid && make yes-user-misc && " commands += "make yes-user-reaxc && make yes-user-omp && "