Skip to content
Snippets Groups Projects
Commit 0d0f9487 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

Merge branch 'nifty4_add_cython' into 'NIFTy_4'

Add cython to Dockerfile such that pyfftw can be installed

See merge request ift/NIFTy!278
parents 282a9497 faf80dfa
Branches NIFTy_4
No related tags found
1 merge request!278Add cython to Dockerfile such that pyfftw can be installed
Pipeline #43065 passed
...@@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y \ ...@@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y \
git \ git \
# Packages needed for NIFTy # Packages needed for NIFTy
libfftw3-dev \ libfftw3-dev \
python python-pip python-dev python-future python-scipy \ python python-pip python-dev python-future python-scipy cython \
python3 python3-pip python3-dev python3-future python3-scipy \ python3 python3-pip python3-dev python3-future python3-scipy cython3 \
# Documentation build dependencies # Documentation build dependencies
python-sphinx python-sphinx-rtd-theme python-numpydoc \ python-sphinx python-sphinx-rtd-theme python-numpydoc \
# Testing dependencies # Testing dependencies
......
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