From 415997f215dfba202d86c0f58e9acc83e737db14 Mon Sep 17 00:00:00 2001 From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Tue, 13 Jan 2015 22:26:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12936 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/VORONOI/Install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VORONOI/Install.sh b/src/VORONOI/Install.sh index 310daa4637..a93b2cab7e 100755 --- a/src/VORONOI/Install.sh +++ b/src/VORONOI/Install.sh @@ -34,6 +34,7 @@ if (test $1 = 1) then if (test -e ../Makefile.package) then sed -i -e 's/[^ \t]*voronoi[^ \t]* //' ../Makefile.package + sed -i -e 's/[^ \t]*voro++[^ \t]* //' ../Makefile.package sed -i -e 's|^PKG_INC =[ \t]*|&-I../../lib/voronoi/includelink |' ../Makefile.package sed -i -e 's|^PKG_PATH =[ \t]*|&-L../../lib/voronoi/liblink |' ../Makefile.package sed -i -e 's|^PKG_LIB =[ \t]*|&-lvoro++ |' ../Makefile.package -- GitLab