File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
docker/gnocchi/gnocchi-base Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,6 @@ RUN {{ macros.install_pip(gnocchi_base_pip_packages | customizable("pip_packages
51
51
'librados2-devel' ,
52
52
] %}
53
53
54
- # on x86-64 pip grabs precompiled numpy/scipy - on aarch64/ppc64le
55
- # it needs to be built
56
-
57
- {% if base_arch != 'x86_64' %}
58
- {% set gnocchi_base_packages = gnocchi_base_packages + [
59
- 'blas-devel' ,
60
- 'lapack-devel'
61
- ] %}
62
- {% endif %}
63
-
64
54
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}
65
55
RUN mkdir -p /var/www/cgi-bin/gnocchi
66
56
{% elif base_package_type == 'deb' %}
@@ -69,16 +59,6 @@ RUN mkdir -p /var/www/cgi-bin/gnocchi
69
59
'librados-dev' ,
70
60
] %}
71
61
72
- # on x86-64 pip grabs precompiled numpy/scipy - on aarch64/ppc64le
73
- # it needs to be built
74
-
75
- {% if base_arch != 'x86_64' %}
76
- {% set gnocchi_base_packages = gnocchi_base_packages + [
77
- 'libblas-dev' ,
78
- 'liblapack-dev'
79
- ] %}
80
- {% endif %}
81
-
82
62
{{ macros.install_packages(gnocchi_base_packages | customizable("packages")) }}
83
63
84
64
{% endif %}
You can’t perform that action at this time.
0 commit comments