Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos
Commits
7a995929
Commit
7a995929
authored
Jul 13, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add cython ..
parent
05b26832
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
component/scikit-learn/buildout.cfg
component/scikit-learn/buildout.cfg
+14
-10
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+0
-3
No files found.
component/scikit-learn/buildout.cfg
View file @
7a995929
...
...
@@ -4,21 +4,13 @@ extends =
../scipy/buildout.cfg
parts =
cython
scikit-learn
[scikit-learn-env]
<= numpy-env
[scikit-learn-repo]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/donkey-hotei/scikit-learn.git
location = ${buildout:parts-directory}/scikit-learn
[scikit-learn]
recipe = zc.recipe.egg:custom
egg = scikit-learn
environment = scikit-learn-env
egg = scikit-learn
setup = ${scikit-learn-repo:location}
setup-eggs =
${numpy:egg}
...
...
@@ -28,4 +20,16 @@ rpath =
${gcc-fortran:location}/lib64
${openblas:location}/lib
[scikit-learn-env]
<= numpy-env
[scikit-learn-repo]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://github.com/donkey-hotei/scikit-learn.git
location = ${buildout:parts-directory}/scikit-learn
[cython]
recipe = zc.recipe.egg:develop
egg = cython
software/anomaly-ids/software.cfg
View file @
7a995929
...
...
@@ -8,9 +8,6 @@ extends =
parts +=
cython
pyanomaly-repository
geoip-dev
geoip
geolite2
ipcalc
fluentd
...
...
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