mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-12 18:02:12 +01:00

modified: d/Doxygen/Doxygen-1.8.11-intel-2017a.eb new file: f/foss/foss-2017a.eb new file: g/gompi/gompi-2017a.eb new file: h/hwloc/hwloc-1.11.7-GCC-6.3.0-2.27.eb new file: h/hwloc/hwloc-1.11.7-GCC-7.1.0-2.28.eb new file: l/libtool/libtool-2.4.6-GCC-7.1.0-2.28.eb modified: n/netCDF/netCDF-4.4.1-intel-2017a.eb new file: n/numactl/numactl-2.0.11-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27.eb new file: o/OpenMPI/OpenMPI-1.10.7-GCC-7.1.0-2.28.eb new file: o/OpenMPI/OpenMPI-2.1.1-GCC-7.1.0-2.28.eb modified: x/X11/X11-20160819.eb
22 lines
572 B
Plaintext
22 lines
572 B
Plaintext
name = 'Doxygen'
|
|
version = '1.8.11'
|
|
|
|
homepage = 'http://www.doxygen.org'
|
|
description = """Doxygen is a documentation system for C++, C, Java, Objective-C, Python,
|
|
IDL (Corba and Microsoft flavors), Fortran, VHDL, PHP, C#, and to some extent D."""
|
|
|
|
toolchain = {'name': 'intel', 'version': '2017a'}
|
|
|
|
sources = ['%(namelower)s-%(version)s.src.tar.gz']
|
|
source_urls = ['http://ftp.stack.nl/pub/users/dimitri/']
|
|
|
|
builddependencies = [
|
|
('CMake', '3.8.1', '', True),
|
|
('flex', '2.6.0', '', True),
|
|
('Bison', '3.0.4', '', True),
|
|
]
|
|
|
|
parallel = 1
|
|
|
|
moduleclass = 'devel'
|