Skip to content

Commit

Permalink
Merge pull request #4 from boegel/Molcas
Browse files Browse the repository at this point in the history
fix remarks
  • Loading branch information
valtandor committed Jan 25, 2016
2 parents d9feb90 + b5c913f commit 7cd821d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ connected to the treatment of highly degenerate states."""

toolchain = {'name': 'dummy', 'version': 'dummy'}

source_urls = ['http://www.kvant.kemi.uu.se/molcas/']
# download requires registration, see http://www.kvant.kemi.uu.se/molcas/
sources = ['%(namelower)s-%(version)s%(versionsuffix)s.tgz']
unpack_options = "--transform='s,^%(namelower)s-%(version)s%(versionsuffix)s,%(namelower)s_files,'"

Expand All @@ -26,10 +26,11 @@ postinstallcmds = [
'cp %(installdir)s/%(namelower)s_files/sbin/molcas.driver %(installdir)s/bin/molcas',
]

modextravars = {'MOLCAS': '%(installdir)s/%(namelower)s_files'}

sanity_check_paths = {
'files': ['bin/molcas'],
'dirs': ['bin'],
}

moduleclass = 'chem'
modextravars = {'MOLCAS': '%(installdir)s/%(namelower)s_files'}

0 comments on commit 7cd821d

Please sign in to comment.