Skip to content
Snippets Groups Projects
Commit 58c65383 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix arpack

parent 50bb513f
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,8 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN pacman -Sy --noconfirm make grep glibc awk sed
RUN pacman -Sy --noconfirm git
RUN pacman -Sy --noconfirm arpack openblas
RUN pacman -Sy --noconfirm arpack
RUN ln -s /usr/lib/libopenblas.so /usr/lib/libopenblas64_.so.0 # for Arpack.jl
RUN pacman -Sy --noconfirm texlive-most texlive-lang
RUN pacman -Sy --noconfirm qpdf poppler
RUN pacman -Sy --noconfirm python python-pip
......
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