Home
last modified time | relevance | path

Searched full:t_destdir (Results 1 – 1 of 1) sorted by relevance

/petsc/
H A D.gitlab-ci.yml196 T_DESTDIR: petsc-destdir
206 - make install DESTDIR="${PWD}/${T_DESTDIR}"
208 - test "$(find ${PWD}/${T_DESTDIR} -mindepth 1 | wc -l)" -gt 0
209 - (cd "${PWD}/${T_DESTDIR}" && find * -exec install -v -D "{}" "/{}" \; )
211 - rm -r "${PWD}/${T_PREFIX}" "${PWD}/${T_DESTDIR}" && mkdir "${PWD}/${T_PREFIX}"
223 …D}" && (cd "${T_PETSC4PY}" && ${PYTHON} setup.py install --root="${P}/${T_DESTDIR}" --install-lib=…
224 - (cd "${PWD}/${T_DESTDIR}" && find * -exec install -v -D "{}" "/{}" \; )