Skip to content
Snippets Groups Projects
Commit bd85a331 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

eigenpy / focal

parent 2ff04f53
No related branches found
No related tags found
1 merge request!4Update robotpkg-test-rc.py for pinocchio v2.0.0 tests
ARG UBUNTU=focal
FROM ubuntu:$UBUNTU
ENV DEBIAN_FRONTEND=noninteractive CTEST_OUTPUT_ON_FAILURE=true
RUN apt-get update -y \
&& apt-get install -y \
build-essential \
cmake \
libboost-all-dev \
libeigen3-dev \
&& rm -rf /var/lib/apt/lists/*
ARG EIGENPY=2.2.2
ADD https://github.com/stack-of-tasks/eigenpy/releases/download/v${EIGENPY}/eigenpy-${EIGENPY}.tar.gz /
RUN tar xf /eigenpy-${EIGENPY}.tar.gz \
&& mkdir /eigenpy-${EIGENPY}/build
WORKDIR /eigenpy-${EIGENPY}/build
RUN cmake ..
RUN make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment