move SWIG support to tools/swig folder
This commit is contained in:
@ -382,7 +382,7 @@ endforeach()
|
|||||||
# optionally enable building script wrappers using swig
|
# optionally enable building script wrappers using swig
|
||||||
option(WITH_SWIG "Build scripting language wrappers with SWIG" OFF)
|
option(WITH_SWIG "Build scripting language wrappers with SWIG" OFF)
|
||||||
if(WITH_SWIG)
|
if(WITH_SWIG)
|
||||||
get_filename_component(LAMMPS_SWIG_DIR ${LAMMPS_SOURCE_DIR}/../swig ABSOLUTE)
|
get_filename_component(LAMMPS_SWIG_DIR ${LAMMPS_SOURCE_DIR}/../tools/swig ABSOLUTE)
|
||||||
get_filename_component(LAMMPS_SWIG_BIN ${CMAKE_BINARY_DIR}/swig ABSOLUTE)
|
get_filename_component(LAMMPS_SWIG_BIN ${CMAKE_BINARY_DIR}/swig ABSOLUTE)
|
||||||
add_subdirectory(${LAMMPS_SWIG_DIR} ${LAMMPS_SWIG_BIN})
|
add_subdirectory(${LAMMPS_SWIG_DIR} ${LAMMPS_SWIG_BIN})
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@ -46,6 +46,7 @@ replica tool to reorder LAMMPS replica trajectories according to
|
|||||||
singularity Singularity container descriptions suitable for LAMMPS development
|
singularity Singularity container descriptions suitable for LAMMPS development
|
||||||
smd convert Smooth Mach Dynamics triangles to VTK
|
smd convert Smooth Mach Dynamics triangles to VTK
|
||||||
spin perform a cubic polynomial interpolation of a GNEB MEP
|
spin perform a cubic polynomial interpolation of a GNEB MEP
|
||||||
|
swig SWIG generated script language wrappers for the LAMMPS C library interface
|
||||||
valgrind suppression files for use with valgrind's memcheck tool
|
valgrind suppression files for use with valgrind's memcheck tool
|
||||||
vim add-ons to VIM editor for editing LAMMPS input scripts
|
vim add-ons to VIM editor for editing LAMMPS input scripts
|
||||||
xmgrace a collection of scripts to generate xmgrace plots
|
xmgrace a collection of scripts to generate xmgrace plots
|
||||||
|
|||||||
Reference in New Issue
Block a user