mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: o/OpenBabel/OpenBabel-2.4.1-GCCcore-6.3.0-Python-3.7.3.eb new file: o/OpenBabel/OpenBabel-2.4.9-GCCcore-6.3.0-Python-3.7.3.eb new file: s/SWIG/SWIG-3.0.12-GCCcore-6.3.0-Python-3.7.3.eb new file: s/Schrodinger/Schrodinger_2019-2_Linux-x86_64.eb
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
# IT4Innovations 2019
|
||
|
||
easyblock='Binary'
|
||
|
||
name = "Schrodinger"
|
||
version = "2019-2"
|
||
versionsuffix = "_Linux-x86_64"
|
||
|
||
homepage = 'http://www.schrodinger.com/'
|
||
description = """ Schrödinger aims to provide integrated software solutions and services
|
||
that truly meet its customers’ needs. We want to empower researchers around the world to
|
||
achieve their goals of improving human health and quality of life through advanced computational
|
||
techniques that transform the way chemists design compounds and materials. """
|
||
|
||
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
||
|
||
sources = ['%(name)s_Suites_%(version)s%(versionsuffix)s.tar']
|
||
|
||
# -d <distribution-dir>... directory containing the install files
|
||
# -m ..................... manual mode (no automatically included modules)
|
||
# -b ..................... batch install
|
||
# -s <SCHRODINGER> ....... installation directory
|
||
# -k <tmpdir> ............ scratch directory
|
||
# -t <thirdparty-dir> .... install directory for third-party modules
|
||
install_cmd = 'tar xfv Schrodinger_Suites_%(version)s%(versionsuffix)s.tar && '
|
||
install_cmd += 'cd Schrodinger_Suites_%(version)s%(versionsuffix)s && '
|
||
install_cmd += './INSTALL -d . -s %(installdir)s -k %(builddir)s -t %(installdir)s/thirdparty -b *'
|
||
|
||
modextrapaths = {'SCHRODINGER': ''}
|
||
|
||
modextravars = {'SCHROD_LICENSE_FILE': '/apps/licenses/Schrodinger/license.dat'}
|
||
|
||
sanity_check_paths = {
|
||
'files': ["maestro", "strike", "desmond" ],
|
||
'dirs': ["thirdparty"]
|
||
}
|
||
|
||
moduleclass = 'chem'
|