Skip to content
Snippets Groups Projects
Verified Commit 5bd9ac58 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

added pkg-config

parent bbf4d76b
Branches
No related tags found
No related merge requests found
Pipeline #19401 failed
......@@ -9,6 +9,6 @@ RUN wget https://futhark-lang.org/releases/futhark-nightly-linux-x86_64.tar.xz
RUN xz -d futhark-nightly-linux-x86_64.tar.xz && tar xvf futhark-nightly-linux-x86_64.tar
RUN cd futhark-nightly-linux-x86_64/ && make install
RUN apt install -y opencl-headers ocl-icd-opencl-dev
RUN apt install -y python3 python3-pip python3-setuptools python3-wheel ninja-build
RUN apt install -y python3 python3-pip python3-setuptools python3-wheel ninja-build pkg-config
RUN pip3 install --user meson
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment