commit
6047fb7b63
1 changed files with 3 additions and 21 deletions
|
|
@ -8,8 +8,6 @@ ENV OS_IDENTIFIER opensuse-42
|
|||
|
||||
RUN zypper --non-interactive update
|
||||
RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
||||
atlascpp-devel \
|
||||
blas-devel \
|
||||
bzip2 \
|
||||
cairo-devel \
|
||||
fdupes \
|
||||
|
|
@ -20,7 +18,6 @@ RUN zypper --non-interactive --gpg-auto-import-keys -n install \
|
|||
glibc-locale \
|
||||
help2man \
|
||||
java-1_8_0-openjdk-devel \
|
||||
lapack-devel \
|
||||
libX11-devel \
|
||||
libXScrnSaver-devel \
|
||||
libXmu-devel \
|
||||
|
|
@ -73,8 +70,6 @@ ENV MAKEINFO=makeinfo
|
|||
# Configure flags for SUSE that don't use the defaults in build.sh
|
||||
ENV CONFIGURE_OPTIONS="\
|
||||
--enable-R-shlib \
|
||||
--with-blas \
|
||||
--with-lapack \
|
||||
--with-tcltk \
|
||||
--with-x \
|
||||
--enable-memory-profiling \
|
||||
|
|
|
|||
Loading…
Reference in a new issue