Skip to content

Commit 3044da4

Browse files
authored
Merge pull request #234 from rock-core/update_python_osdeps
Organize python osdeps in version specific files
2 parents cdfc02b + 8df7422 commit 3044da4

File tree

3 files changed

+22
-16
lines changed

3 files changed

+22
-16
lines changed

rock.osdeps

-16
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ sysfs:
2525
arch,manjarolinux: sysfsutils
2626
opensuse: [sysfsutils-devel, sysfsutils]
2727

28-
scipy:
29-
debian,ubuntu: python-scipy
30-
opensuse: python-scipy
31-
3228
ode:
3329
debian,ubuntu: libode-dev
3430
# opensuse: [libode1, libode-devel] # available in repository games
@@ -37,10 +33,6 @@ soqt:
3733
debian,ubuntu: libsoqt4-dev
3834
# opensuse: SoQt-devel # available in repository Packman
3935

40-
sympy:
41-
debian,ubuntu: python-sympy
42-
opensuse: python-sympy
43-
4436
assimp:
4537
debian,ubuntu: libassimp-dev
4638
# opensuse: [libassimp3, assimp-devel] # available in repository games
@@ -373,14 +365,6 @@ tools/rbind:
373365
debian,ubuntu: libffi-dev
374366
opensuse: libffi-devel
375367

376-
numpy:
377-
debian, ubuntu: python-numpy
378-
opensuse: python-numpy
379-
380-
cython:
381-
debian, ubuntu: cython
382-
opensuse: python-Cython
383-
384368
unzip:
385369
debian, ubuntu: unzip
386370
opensuse: unzip

rock.osdeps-python2

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
numpy:
2+
debian, ubuntu: python-numpy
3+
opensuse: python-numpy
4+
5+
scipy:
6+
debian,ubuntu: python-scipy
7+
opensuse: python-scipy
8+
9+
sympy:
10+
debian,ubuntu: python-sympy
11+
opensuse: python-sympy

rock.osdeps-python3

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
numpy:
2+
debian, ubuntu: python3-numpy
3+
opensuse: python3-numpy
4+
5+
scipy:
6+
debian,ubuntu: python3-scipy
7+
opensuse: python3-scipy
8+
9+
sympy:
10+
debian,ubuntu: python3-sympy
11+
opensuse: python3-sympy

0 commit comments

Comments
 (0)