easyconfigs-it4i/v/VDE2/VDE2-2.3.2.eb
Lukáš Krupčík 6c96bdd16d new file: l/LLVM/LLVM-6.0.1.eb
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
2018-12-17 06:48:35 +01:00

33 lines
797 B
Plaintext

# Built with EasyBuild version 2.1.1 on 2015-09-17_10-51-16
easyblock = 'ConfigureMake'
name = "VDE2"
version = "2.3.2"
homepage = 'http://vde.sourceforge.net'
description = """VDE is an ethernet compliant virtual network that
can be spawned over a set of physical computer over the Internet.
VDE is part of virtualsquare project."""
toolchain = {'name': 'dummy', 'version': ''}
sources = [SOURCELOWER_TAR_BZ2]
source_urls = ['https://netix.dl.sourceforge.net/project/vde/vde2/%(version)s/']
patches = ['vde2-slirpvde-sigpipe.patch']
sanity_check_paths = {
'files': ['bin/vde_switch'],
'dirs': ['bin', 'etc', 'share'],
}
# It fails in case of default value
parallel = 1
modextravars = {
'VDE2_HOME': '%(installdir)s',
'VDE2_DIR': '%(installdir)s',
}
moduleclass = 'tools'