Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
3693c33b
Commit
3693c33b
authored
May 21, 2015
by
Manuel Günther
Browse files
Added missing boost module
parent
6e0d6361
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
3693c33b
...
...
@@ -16,6 +16,7 @@ build_requires = load_requirements()
version
=
open
(
"version.txt"
).
read
().
rstrip
()
packages
=
[
'blitz >= 0.10'
,
'boost'
]
boost_modules
=
[
'system'
]
setup
(
...
...
@@ -48,6 +49,7 @@ setup(
packages
=
packages
,
version
=
version
,
bob_packages
=
bob_packages
,
boost_modules
=
boost_modules
,
),
Extension
(
"bob.measure._library"
,
...
...
@@ -58,6 +60,7 @@ setup(
packages
=
packages
,
version
=
version
,
bob_packages
=
bob_packages
,
boost_modules
=
boost_modules
,
),
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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