File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Install Dependencies
24
24
run : |
25
25
sudo apt-get -y update
26
- sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev lcov
26
+ sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev lcov ninja-build
27
27
pip install -U setuptools pytest pytest-cov numpy scipy
28
28
29
29
- name : Build (C++)
Original file line number Diff line number Diff line change 23
23
- name : Install Dependencies
24
24
run : |
25
25
sudo apt-get -y update
26
- sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev
26
+ sudo apt-get install --no-install-recommends -y build-essential cmake python3-pip pybind11-dev libeigen3-dev libfmt-dev libtbb-dev libomp-dev libpcl-dev libgtest-dev ninja-build
27
27
pip install -U setuptools pytest numpy scipy
28
28
29
29
- name : Build
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
7
7
RUN apt-get update && apt-get install --no-install-recommends -y \
8
8
&& apt-get install --no-install-recommends -y \
9
9
wget nano build-essential git cmake python3-dev python3-pip pybind11-dev \
10
- libeigen3-dev libomp-dev
10
+ libeigen3-dev libomp-dev ninja-build
11
11
12
12
RUN mkdir -p ~/.config/pip
13
13
RUN echo "[global]\nbreak-system-packages=true" > ~/.config/pip/pip.conf
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive
7
7
RUN apt-get update && apt-get install --no-install-recommends -y \
8
8
&& apt-get install --no-install-recommends -y \
9
9
wget nano build-essential git cmake python3-dev python3-pip pybind11-dev \
10
- libeigen3-dev libomp-dev
10
+ libeigen3-dev libomp-dev ninja-build
11
11
12
12
RUN apt-get update && apt-get install --no-install-recommends -y \
13
13
&& apt-get install --no-install-recommends -y \
You can’t perform that action at this time.
0 commit comments