mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
profile: mask USE flag pulling pyFFTW
This commit is contained in:
parent
2419807dd9
commit
97edd21afe
5 changed files with 12 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -20,7 +20,7 @@ else
|
|||
SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
IUSE="faster +fastest"
|
||||
IUSE="+faster fastest"
|
||||
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
faster? ( dev-python/scipy[${PYTHON_USEDEP}] )
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -20,7 +20,7 @@ else
|
|||
SRC_URI="https://github.com/xmikos/simplespectral/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
IUSE="faster +fastest"
|
||||
IUSE="+faster fastest"
|
||||
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
faster? ( dev-python/scipy[${PYTHON_USEDEP}] )
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -20,7 +20,7 @@ else
|
|||
SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
IUSE="faster +fastest"
|
||||
IUSE="+faster fastest"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -20,7 +20,7 @@ else
|
|||
SRC_URI="https://github.com/xmikos/soapy_power/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
IUSE="faster +fastest"
|
||||
IUSE="+faster fastest"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
|
||||
|
|
|
|||
|
|
@ -73,3 +73,7 @@ net-analyzer/wireshark lto
|
|||
|
||||
#this breaks hashcat
|
||||
dev-libs/pocl accel
|
||||
|
||||
#pyFFTW doesn't support >=cython-3 yet
|
||||
dev-python/simplespectral fastest
|
||||
net-wireless/soapy_power fastest
|
||||
|
|
|
|||
Loading…
Reference in a new issue