# IT4Innovations 2022 # LK JK name = 'Molpro' version = '2022.2.2' 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 = ['0dd0ebb1f20cb507c627cfd1392471fb161298a5b145941885f80823706202d3'] 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'