Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Merge requests
!215
WIP: Test build with system Flex/Bison
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Test build with system Flex/Bison
test_flex
into
master
Overview
10
Commits
1
Pipelines
1
Changes
1
Closed
Ivan Razumov
requested to merge
test_flex
into
master
5 years ago
Overview
10
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
b1a46f3a
1 commit,
5 years ago
1 file
+
4
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
cmake/toolchain/systemtools.cmake
+
4
−
4
Options
#---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