easyconfigs-it4i/g/gperftools/gperftools-2.8-GCCcore-9.3.0.eb
Lukáš Krupčík 2e84da0024 modified: a/arpack-ng/arpack-ng-3.5.0-intel-2020a.eb
new file:   g/gperftools/gperftools-2.8-GCCcore-9.3.0.eb
	modified:   l/LAMMPS/LAMMPS-20200505-intel-2020a.eb
	modified:   n/netCDF/netCDF-4.7.3-intel-2020a.eb
	new file:   p/pytest/pytest-6.0.1-intel-2020a-Python-3.8.2.eb
	deleted:    c/CGAL/CGAL-4.11.1-intel-2020a.eb
	deleted:    p/pytest/pytest-6.0.1-Python-3.8.2.eb
2020-09-02 08:35:15 +02:00

30 lines
912 B
Plaintext

# JH 2020
easyblock = 'ConfigureMake'
name = 'gperftools'
version = '2.8'
homepage = 'https://github.com/gperftools/gperftools'
description = """gperftools are for use by developers so that they can create more robust applications.
Especially of use to those developing multi-threaded applications in C++ with templates.
Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler."""
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
source_urls = ['https://github.com/gperftools/gperftools/releases/download/%(namelower)s-%(version)s']
sources = [SOURCE_TAR_GZ]
builddependencies = [('binutils', '2.34')]
dependencies = [('libunwind', '1.3.1')]
configopts = '--enable-libunwind'
sanity_check_paths = {
'files': ['bin/pprof', 'lib/libprofiler.a', 'lib/libprofiler.%s' % SHLIB_EXT,
'lib/libtcmalloc.a', 'lib/libtcmalloc.%s' % SHLIB_EXT],
'dirs': []
}
moduleclass = 'tools'