diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-04-22 16:22:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-24 01:47:09 +0700 |
commit | 78591dd7f4c4bb3ae6a207ace4e5e61859740348 (patch) | |
tree | 1e693fca538f68955871838b70dd4ea403be86c2 /academic/avogadrolibs/README | |
parent | 0ddfde4be42da1c9a21a6d980fd8462fdd443705 (diff) |
academic/avogadrolibs: Added (Libraries for Avogadro 2)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/avogadrolibs/README')
-rw-r--r-- | academic/avogadrolibs/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/academic/avogadrolibs/README b/academic/avogadrolibs/README new file mode 100644 index 0000000000000..4877412d767da --- /dev/null +++ b/academic/avogadrolibs/README @@ -0,0 +1,28 @@ +Avogadro Libraries is a subproject of Avogadro 2 as implementation of +Avogadro 1.x mantained by OpenChemistry. It provides 3D rendering, +visualization, analysis and data processing useful in computational +chemistry, molecular modeling, bioinformatics, materials science, and +related areas. +Avogadro Libraries is a dependency required by the graphic interface +user Avogadro Application (avogadroapp). + +This slackbuild requires as needed some dependencies (autodetected) +that improve Avogadro Libraries. You can enable or disable them by +passing variables to the script +(e.g. VAR=yes|no ./avogadrolibs.SlackBuild): + +LIBMSYM=yes|no (default: yes, libmsym required) +SPGLIB=yes|no (default: yes, spglib required) +MMTF=yes|no (default: yes, mmtf-cpp required) +HDF5=yes|no (default: no, hdf5 required) + +The extension Avogadro Generators (disabled by default) installs +Python input generators that can be run by the Avogadro 2 application +(avogadroapp) to generate input for various codes (Dalton, Q-Chem, +Orca, NWChem, ecc.): these scripts will be installed in a location +where the Avogadro 2 application can find them if the Plugin +Downloader is executed from the graphic interface user. +To enable the extension the dependency pybind11 is required and you +have to pass the variable PYTHON=yes to the slackbuild script: + +PYTHON=yes ./avogadrolibs.SlackBuild |