profile: mask USE flag pulling pyFFTW

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-04 13:14:13 -05:00
parent 2419807dd9
commit 97edd21afe
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
5 changed files with 12 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -20,7 +20,7 @@ else
SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi fi
IUSE="faster +fastest" IUSE="+faster fastest"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
faster? ( dev-python/scipy[${PYTHON_USEDEP}] ) faster? ( dev-python/scipy[${PYTHON_USEDEP}] )

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -20,7 +20,7 @@ else
SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi fi
IUSE="faster +fastest" IUSE="+faster fastest"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
faster? ( dev-python/scipy[${PYTHON_USEDEP}] ) faster? ( dev-python/scipy[${PYTHON_USEDEP}] )

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -20,7 +20,7 @@ else
SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi fi
IUSE="faster +fastest" IUSE="+faster fastest"
DEPEND="" DEPEND=""
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]

View file

@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -20,7 +20,7 @@ else
SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi fi
IUSE="faster +fastest" IUSE="+faster fastest"
DEPEND="" DEPEND=""
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]

View file

@ -73,3 +73,7 @@ net-analyzer/wireshark lto
#this breaks hashcat #this breaks hashcat
dev-libs/pocl accel dev-libs/pocl accel
#pyFFTW doesn't support >=cython-3 yet
dev-python/simplespectral fastest
net-wireless/soapy_power fastest