easyconfigs-it4i/n/numactl/numactl-2.0.11-GCC-4.9.3-2.25.eb
Lukáš Krupčík 6d3e1102d5 new file: b/Bison/Bison-2.7.eb
new file:   b/binutils/binutils-2.25-GCCcore-4.9.3.eb
	new file:   b/binutils/binutils-2.25.eb
	new file:   b/byacc/byacc-20120526.eb
	modified:   f/FFTW/FFTW-3.3.5-gompi-2016a.eb
	modified:   f/flex/flex-2.5.39.eb
	new file:   f/foss/foss-2016a.eb
	modified:   g/GCCcore/GCCcore-4.9.3.eb
	modified:   g/GCCcore/GCCcore-5.4.0.eb
	modified:   g/GCCcore/GCCcore-8.1.0.eb
	modified:   g/GROMACS/GROMACS-5.1.4-foss-2016a-hybrid-single-PLUMED.eb
	new file:   g/gompi/gompi-2016a.eb
	new file:   h/hwloc/hwloc-1.11.7-GCC-4.9.3-2.25.eb
	new file:   i/icc/icc-2018.1.163-GCC-6.3.0-2.27.eb
	new file:   i/iccifort/iccifort-2018.1.163-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2018.1.163-GCC-6.3.0-2.27.eb
	modified:   i/iimpi/iimpi-2018a.eb
	new file:   i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.3.0-2.27.eb
	modified:   i/intel/intel-2018a.eb
	modified:   l/libarchive/libarchive-3.3.2.eb
	new file:   l/libmatheval/libmatheval-1.1.8.eb
	new file:   n/numactl/numactl-2.0.11-GCC-4.9.3-2.25.eb
	modified:   n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb
	modified:   o/ORCA/ORCA-4.0.1.2.eb
	modified:   o/OpenMPI/OpenMPI-1.10.2-GCC-4.9.3-2.25.eb
	new file:   o/OpenMPI/OpenMPI-1.10.7-GCC-4.9.3-2.25.eb
	modified:   o/OpenMPI/OpenMPI-2.0.1-iccifort-2017.1.132-GCC-6.3.0-2.27.eb
	deleted:    i/icc/icc-2018.1.163-GCC-6.4.0-2.28.eb
	deleted:    i/iccifort/iccifort-2018.1.163-GCC-6.4.0-2.28.eb
	deleted:    i/ifort/ifort-2018.1.163-GCC-6.4.0-2.28.eb
	deleted:    i/impi/impi-2018.1.163-iccifort-2018.1.163-GCC-6.4.0-2.28.eb
2018-12-10 14:43:59 +01:00

29 lines
970 B
Plaintext

# IT4Innovations 2018
easyblock = 'ConfigureMake'
name = 'numactl'
version = '2.0.11'
homepage = 'http://oss.sgi.com/projects/libnuma/'
description = """The numactl program allows you to run your application program on specific cpu's and memory nodes.
It does this by supplying a NUMA memory policy to the operating system before running your program.
The libnuma library provides convenient ways for you to add NUMA memory policies into your own program."""
toolchain = {'name': 'GCC', 'version': '4.9.3-2.25'}
source_urls = ['https://github.com/numactl/numactl/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['3e099a59b2c527bcdbddd34e1952ca87462d2cef4c93da9b0bc03f02903f7089']
builddependencies = [('Autotools', '20150215', '', True)]
preconfigopts = "./autogen.sh && "
sanity_check_paths = {
'files': ['bin/numactl', 'bin/numastat', 'lib/libnuma.%s' % SHLIB_EXT, 'lib/libnuma.a'],
'dirs': ['share/man', 'include']
}
moduleclass = 'tools'