Skip to content

Commit 722eca2

Browse files
committed
Add forgotten libfmt
1 parent 57cc75c commit 722eca2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/install_packages.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ sudo apt-get -qq update
22
sudo apt-get -y install software-properties-common mlocate
33
sudo apt-add-repository -y ppa:dartsim/ppa
44
sudo apt-get -qq update
5-
sudo apt-get install -y --no-install-recommends build-essential cmake pkg-config git libeigen3-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev libbullet-dev libode-dev liboctomap-dev libtinyxml-dev libtinyxml2-dev liburdfdom-dev liburdfdom-headers-dev python3-pip python3-numpy libpython3-dev libxi-dev libxmu-dev freeglut3-dev libopenscenegraph-dev libassimp-dev
5+
sudo apt-get install -y --no-install-recommends build-essential cmake pkg-config git libeigen3-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev libbullet-dev libode-dev liboctomap-dev libtinyxml-dev libtinyxml2-dev liburdfdom-dev liburdfdom-headers-dev python3-pip python3-numpy libpython3-dev libxi-dev libxmu-dev freeglut3-dev libopenscenegraph-dev libassimp-dev libfmt-dev pybind11-dev
66

77
sudo ln -s /usr/bin/python3 /usr/bin/python
88

9-
# if gcc, we can safely use the official package, for clang we need to build it
9+
# # if gcc, we can safely use the official package, for clang we need to build it
1010
# if [ "$COMPILER" = "gcc" ]; then
11-
sudo apt-get install -y --no-install-recommends pybind11-dev
11+
# sudo apt-get install -y --no-install-recommends pybind11-dev
1212
# fi
1313

1414
if [ "$MAGNUM_GUI" = "ON" ]; then

0 commit comments

Comments
 (0)