Skip to content

Commit

Permalink
Removed external netlib-lapack from ubuntu package config file
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed May 14, 2024
1 parent 7642454 commit 250a035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ARG HOST_CONFIG=docker-$SPEC
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y
RUN apt-get upgrade -y
RUN apt-get install -y build-essential git gfortran mpich autotools-dev autoconf sqlite pkg-config uuid gettext cmake libncurses-dev libgdbm-dev libffi-dev libssl-dev libexpat-dev libreadline-dev liblapack-dev libbz2-dev locales python python3 unzip libtool wget curl tk-dev
RUN apt-get install -y build-essential git gfortran mpich autotools-dev autoconf sqlite pkg-config uuid gettext cmake libncurses-dev libgdbm-dev libffi-dev libssl-dev libexpat-dev libreadline-dev libbz2-dev locales python python3 unzip libtool wget curl tk-dev

# Setup system locale for pip package encoding/decoding
RUN locale-gen en_US.UTF-8
Expand Down
7 changes: 2 additions & 5 deletions scripts/spack/configs/ubuntu20.04/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ packages:
mpi: [mpich]
blas: [netlib-lapack]
lapack: [netlib-lapack]
pkgconfig: [pkg-config]
pkgconf: [pkg-config]
# ------ SYSTEM LIBS -------
ncurses:
externals:
Expand Down Expand Up @@ -116,8 +118,3 @@ packages:
- spec: fontconfig@2.13.1
prefix: /usr
buildable: false
netlib-lapack:
externals:
- spec: netlib-lapack@3.9.0
prefix: /usr
buildable: false

0 comments on commit 250a035

Please sign in to comment.