Skip to content

Commit

Permalink
rename boost dir
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed May 1, 2024
1 parent 7c9bde0 commit abb0486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ngen
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################################################
ARG REPO_URL=https://github.com/NOAA-OWP/ngen.git \
BRANCH=master \
COMMIT \
COMMIT=f91e2ea \
TAG_NAME

################################################################################################################
Expand Down
4 changes: 3 additions & 1 deletion docker/Dockerfile.ngen-deps
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RUN pip3 install --upgrade pip \
#&& git checkout ${BLOSC2_VERSION} \
#&& git submodule update --init --recursive \
#&& python3 -m pip install -r requirements-build.txt \
#&& pip3 install . \
#vf&& pip3 install . \
&& pip3 install blosc2 \
&& pip3 install numpy pandas pyyaml bmipy Cython==3.0.3 netCDF4==1.6.3 wheel packaging \
&& HDF5_DIR=/usr pip3 install -v --no-build-isolation tables \
Expand All @@ -183,8 +183,10 @@ RUN pip3 install --upgrade pip \
# Also set up boost here, since we copied the download but only just installed bzip2 to work with it \
&& cd ${BOOST_ROOT} \
&& tar -xjf boost_${BOOST_VERSION//./_}.tar.bz2 \
&& mv boost_${BOOST_VERSION//./_} boost \
&& rm boost_${BOOST_VERSION//./_}.tar.bz2 \
&& rm -rf /tmp/ngen-deps

ENV PATH=${PATH}:/usr/lib64/mpich/bin
ENV LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/lib:/usr/local/lib64

0 comments on commit abb0486

Please sign in to comment.