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
Jean-Paul Smets
slapos
Commits
f4d6edce
Commit
f4d6edce
authored
Mar 19, 2015
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scikit-learn: fix build with openblas
We also extend 'scipy' because scikit-learn can't be used without it.
parent
40d8e64d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
component/numpy/buildout.cfg
component/numpy/buildout.cfg
+1
-1
component/scikit-learn/buildout.cfg
component/scikit-learn/buildout.cfg
+1
-0
No files found.
component/numpy/buildout.cfg
View file @
f4d6edce
...
...
@@ -6,7 +6,7 @@ extends =
[numpy-env]
PATH = ${gcc-fortran:location}/bin:%(PATH)s
BLAS = ${openblas:location}/lib/libopenblas.so
OPEN
BLAS = ${openblas:location}/lib/libopenblas.so
LAPACK = ${openblas:location}/lib/libopenblas.so
ATLAS = ${openblas:location}/lib/libopenblas.so
...
...
component/scikit-learn/buildout.cfg
View file @
f4d6edce
[buildout]
extends =
../numpy/buildout.cfg
../scipy/buildout.cfg
parts =
scikit-learn
...
...
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