From b00b40bccdfd4e14e79c544a2ceab7d2ab658ad8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Tue, 11 Oct 2016 08:03:59 -0400 Subject: [PATCH] make no-lib should also remove MPIIO and USER-LB packages --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 92c0029dc0..12466e01fa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -55,8 +55,8 @@ PACKUSER = user-atc user-awpmd user-cg-cmm user-colvars \ user-quip user-reaxc user-smd user-smtbq user-sph user-tally \ user-vtk -PACKLIB = compress gpu kim kokkos meam poems python reax voronoi \ - user-atc user-awpmd user-colvars user-h5md user-molfile \ +PACKLIB = compress gpu kim kokkos meam mpiio poems python reax voronoi \ + user-atc user-awpmd user-colvars user-h5md user-lb user-molfile \ user-qmmm user-quip user-vtk PACKALL = $(PACKAGE) $(PACKUSER) -- GitLab