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
821b4937
Commit
821b4937
authored
Jul 25, 2016
by
isaak yansane-sisk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install patched dev branch of scikit
parent
33b94c48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
10 deletions
+25
-10
software/anomaly-ids/software.cfg
software/anomaly-ids/software.cfg
+25
-10
No files found.
software/anomaly-ids/software.cfg
View file @
821b4937
...
...
@@ -12,17 +12,26 @@ parts +=
numpy
scipy
cython
pythonwithnumpy-init
scikit-learn-repository
pythonwithnumpy
scikit-learn
geoip
geolite2
ipcalc
# geoip-dev
#
geoip
#
geolite2
#
ipcalc
[pythonwithnumpy]
recipe = plone.recipe.command
executable = ${buildout:directory}/bin/${pythonwithnumpy-init:interpreter}
command =
mv ${:executable} ${scikit-learn-repository:location}/ && cd ${scikit-learn-repository:location} && ${scikit-learn-repository:location}/pythonwithnumpy ${scikit-learn-repository:location}/setup.py build_ext --inplace
stop-on-error = true
[pythonwithnumpy-init]
recipe = zc.recipe.egg
interpreter = pythonwithnumpy
e
xecutable = ${buildout:directory}/bin/${:interpreter}
location = ${buildout:parts-directory}/scikit-learn
interpreter = pythonwithnumpy
e
nvironment =
PATH=${scikit-learn-repository:location}:%(PATH)s
eggs =
setuptools
${numpy:egg}
...
...
@@ -42,15 +51,21 @@ egg = geoip
recipe = zc.recipe.egg
egg = geolite2
[geoip-dev]
recipe = slapos.recipe.cmmi
url = http://http.debian.net/debian/pool/main/g/geoip/geoip_1.6.9.orig.tar.gz
environment =
PATH = ${buildout:parts-directory}/autoconf/bin:%(PATH)s
configure-command = './bootstrap && ./configure'
[ipcalc]
recipe = zc.recipe.egg
egg = ipcalc
[scikit-learn]
recip
m
= zc.recipe.egg:develop
recip
e
= zc.recipe.egg:develop
egg = scikit-learn
setup = ${scikit-learn-repository:location}/
python = pythonwithnumpy
setup = ${scikit-learn-repository:location}
[scikit-learn-repository]
recipe = slapos.recipe.build:gitclone
...
...
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