Skip to content
Snippets Groups Projects
Commit c4bbfa68 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-612: Do not build DAL tests

parent c6e8d32b
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqi ...@@ -147,7 +147,7 @@ RUN apt-get update && apt-get install -y sasl2-bin libuuid1 libnss3 libnspr4 xqi
RUN apt-get update && apt-get install -y git cmake g++ swig3.0 python3-dev libhdf5-dev && \ RUN apt-get update && apt-get install -y git cmake g++ swig3.0 python3-dev libhdf5-dev && \
mkdir ${INSTALLDIR}/DAL && \ mkdir ${INSTALLDIR}/DAL && \
cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout v3.3.1 && cd .. && \ cd ${INSTALLDIR}/DAL && git clone https://github.com/nextgen-astrodata/DAL.git src && cd src && git checkout v3.3.1 && cd .. && \
mkdir ${INSTALLDIR}/DAL/build && cd ${INSTALLDIR}/DAL/build && cmake -DPYTHON_INCLUDE_DIR=/usr/include/python${PYTHON_VERSION} -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython${PYTHON_VERSION}m.so -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/DAL ../src && \ mkdir ${INSTALLDIR}/DAL/build && cd ${INSTALLDIR}/DAL/build && cmake -DPYTHON_INCLUDE_DIR=/usr/include/python${PYTHON_VERSION} -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython${PYTHON_VERSION}m.so -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=${INSTALLDIR}/DAL ../src && \
make -j ${J} && \ make -j ${J} && \
make install && \ make install && \
bash -c "find ${INSTALLDIR}/DAL/lib -name '*.so' | xargs strip || true" && \ bash -c "find ${INSTALLDIR}/DAL/lib -name '*.so' | xargs strip || true" && \
......
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