Merge pull request 'less jobs for HDF' (#5) from master into release
SHS Gitea/docker/pipeline/head Something is wrong with the build of this commit
SHS Gitea/docker/pipeline/head Something is wrong with the build of this commit
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
+1
-1
@@ -188,7 +188,7 @@ WORKDIR /soft
|
|||||||
RUN git clone -b hdf5_${CUR_HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git \
|
RUN git clone -b hdf5_${CUR_HDF5_VERSION} --depth 1 https://github.com/HDFGroup/hdf5.git \
|
||||||
&& mkdir hdf5_build && cd hdf5_build \
|
&& mkdir hdf5_build && cd hdf5_build \
|
||||||
&& cmake -C/soft/hdf5_cache.cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN} -DCMAKE_BUILD_TYPE=Release -DHDF5_BUILD_CPP_LIB=1 -DBUILD_TESTING=0 ../hdf5 \
|
&& cmake -C/soft/hdf5_cache.cmake -DCMAKE_INSTALL_PREFIX=${INSTALL_DIR} -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN} -DCMAKE_BUILD_TYPE=Release -DHDF5_BUILD_CPP_LIB=1 -DBUILD_TESTING=0 ../hdf5 \
|
||||||
&& make -j${JOBS_COUNT} && make install && cd /soft && rm -rf hdf5 hdf5_build /soft/hdf5_cache.cmake
|
&& make -j${JOBS_QT_COUNT} && make install && cd /soft && rm -rf hdf5 hdf5_build /soft/hdf5_cache.cmake
|
||||||
|
|
||||||
|
|
||||||
# curl (should be last)
|
# curl (should be last)
|
||||||
|
|||||||
Reference in New Issue
Block a user