mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: d/DFT-D4/DFT-D4-3.6.0-intel-2022b-Python-3.10.8.eb modified: d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb modified: d/DFTB+/DFTB+-21.2-intel-2020b-TB.eb new file: f/Forge/Forge-23.0.2.eb new file: l/LAPACK/LAPACK-3.10.0-GCC-12.2.0.eb modified: p/PyTorch/PyTorch-1.11.0-fosscuda-2020b.eb modified: v/VASP/VASP-6.2.0-intel-2020b.eb new file: v/VASP/VASP-6.4.2-intel-2022b-DFT-D4.eb new file: w/Wannier90/Wannier90-3.1.0-intel-2022b-serial.eb
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# IT4Innovations
|
|
# LK 2023
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'Wannier90'
|
|
version = '3.1.0'
|
|
versionsuffix = '-serial'
|
|
|
|
homepage = 'http://www.wannier.org'
|
|
description = """A tool for obtaining maximally-localised Wannier functions"""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2022b'}
|
|
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 = [
|
|
'40651a9832eb93dec20a8360dd535262c261c34e13c41b6755fa6915c936b254', # wannier90-3.1.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" '
|
|
|
|
# compile serial version for use with VASP per
|
|
# https://www.vasp.at/wiki/index.php/Makefile.include#Wannier90_.28optional.29
|
|
#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'
|