From 9be78e36bcba408864db391bdcd452770ad8e078 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (h)" <j.wuttke@fz-juelich.de> Date: Mon, 28 Mar 2022 12:03:13 +0200 Subject: [PATCH] hugo: rm boost::filesystem --- hugo/content/installation/building/unix/third-party.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/content/installation/building/unix/third-party.md b/hugo/content/installation/building/unix/third-party.md index b898c3275e1..0f87ea08ff6 100644 --- a/hugo/content/installation/building/unix/third-party.md +++ b/hugo/content/installation/building/unix/third-party.md @@ -43,7 +43,7 @@ Install required packages: $ sudo apt-get install build-essential git cmake \ libgsl-dev libeigen3-dev libfftw3-dev \ python3 python3-dev python3-numpy python3-matplotlib \ - libtiff5-dev libboost-dev libboost-filesystem-dev \ + libtiff5-dev libboost-dev libboost-program-options-dev libboost-regex-dev \ libboost-iostreams-dev \ qt5-default libqt5designercomponents5 qttools5-dev \ -- GitLab