mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-15 18:13:10 -04:00
dev-cpp/xsimd: move tests out of src_compile
Signed-off-by: Kamal Abdellatif <gentoo.kamal@tgf.pw>
This commit is contained in:
@@ -47,11 +47,13 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
use test && cmake_src_compile xtest
|
||||
|
||||
if use doc; then
|
||||
cd "${WORKDIR}/${P}/docs" || die
|
||||
emake html BUILDDIR="${BUILD_DIR}"
|
||||
HTML_DOCS=( "${BUILD_DIR}/html/." )
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cmake_src_compile xtest
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user