diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-08-12 20:51:35 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-13 10:40:39 +0700 |
commit | 6aec6d2a311eaaf20d67457cf22a5cfaf28a6736 (patch) | |
tree | 6173b3ce7fa66aaa29f49fec481e364f0b90b52f /academic/avogadroapp/README | |
parent | 8b9f4895beaefbbbddda6b02f9d8db39febe5b04 (diff) |
academic/avogadroapp: Updated for version 1.97.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/avogadroapp/README')
-rw-r--r-- | academic/avogadroapp/README | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/academic/avogadroapp/README b/academic/avogadroapp/README index 690df5da4f..dff2a31cc7 100644 --- a/academic/avogadroapp/README +++ b/academic/avogadroapp/README @@ -8,15 +8,16 @@ a powerful plugin architecture. Managed by OpenChemistry, Avogadro 2 it is based on QT5 libraries and it is a rewrite of the old Avogadro 1.x. -By default avogadroapp is built with static libraries. If you -want to enable the building with shared libraries, pass the variable -SHARED=yes to the script: +By default the script builds avogadroapp with shared libraries. If you +want to enable the building with static libraries, pass the variable +SHARED=no to the script: - SHARED=yes ./avogadroapp.SlackBuild - -Note that if you build avogadroapp with shared libraries, hdf5 is -not required as needed dependency. + SHARED=no ./avogadroapp.SlackBuild (hdf5 required) Warning: the computational settings made through the Input Generator require the MoleQueue server running to submit jobs to local applications or remote HPC clusters. + +OPTIONAL: + +hdf5 for a static build. |