write healpy_config file in Dockerfile
Compare changes
+ 26
− 38
RUN apt-get install -y build-essential python python-pip python-dev git gfortran autoconf gsl-bin libgsl-dev wget unzip
@@ -15,25 +15,23 @@ RUN ./configure --prefix=/usr/local/ && make && make install
@@ -15,25 +15,23 @@ RUN ./configure --prefix=/usr/local/ && make && make install
RUN ./configure --enable-threads --enable-openmp --enable-shared --prefix=/usr/local/ && make && make install
RUN wget http://downloads.sourceforge.net/project/healpix/Healpix_3.31/Healpix_3.31_2016Aug26.tar.gz && tar xzf Healpix_3.31_2016Aug26.tar.gz
@@ -41,15 +39,7 @@ ENV HEALPIX /home/Downloads/Healpix_3.31
@@ -41,15 +39,7 @@ ENV HEALPIX /home/Downloads/Healpix_3.31
@@ -67,27 +57,22 @@ RUN apt-get install -y libopenmpi-dev openmpi-bin openmpi-doc
@@ -67,27 +57,22 @@ RUN apt-get install -y libopenmpi-dev openmpi-bin openmpi-doc
RUN wget https://api.github.com/repos/h5py/h5py/tags -O - | grep tarball_url | grep -v rc | head -n 1 | cut -d '"' -f 4 | wget -i - -O h5py.tar.gz
@@ -95,12 +80,15 @@ WORKDIR ..
@@ -95,12 +80,15 @@ WORKDIR ..