Skip to content

Commit

Permalink
System hdf5
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jul 5, 2023
1 parent 39abe03 commit fc882df
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/3.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ RUN cd ${SRC_PATH} && tar -xzf v${NEST_VERSION}.tar.gz && ls -l
RUN python3 -m pip install -r ${SRC_PATH}/nest-simulator-${NEST_VERSION}/doc/requirements.txt && \
python3 -m pip install sphinx_gallery==0.10.1

#-DHDF5_DIR=/opt/hdf5 \
#-DHDF5_LIBRARIES=/opt/hdf5/lib \
#-DHDF5_INCLUDE_DIRS=/opt/hdf5/include \
ARG HDF5_DISABLE_VERSION_CHECK=2
ENV HDF5_ROOT=/opt/hdf5
#ENV PATH="${PATH}:/opt/hdf5"
RUN mkdir nest-build && cd nest-build && \
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/nest \
-Dwith-warning=ON \
Expand All @@ -30,7 +24,7 @@ RUN mkdir nest-build && cd nest-build && \
-Dwith-openmp=ON \
-Dwith-libneurosim=OFF \
-Dwith-music=/opt/music-install \
-Dwith-hdf5=/opt/hdf5 \
-Dwith-hdf5=ON \
${SRC_PATH}/nest-simulator-${NEST_VERSION} && \
make -j $(nproc) && \
make docs && \
Expand All @@ -44,9 +38,6 @@ RUN mkdir nest-build && cd nest-build && \
FROM docker-registry.ebrains.eu/nest/nest-simulator:nest-simulator-deploy-base
LABEL maintainer="[email protected]"

ENV HDF5_DISABLE_VERSION_CHECK=1
ENV HDF5_ROOT=/opt/hdf5

COPY --from=builder /opt/nest /opt/nest
COPY --from=builder /opt/music-install /opt/music-install
# COPY --from=builder /opt/hdf5 /opt/hdf5
Expand Down

0 comments on commit fc882df

Please sign in to comment.