Skip to content
Snippets Groups Projects

WIP: Test build with system Flex/Bison

Closed Ivan Razumov requested to merge test_flex into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
#---define here the packages to be taken from the shystem for this OS and version
#---define here the packages to be taken from the shystem for this OS and version
if(${LCG_OS}${LCG_OSVERS} STREQUAL centos7)
if(${LCG_OS}${LCG_OSVERS} STREQUAL centos7)
set(LCG_system_packages bzip2 xz uuid curl motif jpeg glib)
set(LCG_system_packages bzip2 xz uuid curl motif jpeg glib flex bison)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL slc6)
set(LCG_system_packages uuid curl motif jpeg)
set(LCG_system_packages uuid curl motif jpeg flex bison)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1604)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1604)
set(LCG_system_packages bzip2 xz uuid curl motif pkg_config jpeg )
set(LCG_system_packages bzip2 xz uuid curl motif pkg_config jpeg flex bison)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1804)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL ubuntu1804)
set(LCG_system_packages bzip2 xz uuid curl motif pkg_config zlib jpeg glib)
set(LCG_system_packages bzip2 xz uuid curl motif pkg_config zlib jpeg glib flex bison)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL mac1014)
elseif(${LCG_OS}${LCG_OSVERS} STREQUAL mac1014)
Loading