mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
volk: rename use flag
This commit is contained in:
parent
03ae8dae7f
commit
f8f85c9701
2 changed files with 13 additions and 2 deletions
|
|
@ -15,3 +15,6 @@ sci-electronics/litescope
|
|||
|
||||
#required by app-forensics/eagleeye deps
|
||||
~sci-libs/dlib-19.16
|
||||
|
||||
#required by gnuradio
|
||||
sci-libs/volk
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@ SRC_URI="https://github.com/gnuradio/volk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+lang_orc"
|
||||
|
||||
RDEPEND="dev-libs/boost"
|
||||
DEPEND="${RDEPEND}
|
||||
|
|
@ -21,3 +21,11 @@ DEPEND="${RDEPEND}
|
|||
dev-lang/orc"
|
||||
|
||||
CMAKE_BUILD_TYPE=Release
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
#orc is a global variable
|
||||
-DENABLE_ORC=$(usex lang_orc)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue