move SWIG support to tools/swig folder

This commit is contained in:
Axel Kohlmeyer
2020-10-18 08:19:20 -04:00
parent 0f71c02059
commit eab5d68a09
10 changed files with 2 additions and 1 deletions

View File

@ -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()

View File

@ -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