Skip to content
Snippets Groups Projects
Commit 86303732 authored by Nick Bearson's avatar Nick Bearson
Browse files

libhimawari requires boost to build python bindings

parent e61005e8
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \ ...@@ -95,6 +95,7 @@ RUN mkdir -p ${BUILD} && cd ${BUILD} && \
# add libHimawari # add libHimawari
# not large, not sure what's important, build it outside of ${BUILD} for now # not large, not sure what's important, build it outside of ${BUILD} for now
RUN apt-get install -y libboost-dev
RUN cd ${OPT} && git clone https://gitlab.ssec.wisc.edu/rayg/himawari.git himawari && \ RUN cd ${OPT} && git clone https://gitlab.ssec.wisc.edu/rayg/himawari.git himawari && \
(cd himawari/src; unset CXX CC LD F9X; make) && \ (cd himawari/src; unset CXX CC LD F9X; make) && \
(cd himawari/; python setup.py install) (cd himawari/; python setup.py install)
......
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