mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Toolchain: Suppress build of ninja unit tests
This commit is contained in:
parent
5257749bb0
commit
fa5cb7cece
1 changed files with 3 additions and 1 deletions
|
|
@ -38,8 +38,10 @@ case "${with_ninja}" in
|
|||
mkdir -p ${pkg_install_dir}
|
||||
tar -xzf ninja-v${ninja_ver}.tar.gz
|
||||
cd ninja-${ninja_ver}
|
||||
cmake -DCMAKE_INSTALL_PREFIX=${pkg_install_dir} \
|
||||
cmake \
|
||||
-Bbuild-ninja \
|
||||
-DBUILD_TESTING=OFF \
|
||||
-DCMAKE_INSTALL_PREFIX=${pkg_install_dir} \
|
||||
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
|
||||
cmake --build build-ninja -j $(get_nprocs) > cmake.log 2>&1 || tail -n ${LOG_LINES} cmake.log
|
||||
cmake --install build-ninja > install.log 2>&1 || tail -n ${LOG_LINES} install.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue