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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Thompson
slapos
Commits
3ab92644
Commit
3ab92644
authored
Nov 18, 2022
by
Xavier Thompson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/{numpy,scipy}: Drop Python<3.8 compatibility
parent
9b6049fb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
32 deletions
+18
-32
component/numpy/buildout.cfg
component/numpy/buildout.cfg
+6
-12
component/numpy/openblas.cfg
component/numpy/openblas.cfg
+0
-1
component/scipy/buildout.cfg
component/scipy/buildout.cfg
+12
-19
No files found.
component/numpy/buildout.cfg
View file @
3ab92644
...
...
@@ -9,21 +9,15 @@ BLAS=None
LAPACK=None
ATLAS=None
[numpy]
recipe = zc.recipe.egg:custom
egg = numpy
environment = numpy-env
[versions]
numpy = 1.16.4
[numpy:sys.version_info >= (3,8)]
depends = ${numpy-pythonpath:recipe}
[numpy-pythonpath]
<= macro.pythonpath.eggs
environment = numpy-env
eggs = ${cython:egg}
[versions:sys.version_info >= (3,8)]
[numpy]
recipe = zc.recipe.egg:custom
egg = numpy
environment = ${numpy-pythonpath:environment}
[versions]
numpy = 1.22.0
component/numpy/openblas.cfg
View file @
3ab92644
...
...
@@ -10,5 +10,4 @@ LAPACK = ${openblas:location}/lib/libopenblas.so
ATLAS = ${openblas:location}/lib/libopenblas.so
[numpy]
environment = numpy-env
rpath = ${openblas:location}/lib
component/scipy/buildout.cfg
View file @
3ab92644
...
...
@@ -7,24 +7,6 @@ parts = scipy
[scipy-env]
<= numpy-env
[scipy]
recipe = zc.recipe.egg:custom
egg = scipy
environment = scipy-env
setup-eggs = ${numpy:egg}
rpath = ${numpy:rpath}
[versions]
scipy = 1.0.1
[scipy:sys.version_info >= (3,8)]
depends = ${scipy-pythonpath:recipe}
[scipy-pythonpath]
<= macro.pythonpath.eggs
environment = scipy-env
eggs = ${scipy-setup-eggs:eggs}
[scipy-setup-eggs]
recipe = zc.recipe.egg
eggs =
...
...
@@ -34,7 +16,18 @@ eggs =
pythran
pybind11
[versions:sys.version_info >= (3,8)]
[scipy-pythonpath]
<= macro.pythonpath.eggs
environment = scipy-env
eggs = ${scipy-setup-eggs:eggs}
[scipy]
recipe = zc.recipe.egg:custom
egg = scipy
environment = ${scipy-pythonpath:environment}
rpath = ${numpy:rpath}
[versions]
pybind11 = 2.9.2
scipy = 1.8.1
beniget = 0.4.1
...
...
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