]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
install-deps: unconditionally install boost libraries
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 8 Jan 2025 14:53:26 +0000 (09:53 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Thu, 27 Feb 2025 18:41:56 +0000 (13:41 -0500)
commit668a556322d8767b3e9e82230f099bcd9211f576
treee657085d4d308f7571a81c46029f803fa30bf35c
parent292f5ac45b8190223e97b3f9ae5904605de7a888
install-deps: unconditionally install boost libraries

If we add a new Boost component, the install-deps.sh script will not install it
because other Boost libraries are installed with the desired version. Just
unconditionally install. The package manager is smart enough to skip already
installed packages.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
install-deps.sh