Skip to content
Snippets Groups Projects
Commit 86ee256e authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

Merge branch...

Merge branch '11-sine-and-cosine-transforms-to-solve-homogeneous-neumann-and-dirichlet-problems' of gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop into 11-sine-and-cosine-transforms-to-solve-homogeneous-neumann-and-dirichlet-problems
parents fbe55a1b 38b96941
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
Pipeline #17201 canceled
...@@ -48,10 +48,10 @@ RUN apt-get install -y libcairomm-1.0-dev ...@@ -48,10 +48,10 @@ RUN apt-get install -y libcairomm-1.0-dev
RUN apt-get install -y python RUN apt-get install -y python
RUN apt-get install -y python-dev RUN apt-get install -y python-dev
RUN apt-get install -y python-pip RUN apt-get install -y python-pip
RUN apt-get install -y python-tk
RUN apt-get install -y opencl-headers RUN apt-get install -y opencl-headers
RUN apt-get install -y ocl-icd-libopencl1 RUN apt-get install -y ocl-icd-libopencl1
RUN apt-get install -y clinfo RUN apt-get install -y clinfo
RUN apt-get install -y python-tk
# python packages # python packages
RUN pip install --upgrade pip RUN pip install --upgrade pip
...@@ -127,6 +127,7 @@ RUN ldconfig ...@@ -127,6 +127,7 @@ RUN ldconfig
# pyopencl # pyopencl
RUN cd /tmp \ RUN cd /tmp \
&& pip install pybind11 \
&& git clone https://github.com/inducer/pyopencl \ && git clone https://github.com/inducer/pyopencl \
&& cd pyopencl \ && cd pyopencl \
&& git submodule update --init \ && git submodule update --init \
......
...@@ -127,6 +127,7 @@ RUN ldconfig ...@@ -127,6 +127,7 @@ RUN ldconfig
# pyopencl # pyopencl
RUN cd /tmp \ RUN cd /tmp \
&& pip install pybind11 \
&& git clone https://github.com/inducer/pyopencl \ && git clone https://github.com/inducer/pyopencl \
&& cd pyopencl \ && cd pyopencl \
&& git submodule update --init \ && git submodule update --init \
......
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