Skip to content

Commit

Permalink
profile: mask USE flag pulling pyFFTW
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Jan 4, 2024
1 parent 2419807 commit 97edd21
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dev-python/simplespectral/simplespectral-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}] )
Expand Down
4 changes: 2 additions & 2 deletions dev-python/simplespectral/simplespectral-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}] )
Expand Down
4 changes: 2 additions & 2 deletions net-wireless/soapy_power/soapy_power-1.6.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}]
Expand Down
4 changes: 2 additions & 2 deletions net-wireless/soapy_power/soapy_power-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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}]
Expand Down
4 changes: 4 additions & 0 deletions profiles/pentoo/base/package.use.mask
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97edd21

Please sign in to comment.