File tree 4 files changed +25
-25
lines changed
4 files changed +25
-25
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- os : [ubuntu-20 .04]
21
+ os : [ubuntu-22 .04]
22
22
build_type : [Release]
23
23
build_python : [ON]
24
24
compiler : [gcc, clang]
25
25
magnum_gui : [ON, OFF]
26
- dart_tag : ["v6.12 .1"]
26
+ dart_tag : ["v6.13 .1"]
27
27
env :
28
28
COMPILER : ${{ matrix.compiler }}
29
29
BUILD_TYPE : ${{ matrix.build_type }}
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ if [ "$COMPILER" = "clang" ]; then
12
12
export CC=/usr/bin/clang && export CXX=/usr/bin/clang++
13
13
fi
14
14
15
- # Build pybind11 if needed; for clang we need at least v2.5.0
16
- if [ " $COMPILER " = " clang" ]; then
17
- git clone https://github.com/pybind/pybind11 -b ' v2.5.0' --single-branch --depth 1
18
- cd pybind11
19
- mkdir build && cd build
20
- cmake .. -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF
21
- make -j4
22
- sudo make install
23
- cd ../..
24
- fi
15
+ # # Build pybind11 if needed; for clang we need at least v2.5.0
16
+ # if [ "$COMPILER" = "clang" ]; then
17
+ # git clone https://github.com/pybind/pybind11 -b 'v2.5.0' --single-branch --depth 1
18
+ # cd pybind11
19
+ # mkdir build && cd build
20
+ # cmake .. -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF
21
+ # make -j4
22
+ # sudo make install
23
+ # cd ../..
24
+ # fi
25
25
26
26
git clone https://github.com/dartsim/dart.git
27
27
cd dart
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ sudo apt-get install -y --no-install-recommends build-essential cmake pkg-config
7
7
sudo ln -s /usr/bin/python3 /usr/bin/python
8
8
9
9
# if gcc, we can safely use the official package, for clang we need to build it
10
- if [ " $COMPILER " = " gcc" ]; then
11
- sudo apt-get install -y --no-install-recommends pybind11-dev
12
- fi
10
+ # if [ "$COMPILER" = "gcc" ]; then
11
+ sudo apt-get install -y --no-install-recommends pybind11-dev
12
+ # fi
13
13
14
14
if [ " $MAGNUM_GUI " = " ON" ]; then
15
15
sudo apt-get install -y --no-install-recommends libopenal-dev libglfw3-dev libsdl2-dev libdevil-dev libpng-dev libfaad-dev libfreetype6-dev libglm-dev
Original file line number Diff line number Diff line change 1
- # Build pybind11 if needed; for clang we need at least v2.5.0
2
- if [ " $COMPILER " = " clang" ]; then
3
- git clone https://github.com/pybind/pybind11 -b ' v2.5.0' --single-branch --depth 1
4
- cd pybind11
5
- mkdir build && cd build
6
- cmake .. -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF
7
- make -j4
8
- sudo make install
9
- cd ../..
10
- fi
1
+ # # Build pybind11 if needed; for clang we need at least v2.5.0
2
+ # if [ "$COMPILER" = "clang" ]; then
3
+ # git clone https://github.com/pybind/pybind11 -b 'v2.5.0' --single-branch --depth 1
4
+ # cd pybind11
5
+ # mkdir build && cd build
6
+ # cmake .. -DCMAKE_BUILD_TYPE=Release -DPYBIND11_TEST=OFF
7
+ # make -j4
8
+ # sudo make install
9
+ # cd ../..
10
+ # fi
You can’t perform that action at this time.
0 commit comments