Skip to content

Commit

Permalink
Add back LAPACK.
Browse files Browse the repository at this point in the history
  • Loading branch information
prj- committed Jan 18, 2020
1 parent 166e685 commit 50973cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions freefem-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
git \
make \
libopenblas-base \
liblapack3 \
libhdf5-dev \
libgsl-dev \
libarpack2 \
Expand All @@ -36,8 +37,6 @@ WORKDIR $DIRPATH
# Configure FreeFEM and download PETSc
RUN autoreconf -i \
&& ./configure --enable-download --enable-optim --enable-generic --prefix=/usr/freefem/ \
--with-lapack="/usr/lib/x86_64-linux-gnu/openblas/libblas" \
--with-blas="/usr/lib/x86_64-linux-gnu/libopenblas /usr/lib/x86_64-linux-gnu/openblas/liblapack" \
&& ./3rdparty/getall -o PETSc -a

# Compile PETSc/SLEPc and reconfigure FreeFEM
Expand All @@ -57,6 +56,7 @@ LABEL maintainer="https://github.com/orgs/FreeFem/people"
# Install dependencies
RUN apt-get update && apt-get install -y \
libopenblas-base \
liblapack3 \
libhdf5-dev \
libgsl-dev \
libarpack2 \
Expand Down

0 comments on commit 50973cd

Please sign in to comment.