Skip to content
Snippets Groups Projects
Verified Commit 6afa8674 authored by Olivier Benz's avatar Olivier Benz
Browse files

Rename build arg: LAPACK -> BLAS

parent 959f7043
No related branches found
No related tags found
No related merge requests found
Pipeline #9535 passed
......@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0" \
ARG IMAGE=debian:bullseye
ARG DEBIAN_FRONTEND=noninteractive
ARG LAPACK=libopenblas-dev
ARG BLAS=libopenblas-dev
ARG R_VERSION=4.1.1
ARG BUILD_DATE
ARG CRAN=https://cran.rstudio.com
......@@ -45,7 +45,7 @@ RUN apt-get update \
libicu-dev \
'^libjpeg.*-turbo.*-dev$' \
liblzma-dev \
${LAPACK} \
${BLAS} \
libpangocairo-1.0.0 \
libpaper-utils \
'^libpcre[2|3]-dev$' \
......
......@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0" \
ARG IMAGE=debian:bullseye
ARG DEBIAN_FRONTEND=noninteractive
ARG LAPACK=libopenblas-dev
ARG BLAS=libopenblas-dev
ARG R_VERSION=4.1.2
ARG BUILD_DATE
ARG CRAN=https://cran.rstudio.com
......@@ -45,7 +45,7 @@ RUN apt-get update \
libicu-dev \
'^libjpeg.*-turbo.*-dev$' \
liblzma-dev \
${LAPACK} \
${BLAS} \
libpangocairo-1.0.0 \
libpaper-utils \
'^libpcre[2|3]-dev$' \
......
......@@ -13,7 +13,7 @@ LABEL org.opencontainers.image.licenses="GPL-2.0" \
ARG IMAGE=debian:bullseye
ARG DEBIAN_FRONTEND=noninteractive
ARG LAPACK=libopenblas-dev
ARG BLAS=libopenblas-dev
ARG R_VERSION=4.1.3
ARG BUILD_DATE
ARG CRAN=https://cran.rstudio.com
......@@ -45,7 +45,7 @@ RUN apt-get update \
libicu-dev \
'^libjpeg.*-turbo.*-dev$' \
liblzma-dev \
${LAPACK} \
${BLAS} \
libpangocairo-1.0.0 \
libpaper-utils \
'^libpcre[2|3]-dev$' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment