mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sci-electronics/qucs: Avoid automagic dep on mpi
This commit is contained in:
@@ -42,6 +42,10 @@ src_configure() {
|
||||
local myconf=(
|
||||
# enables asserts and debug codepaths
|
||||
$(use_enable debug)
|
||||
|
||||
# avoid automagic dep
|
||||
# TODO: add support for it
|
||||
--disable-mpi
|
||||
)
|
||||
|
||||
# automagic default on clang++
|
||||
|
||||
Reference in New Issue
Block a user