Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sds
sds-repo
Commits
ee36a674
Commit
ee36a674
authored
Sep 08, 2017
by
Rob Latham
Browse files
sdskeyval only builds with GCC for now
parent
476973bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
packages/sdskeyval/package.py
View file @
ee36a674
...
...
@@ -40,3 +40,11 @@ class Sdskeyval(AutotoolsPackage):
depends_on
(
'autoconf@2.65:'
)
depends_on
(
'automake@1.15:'
)
depends_on
(
'libtool'
,
type
=
(
"build"
))
# requires c++11
conflicts
(
'%gcc@:4.8.0'
)
# clang fullly implemented C++11 in 3
# intel implemented c++11 in 13.0
# but neither clang nor intel compile the BwTree data structure
conflicts
(
'%clang'
)
conflicts
(
'%intel'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment