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

new file: n/NWChem/NWChem-7.0.0_external-ga-peigs-flag.patch new file: n/NWChem/NWChem-7.0.2-intel-2019a.eb new file: n/NWChem/NWChem-7.0.2-intel-2020a-Python-3.8.2.eb
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
# IT4Innovations 2020
|
|
# LK
|
|
|
|
name = 'NWChem'
|
|
version = '7.0.0'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
local_verdate = '2020-02-26'
|
|
local_revision = '2c9a1c7c'
|
|
|
|
homepage = 'http://www.nwchem-sw.org'
|
|
description = """NWChem aims to provide its users with computational chemistry tools that are scalable both in
|
|
their ability to treat large scientific computational chemistry problems efficiently, and in their use of available
|
|
parallel computing resources from high-performance parallel supercomputers to conventional workstation clusters.
|
|
NWChem software can handle: biomolecules, nanostructures, and solid-state; from quantum to classical, and all
|
|
combinations; Gaussian basis functions or plane-waves; scaling from one to thousands of processors; properties
|
|
and relativity."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2020a'}
|
|
toolchainopts = {'i8': True}
|
|
|
|
source_urls = ['https://github.com/nwchemgit/nwchem/releases/download/v%(version)s-release/']
|
|
sources = ['nwchem-%%(version)s-release.revision-%s-src.%s.tar.bz2' % (local_revision, local_verdate)]
|
|
patches = [
|
|
'NWChem_fix-date.patch',
|
|
# 'NWChem-7.0.0_external-ga-peigs-flag.patch',
|
|
]
|
|
|
|
dependencies = [
|
|
('Python', '3.7.8'),
|
|
]
|
|
|
|
modules = 'all python'
|
|
|
|
moduleclass = 'chem'
|