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

new file: l/LLVM/LLVM-7.0.0.eb new file: m/Mako/Mako-1.0.6-Python-2.7.14-base.eb new file: m/Mesa/Mesa-18.3.1.eb new file: n/nettle/nettle-3.4.1.eb new file: p/ParaView/ParaView-5.6.0-intel-2017a-mpi.eb new file: p/ParaView/ParaView-5.6.0-intel-motionfx.patch new file: q/QEMU/QEMU-2.10.0-VDE2.eb new file: v/VDE2/VDE2-2.3.2.eb deleted: l/LLVM/LLVM-7.0.0-GCC-6.3.0-2.27.eb
31 lines
668 B
Plaintext
31 lines
668 B
Plaintext
easyblock = 'ConfigureMake'
|
|
|
|
name = "QEMU"
|
|
version = "2.10.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 = {'name': 'dummy', 'version': ''}
|
|
|
|
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'),
|
|
('GLib','2.57.1'),
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/qemu-x86_64'],
|
|
'dirs': ['bin', 'share'],
|
|
}
|
|
|
|
moduleclass = 'tools'
|