easyconfigs-it4i/a/ABINIT/ABINIT-8.6.1-intel-2017a.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

43 lines
1.6 KiB
Plaintext

easyblock = 'ConfigureMake'
name = 'ABINIT'
version = '8.6.1'
versionsuffix = '-test'
homepage = 'http://www.abinit.org/'
description = """ABINIT is a package whose main program allows one to find the total energy, charge density and
electronic structure of systems made of electrons and nuclei (molecules and periodic solids) within Density Functional
Theory (DFT), using pseudopotentials and a planewave or wavelet basis."""
toolchain = {'name': 'intel', 'version': '2017a'}
source_urls = ['https://www.abinit.org/sites/default/files/packages/']
sources = [SOURCELOWER_TAR_GZ]
configopts = '--with-mpi-prefix=$EBROOTIMPI/intel64 --with-trio-flavor="netcdf+etsf_io+fox" --with-dft-flavor="atompaw+bigdft+libxc+wannier90" '
#configopts += '--with-netcdf-incs="-I$EBROOTNETCDF/include -I$EBROOTNETCDFMINFORTRAN/include" '
#configopts += '--with-netcdf-libs="-L$EBROOTNETCDF/lib -lnetcdf -L$EBROOTNETCDFMINFORTRAN/lib -lnetcdff" '
configopts += '--with-libxc-incs="-I$EBROOTLIBXC/include" --with-libxc-libs="-L$EBROOTLIBXC/lib -lxc" CC=mpicc CXX=mpicxx FC=mpif90 --enable-mpi --enable-mpi-io --enable-64bit-flags --enable-optim="yes" --enable-clib="yes" --enable-gw-dpc="yes" --enable-memory-profiling="no" --enable-openmp="no" --enable-maintainer-checks="no" --enable-debug="no" '
dependencies = [
('libxc', '4.0.2'),
# ('netCDF', '4.4.1.1'),
# ('netCDF-Fortran', '4.4.4'),
]
sanity_check_paths = {
'files': [
'bin/%s' %
x for x in [
'abinit',
'aim',
'cut3d',
'conducti',
'mrgddb',
'mrgscr',
'optic']],
'dirs': ['lib/pkgconfig'],
}
moduleclass = 'chem'