forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8278 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
eff8d7d8c7
commit
49a004194c
|
@ -0,0 +1,5 @@
|
|||
# Settings that the LAMMPS build will import when this package library is used
|
||||
|
||||
molfile_SYSINC =
|
||||
molfile_SYSLIB = -ldl
|
||||
molfile_SYSPATH =
|
|
@ -0,0 +1,10 @@
|
|||
This dir contains the hooks to build and link LAMMPS with the VMD
|
||||
molfile plugins, http://www.ks.uiuc.edu/Research/vmd/plugins/molfile.
|
||||
|
||||
When you build LAMMPS with its USER-MOLFILE package installed, it will
|
||||
use the 3 settings in Makefile.lammps in this directory.
|
||||
|
||||
molfile_SYSINC = should not need to be set
|
||||
molfile_SYSLIB = the dl library called by the USER-MOLFILE source files
|
||||
molfile_SYSPATH = a path to the dl library
|
||||
|
Loading…
Reference in New Issue