easyconfigs-it4i/w/Wannier90/Wannier90-3.0.0-intel-2017c.eb
Lukáš Krupčík a6b9e23443 new file: o/OCaml/OCaml-4.09.0-GCC-6.3.0-2.27.eb
new file:   o/OCaml/OCaml-4.09.0.eb
	modified:   s/Singularity/Singularity-3.5.2.eb
	new file:   u/Unison/Unison-2.51.2-GCC-6.3.0-2.27.eb
	new file:   v/VASP/VASP-5.4.4-intel-2017c-mkl=cluster-Wannier.eb
	new file:   w/Wannier90/Wannier90-3.0.0-intel-2017c.eb
 new files yourself (see 'git help status').
2020-01-08 09:50:45 +01:00

37 lines
1.1 KiB
Plaintext

# IT4Innovations 2020
easyblock = 'MakeCp'
name = 'Wannier90'
version = '3.0.0'
homepage = 'http://www.wannier.org'
description = """A tool for obtaining maximally-localised Wannier functions"""
toolchain = {'name': 'intel', 'version': '2017c'}
toolchainopts = {'usempi': True}
github_account = 'wannier-developers'
source_urls = [GITHUB_LOWER_SOURCE]
sources = [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCELOWER_TAR_GZ}]
patches = ['Wannier90_3x_ignore_makeinc.patch']
checksums = [
'f196e441dcd7b67159a1d09d2d7de2893b011a9f03aab6b30c4703ecbf20fe5b', # v3.0.0.tar.gz
'561c0d296e0e30b8bb303702cd6e41ded54c153d9b9e6cd9cab73858e5e2945e', # Wannier90_3x_ignore_makeinc.patch
]
buildopts = 'all F90=$F90 MPIF90=$MPIF90 FCOPTS="$FFLAGS" LDOPTS="$FFLAGS" '
buildopts += 'LIBDIR="$LAPACK_LIB_DIR" LIBS="$LIBLAPACK" '
buildopts += 'COMMS=mpi'
files_to_copy = [(['wannier90.x', 'postw90.x'], 'bin'), (['libwannier.a'], 'lib')]
sanity_check_paths = {
'files': ['bin/wannier90.x', 'bin/postw90.x', 'lib/libwannier.a'],
'dirs': []
}
moduleclass = 'chem'