easyconfigs-it4i/q/QEMU/QEMU-6.2.0-GCC-10.2.0.eb
Lukas Krupcik 626f262df7 modified: g/grace/grace-5.1.25-intel-2020b.eb
new file:   i/impi/impi-2021.4.0-intel-compilers-2021.4.0.eb
	new file:   m/mpi4py/mpi4py-3.1.3-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1-foss-2021a-Python-3.9.5.eb
	new file:   m/mpi4pyscf/mpi4pyscf-0.3.1.tar.gz
	new file:   p/Paraver/Paraver-4.10.0-foss-2021a.eb
	new file:   p/PySCF/PySCF-2.0.1-foss-2021a.eb
	modified:   q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb
	new file:   q/QMCPACK/QMCPACK-3.13.0-intel-2020b-Python-3.8.6.eb.old
	new file:   q/QuantumESPRESSO/QuantumESPRESSO-7.0-intel-2021a.eb
	modified:   r/R/R-4.1.0-foss-2021a.eb
	new file:   v/VASP/VASP-6.3.0-intel-2021b-mkl=sequential.eb
2022-04-14 15:20:43 +02:00

35 lines
729 B
Plaintext

# IT4Innovations
# LK 2022
easyblock = 'ConfigureMake'
name = "QEMU"
version = "6.2.0"
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': 'GCC', 'version': '10.2.0'}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['http://wiki.qemu-project.org/download/']
patches = ['qemu-slirp-smb-2.9.0.patch']
dependencies = [
('Python', '3.8.6'),
('pixman', '0.40.0'),
('Ninja', '1.10.1'),
('GLib', '2.66.1'),
]
sanity_check_paths = {
'files': ['bin/qemu-x86_64'],
'dirs': ['bin', 'share'],
}
moduleclass = 'tools'