@@ -11,7 +11,7 @@ ARG NUM_CORES=14
11
11
RUN yum install -y glew-devel boost-devel python3-devel
12
12
13
13
# fmt
14
- RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
14
+ RUN git clone https://github.com/fmtlib/fmt.git -b '11.0.0' \
15
15
&& mkdir -p fmt/build \
16
16
&& cmake fmt -B fmt/build \
17
17
-DCMAKE_BUILD_TYPE=Release \
@@ -22,7 +22,7 @@ RUN git clone https://github.com/fmtlib/fmt.git -b 10.2.1 \
22
22
&& rm -rf fmt
23
23
24
24
# assimp
25
- RUN git clone https://github.com/assimp/assimp.git -b 'v5.3 .1' \
25
+ RUN git clone https://github.com/assimp/assimp.git -b 'v5.4 .1' \
26
26
&& mkdir -p assimp/build \
27
27
&& cmake assimp -B assimp/build -DCMAKE_BUILD_TYPE=Release -DASSIMP_BUILD_TESTS=OFF -DASSIMP_WARNINGS_AS_ERRORS=OFF \
28
28
&& cmake --build assimp/build --target install -j${NUM_CORES} \
@@ -57,7 +57,7 @@ RUN git clone https://github.com/flexible-collision-library/fcl.git -b '0.7.0' \
57
57
&& rm -rf fcl
58
58
59
59
# Bullet
60
- RUN git clone https://github.com/bulletphysics/bullet3.git -b 3.25 \
60
+ RUN git clone https://github.com/bulletphysics/bullet3.git -b ' 3.25' \
61
61
&& mkdir -p bullet3/build \
62
62
&& cmake bullet3 -B bullet3/build -DCMAKE_BUILD_TYPE=Release -DBUILD_UNIT_TESTS=OFF -DBUILD_CPU_DEMOS=OFF -DBUILD_BULLET2_DEMOS=OFF \
63
63
&& cmake --build bullet3/build --target install -j${NUM_CORES} \
@@ -71,21 +71,21 @@ RUN git clone https://github.com/leethomason/tinyxml2.git -b '10.0.0' \
71
71
&& rm -rf tinyxml2
72
72
73
73
# console_bridge
74
- RUN git clone https://github.com/ros/console_bridge.git -b 1.0.2 \
74
+ RUN git clone https://github.com/ros/console_bridge.git -b ' 1.0.2' \
75
75
&& mkdir -p console_bridge/build \
76
76
&& cmake console_bridge -B console_bridge/build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \
77
77
&& cmake --build console_bridge/build --target install -j${NUM_CORES} \
78
78
&& rm -rf console_bridge
79
79
80
80
# urdfdom_headers
81
- RUN git clone https://github.com/ros/urdfdom_headers.git -b 1.1.1\
81
+ RUN git clone https://github.com/ros/urdfdom_headers.git -b ' 1.1.1' \
82
82
&& mkdir -p urdfdom_headers/build \
83
83
&& cmake urdfdom_headers -B urdfdom_headers/build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \
84
84
&& cmake --build urdfdom_headers/build --target install -j${NUM_CORES} \
85
85
&& rm -rf urdfdom_headers
86
86
87
87
# urdfdom
88
- RUN git clone https://github.com/ros/urdfdom.git -b 4.0.0 \
88
+ RUN git clone https://github.com/ros/urdfdom.git -b ' 4.0.0' \
89
89
&& mkdir -p urdfdom/build \
90
90
&& cmake urdfdom -B urdfdom/build -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF \
91
91
&& cmake --build urdfdom/build --target install -j${NUM_CORES} \
0 commit comments