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

new file: e/ELSI/ELSI-2.5.0-intel-2020b.eb new file: f/FFTW/FFTW-3.3.8-gompi-2020a-amd.eb new file: l/libGridXC/libGridXC-0.8.5-iimpi-2020b.eb new file: l/libPSML/libPSML-1.1.8-iccifort-2020.4.304.eb new file: l/libxc/libxc-4.3.4-intel-2020b.eb new file: p/PETSc/PETSc-3.12.4-intel-2020b.eb new file: s/SLEPc/SLEPc-3.13.3-intel-2020a-Python-3.8.6.eb new file: s/Siesta/Siesta-4.1-Max-1.2.0-intel-2020b.eb new file: s/Siesta/Siesta-4.1-b5-intel-2020b-test.eb new file: t/TotalView/TotalView-2021.2.14.eb new file: x/xmlf90/xmlf90-1.5.4-iccifort-2020.4.304.eb
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'libGridXC'
|
|
version = '0.8.5'
|
|
|
|
homepage = 'https://launchpad.net/libgridxc'
|
|
description = """A library to compute the exchange and correlation energy and potential in spherical (i.e. an atom)
|
|
or periodic systems. It is based on SiestaXC."""
|
|
|
|
toolchain = {'name': 'iimpi', 'version': '2020b'}
|
|
|
|
source_urls = ['https://launchpad.net/libgridxc/trunk/0.8/+download/']
|
|
sources = [SOURCELOWER_TGZ]
|
|
checksums = ['66192e2d3379677d6687510915d7b24ffefeec96899b0bbf2adeec63a1d83c26']
|
|
|
|
dependencies = [('libxc', '4.3.4')]
|
|
|
|
skipsteps = ['configure', 'install']
|
|
|
|
prebuildopts = "mkdir build && cd build && sh ../src/config.sh && "
|
|
prebuildopts += "cp ../extra/fortran.mk . && "
|
|
prebuildopts += "sed -i 's/=gfortran/=${F90}/' fortran.mk && "
|
|
prebuildopts += "sed -i 's/=mpif90/=${MPIF90}/' fortran.mk && "
|
|
prebuildopts += "export LIBXC_ROOT=$EBROOTLIBXC && "
|
|
prebuildopts += "make clean && "
|
|
|
|
buildopts = "WITH_LIBXC=1 WITH_MPI=1 PREFIX=%(installdir)s"
|
|
|
|
parallel = 1
|
|
|
|
sanity_check_paths = {
|
|
'files': ['gridxc.mk', 'libxc.mk', 'lib/libGridXC.a'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'chem'
|