mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Pretty
This commit is contained in:
parent
50b9b4eed9
commit
d90cae1787
1 changed files with 0 additions and 2 deletions
|
|
@ -36,7 +36,6 @@ case "${with_ninja}" in
|
|||
fi
|
||||
echo "Installing from scratch into ${pkg_install_dir}"
|
||||
mkdir -p ${pkg_install_dir}
|
||||
|
||||
tar -xzf ninja-v${ninja_ver}.tar.gz
|
||||
cd ninja-${ninja_ver}
|
||||
cmake -DCMAKE_INSTALL_PREFIX=${pkg_install_dir} \
|
||||
|
|
@ -44,7 +43,6 @@ case "${with_ninja}" in
|
|||
> 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
|
||||
|
||||
write_checksums "${install_lock_file}" "${SCRIPT_DIR}/stage0/$(basename ${SCRIPT_NAME})"
|
||||
fi
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue