Skip to content

Commit 358909c

Browse files
committed
Install gcc in the release Docker using apt
1 parent 56114ff commit 358909c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

release/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM continuumio/anaconda3
33
WORKDIR /root
44

55
RUN apt-get update \
6-
&& apt-get install -y libc6-i386 libc6 linux-headers-amd64 git make zip graphviz inkscape texlive-xetex texlive-fonts-recommended texlive-latex-extra librsvg2-bin docbook2x latexmk \
6+
&& apt-get install -y libc6-i386 libc6 linux-headers-amd64 git make zip graphviz inkscape texlive-xetex texlive-fonts-recommended texlive-latex-extra librsvg2-bin docbook2x latexmk libatlas-dev libatlas-base-dev liblapack-dev gfortran gcc \
77
&& apt-get -y clean
88

99
RUN conda config --add channels conda-forge

release/rever.xsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def mailmap_update():
7070
@activity
7171
def test_sympy():
7272
with run_in_conda_env(['mpmath', 'matplotlib>=2.2', 'numpy', 'scipy', 'theano',
73-
'ipython', 'gmpy2', 'fastcache', 'symengine', 'libgfortran', 'libgcc',
74-
'gcc', 'cython', 'tensorflow', 'llvmlite', 'wurlitzer', 'autowrap',
73+
'ipython', 'gmpy2', 'fastcache', 'symengine', 'libgfortran', 'cython',
74+
'tensorflow', 'llvmlite', 'wurlitzer', 'autowrap',
7575
'python-symengine=0.3.*', 'numexpr', 'antlr-python-runtime>=4.7,<4.8',
7676
'antlr>=4.7,<4.8'], 'sympy-tests'):
7777

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy