mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-lang/lean: exclude style_check test
Closes: https://bugs.gentoo.org/819093 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
@@ -41,6 +41,15 @@ src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local myctestargs=(
|
||||
# Disable problematic "style_check" cpplint test,
|
||||
# this also removes python test dependency
|
||||
--exclude-regex style_check
|
||||
)
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "You probably want to use lean with mathlib, to install it you can either:"
|
||||
elog " - Do not install mathlib globally and use local versions"
|
||||
|
||||
@@ -41,6 +41,15 @@ src_configure() {
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local myctestargs=(
|
||||
# Disable problematic "style_check" cpplint test,
|
||||
# this also removes python test dependency
|
||||
--exclude-regex style_check
|
||||
)
|
||||
cmake_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "You probably want to use lean with mathlib, to install it you can either:"
|
||||
elog " - Do not install mathlib globally and use local versions"
|
||||
|
||||
Reference in New Issue
Block a user