Skip to content

Commit

Permalink
Unbundle all charge and forcefield scripts
Browse files Browse the repository at this point in the history
Fixes #1620

Signed-off-by: Geoff Hutchison <[email protected]>
  • Loading branch information
ghutchis committed Nov 30, 2024
1 parent c491afc commit 44c9698
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 992 deletions.
12 changes: 1 addition & 11 deletions avogadro/qtplugins/forcefield/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ if (BUILD_GPL_PLUGINS AND OpenBabel3_LIBRARY)
target_link_libraries(Forcefield PRIVATE OpenBabel3)
endif()

# Bundled forcefield scripts
set(forcefields
scripts/ani2x.py
scripts/gfn1.py
scripts/gfn2.py
scripts/gfnff.py
)

if (NOT BUILD_GPL_PLUGINS)
# install the OB / Pybel forcefield scripts
list(APPEND forcefields
Expand All @@ -61,6 +53,4 @@ if (NOT BUILD_GPL_PLUGINS)
)
endif()

# Don't install the scripts - we'll use these as plugins
# install(PROGRAMS ${forcefields}
# DESTINATION "${INSTALL_LIBRARY_DIR}/avogadro2/scripts/energy/")
# Don't install any scripts - we'll use these as plugins
89 changes: 0 additions & 89 deletions avogadro/qtplugins/forcefield/scripts/ani2x.py

This file was deleted.

88 changes: 0 additions & 88 deletions avogadro/qtplugins/forcefield/scripts/gaff.py

This file was deleted.

104 changes: 0 additions & 104 deletions avogadro/qtplugins/forcefield/scripts/gfn1.py

This file was deleted.

Loading

0 comments on commit 44c9698

Please sign in to comment.