easyconfigs-it4i/d/Doxygen/Doxygen-1.8.12.eb
Lukáš Krupčík 83ed7c4585 new file: d/Doxygen/Doxygen-1.8.12.eb
new file:   n/netCDF/netCDF-4.7.3-intel-2020a.eb
	new file:   n/numba/numba-0.48.0-intel-2020a-Py-3.7.eb
	new file:   t/tbb/tbb-2019_U9-GCCcore-8.3.0.eb
	new file:   v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
	deleted:    n/numba/numba-0.48.0-Py-3.7.eb
2020-03-23 12:00:49 +01:00

22 lines
497 B
Plaintext

# IT4Innovations 2020
name = 'Doxygen'
version = '1.8.12'
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 = SYSTEM
source_urls = [SOURCEFORGE_SOURCE]
sources = ['%(namelower)s-%(version)s.src.tar.gz']
builddependencies = [
('flex', '2.6.4'),
('Bison', '3.3.2'),
('CMake', '3.16.2')
]
moduleclass = 'devel'