Merge pull request #11 from rstudio/openblas

Update BLAS libraries
This commit is contained in:
Greg Lin 2019-07-15 12:48:44 -05:00 committed by GitHub
commit 6047fb7b63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \