easyconfigs-it4i/ARCHIVE/b/BEEF/BEEF-0.1.1-intel-2019a.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +02:00

29 lines
772 B
Plaintext

# IT4Innovations 2020
# LK
easyblock = 'ConfigureMake'
name = 'BEEF'
version = '0.1.1'
homepage = 'http://suncat.stanford.edu/facility/software/functional'
description = """BEEF is a library-based implementation of the Bayesian
Error Estimation Functional, suitable for linking against by Fortran-
or C-based DFT codes. A description of BEEF can be found at
http://dx.doi.org/10.1103/PhysRevB.85.235149."""
toolchain = {'name': 'intel', 'version': '2019a'}
toolchainopts = {'openmp': False, 'usempi': False}
source_urls = ['https://confluence.slac.stanford.edu/download/attachments/146704476']
sources = ['libbeef-%(version)s.tar.gz']
configopts = 'CC="$CC"'
sanity_check_paths = {
'files': ['bin/bee', 'lib/libbeef.a'],
'dirs': [],
}
moduleclass = 'chem'