]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
install-deps.sh: install boost 1.75 on focal
authorKefu Chai <kchai@redhat.com>
Thu, 18 Mar 2021 11:50:58 +0000 (19:50 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 19 Mar 2021 12:35:51 +0000 (20:35 +0800)
we bump boost on regular basis. let's take the opportunity of moving to
focal to use boost v1.75.

v1.73 was used before this change. since both boost 1.75 and boost 1.73
install some files at the same places, we need to remove boost 1.73
before installing boost 1.75.

Signed-off-by: Kefu Chai <kchai@redhat.com>
install-deps.sh

index 4f4fb7b24d6576db368786b42ba66f3f652ed7ca..624148fd7d3642f9a61bec2ff2fe71b8022495d5 100755 (executable)
@@ -309,6 +309,7 @@ else
                 $with_zbd && install_libzbd_on_ubuntu bionic
                 ;;
             *Focal*)
+                [ ! $NO_BOOST_PKGS ] && install_boost_on_ubuntu focal
                 $with_zbd && install_libzbd_on_ubuntu focal
                 ;;
             *)