mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
net-p2p/dogecoin-qt: renamed avx2 USE flag to cpu_flags_x86_avx2
Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
This commit is contained in:
@@ -11,7 +11,7 @@ LICENSE="MIT"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
DB_VER="5.3"
|
DB_VER="5.3"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~amd64 ~x86"
|
||||||
IUSE="avx2 tests +wallet +prune zmq"
|
IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq"
|
||||||
DOGEDIR="/opt/${PN}"
|
DOGEDIR="/opt/${PN}"
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/libevent:=
|
dev-libs/libevent:=
|
||||||
@@ -20,7 +20,7 @@ DEPEND="
|
|||||||
sys-devel/libtool
|
sys-devel/libtool
|
||||||
sys-devel/automake:=
|
sys-devel/automake:=
|
||||||
>=dev-libs/boost-1.81.0-r1
|
>=dev-libs/boost-1.81.0-r1
|
||||||
avx2? ( app-crypt/intel-ipsec-mb )
|
cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb )
|
||||||
wallet? (
|
wallet? (
|
||||||
sys-libs/db:"${DB_VER}"=[cxx]
|
sys-libs/db:"${DB_VER}"=[cxx]
|
||||||
media-gfx/qrencode
|
media-gfx/qrencode
|
||||||
@@ -56,7 +56,7 @@ src_configure() {
|
|||||||
./autogen.sh || die "autogen failed"
|
./autogen.sh || die "autogen failed"
|
||||||
local my_econf=(
|
local my_econf=(
|
||||||
--enable-cxx
|
--enable-cxx
|
||||||
$(use_with avx2 intel-avx2)
|
$(use_with cpu_flags_x86_avx2 intel-avx2)
|
||||||
$(use_with wallet incompatible-bdb)
|
$(use_with wallet incompatible-bdb)
|
||||||
--bindir="${DOGEDIR}/bin"
|
--bindir="${DOGEDIR}/bin"
|
||||||
BDB_CFLAGS="-I/usr/include/db${DB_VER}"
|
BDB_CFLAGS="-I/usr/include/db${DB_VER}"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<name>Victor Skovorodnikov</name>
|
<name>Victor Skovorodnikov</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="avx2">Build with Advanced Vector Extensions instructions support (if CPU model supports it)</flag>
|
<flag name="cpu_flags_x86_avx2">Build with Advanced Vector Extensions instructions support (if CPU model supports it)</flag>
|
||||||
<flag name="prune">Enables automatic pruning of old blocks to stay below 2.2GB target size (if ran from desktop)</flag>
|
<flag name="prune">Enables automatic pruning of old blocks to stay below 2.2GB target size (if ran from desktop)</flag>
|
||||||
<flag name="tests">Build Dogecoin Core Qt with tests option</flag>
|
<flag name="tests">Build Dogecoin Core Qt with tests option</flag>
|
||||||
<flag name="wallet">Build Dogecoin Core Qt with wallet</flag>
|
<flag name="wallet">Build Dogecoin Core Qt with wallet</flag>
|
||||||
|
|||||||
Reference in New Issue
Block a user