mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CP2K/CP2K-4.1-intel-2017a.eb new file: c/CP2K/CP2K-5.1-intel-2017a-dev.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test.eb new file: c/CP2K/CP2K-5.1-intel-2017a-test2.eb new file: l/Libint/Libint-1.1.6-GCC-6.3.0-2.27.eb new file: l/libsmm/libsmm-2015-11-10.eb new file: l/libxc/libxc-3.0.0-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-3.0.0-intel-2017a.eb modified: l/libxc/libxc-4.0.1-GCC-6.3.0-2.27.eb modified: l/libxc/libxc-4.0.1.eb new file: l/libxc/libxc-4.0.2-GCC-6.3.0-2.27.eb new file: l/libxc/libxc-4.0.2-intel-2017a.eb new file: l/libxsmm/libxsmm-1.7.1-GCC-6.3.0-2.27.eb new file: o/opencv-python/opencv-python-3.3.0.10-Python-3.6.1.eb deleted: l/libxc/libxc-4.0.1-intel-2017a.eb
34 lines
1.5 KiB
Plaintext
34 lines
1.5 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'
|