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
bob
bob.learn.libsvm
Commits
e0ea7c3d
Commit
e0ea7c3d
authored
Sep 12, 2014
by
André Anjos
💬
Browse files
Compliance with new bob.buildout build scheme
parent
edbe7ef3
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
0 → 100644
View file @
e0ea7c3d
setuptools
bob.extension
bob.blitz
bob.core
bob.io.base
setup.py
View file @
e0ea7c3d
...
...
@@ -6,10 +6,13 @@
bob_packages
=
[
'bob.core'
,
'bob.io.base'
]
from
setuptools
import
setup
,
find_packages
,
dist
dist
.
Distribution
(
dict
(
setup_requires
=
[
'bob.blitz'
]
+
bob_packages
))
dist
.
Distribution
(
dict
(
setup_requires
=
[
'bob.extension'
,
'bob.blitz'
]
+
bob_packages
))
from
bob.extension.utils
import
egrep
,
find_header
,
find_library
from
bob.blitz.extension
import
Extension
,
Library
,
build_ext
from
bob.extension.utils
import
load_requirements
build_requires
=
load_requirements
()
packages
=
[
'boost'
]
boost_modules
=
[
'system'
,
'filesystem'
]
...
...
@@ -166,12 +169,8 @@ setup(
include_package_data
=
True
,
zip_safe
=
False
,
install_requires
=
[
'setuptools'
,
'bob.blitz'
,
'bob.core'
,
'bob.io.base'
,
],
setup_requires
=
build_requires
,
install_requires
=
build_requires
,
namespace_packages
=
[
"bob"
,
...
...
Write
Preview
Supports
Markdown
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