alpine: solve lapack dep conflict
This commit is contained in:
parent
5a74dfc67c
commit
d903cf883e
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ COPY --link --from=jags /JAGS-4.3.2 /JAGS-4.3.2
|
||||||
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
||||||
# Solution: first compile JAGS, then remove lapack & lapack-dev again
|
# Solution: first compile JAGS, then remove lapack & lapack-dev again
|
||||||
# # xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
# # xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
||||||
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run xorg-server xauth xinit xz libdeflate libdeflate-dev
|
RUN apk add -q --no-cache curl tar make blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run xorg-server xauth xinit xz libdeflate libdeflate-dev
|
||||||
|
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ COPY --link --from=jags /JAGS-4.3.2 /JAGS-4.3.2
|
||||||
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
||||||
# Solution: first compile JAGS, then remove lapack & lapack-dev again
|
# Solution: first compile JAGS, then remove lapack & lapack-dev again
|
||||||
# # xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
# # xvfb: for graphical pkgs requiring tcl, like gWidgets2tcltk
|
||||||
RUN apk add -q --no-cache curl tar make lapack lapack-dev blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run xorg-server xauth xinit xz libdeflate libdeflate-dev
|
RUN apk add -q --no-cache curl tar make blas blas-dev gcc gfortran g++ htop git cmake tk-dev xvfb xvfb-run xorg-server xauth xinit xz libdeflate libdeflate-dev
|
||||||
|
|
||||||
### CUSTOM DEPENDENCIES
|
### CUSTOM DEPENDENCIES
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue