easyconfigs-it4i/q/QEMU/QEMU-6.2.0-VDE2.eb
Lukas Krupcik 5812aff4e8 new file: archive/s/sqsgenerator/sqsgenerator-0.1-intel-compilers-2021.4.0-Python-3.9.6.eb
new file:   b/Blender/Blender-3.1.0-GCC-10.3.0.eb
	new file:   b/Boost/Boost-1.77.0-GCC-10.2.0-Python-3.8.6.eb
	new file:   b/Boost/Boost-1.77.0-intel-compilers-2021.4.0-Python-3.9.6.eb
	modified:   c/CUDAcore/CUDAcore-11.6.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0-CUDA-11.6.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175-GCC-11.2.0.eb
	new file:   d/DualSPHysics/DualSPHysics-5.0.175.patch
	new file:   h/hwloc/hwloc-1.11.7-GCC-10.2.0.eb
	modified:   o/ORCA/ORCA-4.2.0-OpenMPI-3.1.4.eb
	modified:   o/ORCA/ORCA-4.2.1-OpenMPI-3.1.4.eb
	new file:   o/OpenMPI/OpenMPI-3.1.4-GCC-10.2.0.eb
	new file:   q/QEMU/QEMU-6.2.0-VDE2.eb
	new file:   s/sqsgenerator/sqsgenerator-0.0.5-GCC-10.2.0-Python-3.8.6.eb
	new file:   s/sqsgenerator/sqsgenerator-0.1-GCC-10.2.0-Python-3.8.6.eb
2022-03-30 11:27:29 +02:00

35 lines
751 B
Plaintext

# IT4Innovations
# LK 2022
easyblock = 'ConfigureMake'
name = "QEMU"
version = "6.2.0"
versionsuffix = "-VDE2"
homepage = 'http://wiki.qemu.org/Main_Page'
description = """QEMU is a generic and open source machine emulator and
virtualizer."""
configopts = "--target-list=x86_64-softmmu,x86_64-linux-user,i386-softmmu,i386-linux-user"
toolchain = SYSTEM
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://wiki.qemu-project.org/download/']
patches = ['qemu-slirp-smb-2.9.0.patch']
dependencies = [
('VDE2', '2.3.2'),
('Python', '3.8.6', '', ('GCCcore', '10.2.0')),
('pixman', '0.40.0', '', ('GCCcore', '10.2.0')),
]
sanity_check_paths = {
'files': ['bin/qemu-x86_64'],
'dirs': ['bin', 'share'],
}
moduleclass = 'tools'