mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: a/Autotools/Autotools-20180311.eb modified: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/JAVA-1.9.0+181-PGI-18.5-GCC-6.3.0-2.27.eb new file: j/JAVA/Java-1.8.0_121.eb new file: j/JAVA/Java-1.8.0_144.eb new file: j/JAVA/Java-1.8.0_51.eb new file: j/JAVA/Java-1.9.0+181.eb modified: n/numactl/numactl-2.0.11-GCC-6.3.0-2.27.eb new file: n/numactl/numactl-2.0.11-GCCcore-6.3.0.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-PGI-18.5-GCC-6.3.0-2.27.env deleted: j/Java/Java-1.8.0_121.eb deleted: j/Java/Java-1.8.0_144.eb deleted: j/Java/Java-1.8.0_51.eb deleted: j/Java/Java-1.9.0+181.eb Former-commit-id: c541dab187356751c629fbe56f806eac437a361b
33 lines
993 B
Plaintext
33 lines
993 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': 'GCCcore', 'version': '6.3.0'}
|
|
toolchainopts = {'pic': True}
|
|
|
|
source_urls = ['https://github.com/numactl/numactl/archive/']
|
|
sources = ['v2.0.12.tar.gz']
|
|
checksums = ['a4d2292af28fb20007ddb9706f8bb1cc']
|
|
|
|
builddependencies = [
|
|
('binutils', '2.27'),
|
|
('Autotools', '20180311', '', 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'
|