mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: g/GDAL/GDAL-3.3.1-foss-2021a.eb new file: g/GDRCopy/GDRCopy-2.1-GCCcore-9.3.0-CUDA-11.2.2.eb new file: g/GDRCopy/GDRCopy-2.2-NVHPC-21.2-CUDA-11.2.2.eb new file: j/JUBE/JUBE-2.4.1.eb new file: o/ORCA/ORCA-5.0.0-OpenMPI-4.1.1.eb new file: o/ORCA/ORCA-5.0.1-OpenMPI-4.1.1.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2-devel.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCCcore-9.3.0-CUDA-11.2.2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-UCX-11.1.0-rc2.eb new file: o/OpenMPI/OpenMPI-4.0.5-NVHPC-21.2-CUDA-11.2.2-test.eb new file: o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.2-CUDA-11.2.2.eb new file: s/Schrodinger/Schrodinger_2021-3_Linux-x86_64.eb new file: s/spirit/spirit-2.1.1-CUDA-10.2.89.eb new file: t/Trim_Galore/Trim_Galore-0.6.6-GCC-10.2.0-Python-2.7.18.eb new file: u/UCX/: new file: u/UCX/UCX-1.11.0-rc1-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2-devel.eb new file: u/UCX/UCX-1.9.0-GCCcore-9.3.0-CUDA-11.2.2.eb modified: u/UCX/UCX-1.9.0-NVHPC-21.2-CUDA-11.2.2.eb new file: u/UCX/UCX-1.9.0-m4.patch new file: v/VASP/VASP-6.2.1-intel-2020b-mkl=sequential.eb new file: y/Yambo/Yambo-5.0.3-intel-2020a.eb
41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
# IT4Innovations 2021
|
||
# LK
|
||
|
||
easyblock='Binary'
|
||
|
||
name = "Schrodinger"
|
||
version = "2021-3"
|
||
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 local_computational
|
||
techniques that transform the way chemists design local_compounds and materials. """
|
||
|
||
toolchain = SYSTEM
|
||
|
||
#Schrodinger_Suites_2021-2_Linux-x86_64.tar
|
||
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", "desmond" ],
|
||
'dirs': ["thirdparty"]
|
||
}
|
||
|
||
moduleclass = 'chem'
|