From ad91adbedc53b91b5abef43e4d5b99dae3aea59a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 17 Mar 2015 16:08:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13241 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/python/Makefile.lammps.python3.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/python/Makefile.lammps.python3.4 b/lib/python/Makefile.lammps.python3.4 index 897e631a5d..0418492d2a 100644 --- a/lib/python/Makefile.lammps.python3.4 +++ b/lib/python/Makefile.lammps.python3.4 @@ -1,6 +1,6 @@ # Settings that the LAMMPS build will import when this package library is used # See the README file for more explanation -python_SYSINC = -I/usr/local/include/python2.7 -python_SYSLIB = -lpython2.7 -lnsl -ldl -lreadline -ltermcap -lpthread -lutil -lm +python_SYSINC = -I/usr/local/include/python3.4m +python_SYSLIB = -lpython3.4ma -lnsl -ldl -lreadline -ltermcap -lpthread -lutil -lm python_SYSPATH =