mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
22 lines
807 B
Plaintext
22 lines
807 B
Plaintext
name = 'Molpro'
|
|
versionprefix = 'mpp-'
|
|
version = '2010.1.23'
|
|
versionsuffix = '.Linux_x86_64'
|
|
|
|
homepage = 'https://www.molpro.net'
|
|
description = """Molpro is a complete system of ab initio programs for molecular electronic structure calculations."""
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
# no source URL available, requires registration to download
|
|
sources = ['%(namelower)s-%(versionprefix)s%(version)s%(versionsuffix)s.sh']
|
|
patches = ['%(name)s-%(versionprefix)s%(version)s%(versionsuffix)s.patch']
|
|
precompiled_binaries = True
|
|
|
|
# license file - uncomment if a licence file is supplied by your site and
|
|
# is valid for all users - the value of license_file may have to be changed
|
|
#import os
|
|
#license_file = os.path.join(os.getenv('HOME'), 'licenses', name, 'license.lic')
|
|
|
|
moduleclass = 'chem'
|