Skip to content
Snippets Groups Projects
Commit 3c182dcc authored by Damian Alvarez's avatar Damian Alvarez
Browse files

There is no need to keep flex 2.6.3 in separate overlays, it won't be picked...

There is no need to keep flex 2.6.3 in separate overlays, it won't be picked up unless installed directly
parent 7f740cae
No related branches found
No related tags found
Loading
name = 'flex'
version = '2.6.3'
homepage = 'http://flex.sourceforge.net/'
description = """Flex (Fast Lexical Analyzer) is a tool for generating scanners. A scanner,
sometimes called a tokenizer, is a program which recognizes lexical patterns in text.
"""
site_contacts = 'sc@fz-juelich.de'
toolchain = {'name': 'GCCcore', 'version': '9.3.0'}
toolchainopts = {'pic': True}
sources = [SOURCELOWER_TAR_GZ]
source_urls = ['https://github.com/westes/flex/releases/download/v%(version)s/']
dependencies = [('Bison', '3.6.4')]
# use same binutils version that was used when building GCC toolchain
builddependencies = [('binutils', '2.34', '', SYSTEM)]
parallel = 1
moduleclass = 'lang'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment