From: fvanmaele <41079259+fvanmaele@users.noreply.github.com> Date: Tue, 10 Jul 2018 17:33:07 +0000 (+0200) Subject: Update apt-get instructions for debian9.platform X-Git-Tag: v9.0.0~6^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F88%2Fhead;p=candi.git Update apt-get instructions for debian9.platform On Debian 9, `libblas3gf` and `liblapack3gf` are replaced by `libblas3` and `liblapack3`, respectively. These were previous [transitional](https://packages.debian.org/jessie/libblas3gf) [packages](https://packages.debian.org/jessie/liblapack3gf) in the previous Debian 8 release. Also replace "ubuntu's" with "debian's" in the description. --- diff --git a/deal.II-toolchain/platforms/supported/debian9.platform b/deal.II-toolchain/platforms/supported/debian9.platform index bbd5ea3..900b196 100644 --- a/deal.II-toolchain/platforms/supported/debian9.platform +++ b/deal.II-toolchain/platforms/supported/debian9.platform @@ -1,11 +1,11 @@ # debian 9 # # This build script assumes that you have several packages already -# installed via ubuntu's apt-get using the following commands: +# installed via debian's apt-get using the following commands: # # > sudo apt-get install build-essential automake autoconf gfortran \ # openmpi-bin openmpi-common libopenmpi-dev cmake subversion git \ -# libblas-dev liblapack-dev libblas3gf liblapack3gf splint tcl tcl-dev \ +# libblas-dev liblapack-dev libblas3 liblapack3 splint tcl tcl-dev \ # environment-modules libsuitesparse-dev libtool libboost-all-dev \ # qt4-dev-tools #