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

fixed dockerfiles for openmp fftw

parent 99f4c0d8
No related branches found
No related tags found
1 merge request!3Resolve "Sine and cosine transforms to solve homogeneous Neumann and Dirichlet problems"
......@@ -205,6 +205,7 @@ RUN cd /tmp \
&& git clone https://github.com/drwells/pyFFTW \
&& cd pyFFTW \
&& git checkout r2r-try-two \
&& sed -i 's/\(fftw3[fl]\?_\)threads/\1omp/g' setup.py \
&& pip install . \
&& cd - \
&& rm -Rf /tmp/pyFFTW
......
......@@ -205,6 +205,7 @@ RUN cd /tmp \
&& git clone https://github.com/drwells/pyFFTW \
&& cd pyFFTW \
&& git checkout r2r-try-two \
&& sed -i 's/\(fftw3[fl]\?_\)threads/\1omp/g' setup.py \
&& pip install . \
&& cd - \
&& rm -Rf /tmp/pyFFTW
......
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