# IT4Innovations # LK 2024 name = 'Molpro' version = '2024.1.0' versionprefix = 'mpp-' versionsuffix = '.linux_x86_64_mpipr' homepage = 'https://www.molpro.net' description = """Molpro is a local_complete system of ab initio programs for molecular electronic structure calculations.""" toolchain = SYSTEM # no source URL available, requires registration to download sources = ['%(namelower)s-%(versionprefix)s%(version)s%(versionsuffix)s.sh'] checksums = ['30ee6b4a807481ca1a118dfe16a00fae1cff50ce3b872cbfe49aa0f4702d13ad'] 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 # license_file = HOME + '/licenses/%(name)s/license.lic' moduleclass = 'chem'