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>
grep -e 'libboost[0-9].[0-9]\+-dev' |
cut -d' ' -f2 |
cut -d'.' -f1,2)
- if test -n "$installed_ver"; then
- if echo "$installed_ver" | grep -q "^$boost_ver"; then
- return
- fi
- fi
local codename=$1
local project=libboost
local sha1=55f34507d322314fb0294629b7c0bb406de07aec