diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-08-17 12:39:21 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-08-17 12:39:21 +0800 |
commit | 2a9031b15305a19d81201392c87645b2f192169b (patch) | |
tree | f9fa180e18fbb7a511f9fea78c796e3205e2fa8a /profiles | |
parent | sci-libs/scikit-learn: keyword ~{arm,x}64-macos with dependencies (diff) | |
download | gentoo-2a9031b15305a19d81201392c87645b2f192169b.tar.gz gentoo-2a9031b15305a19d81201392c87645b2f192169b.tar.bz2 gentoo-2a9031b15305a19d81201392c87645b2f192169b.zip |
profiles/prefix/darwin/macos: turn off ssl and smp default USE flags.
dev-python/{twisted[ssl],ipython[smp]} both depend on rust, which is
not yet supported on Gentoo/macOS.
Suggested-by: Jiajie Chen <jiegec@qq.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/darwin/macos/package.use | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.use b/profiles/prefix/darwin/macos/package.use index f36adf8d3ddf..3039c40c15fe 100644 --- a/profiles/prefix/darwin/macos/package.use +++ b/profiles/prefix/darwin/macos/package.use @@ -1,6 +1,28 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <heroxbd@gentoo.org> (2023-08-17) +# dev-python/ipython[smp] and dev-python/twisted[ssl] ultimately draws +# in dev-lang/rust. But rust is not available until LLVM works on +# macOS. (#763018) +# +# dev-python/twisted-22.10.0-r3::gentoo USE="ssl -conch -http2 -serial -test" +# dev-python/pyopenssl-23.2.0::gentoo USE="-doc -test" +# dev-python/cryptography-41.0.3::gentoo USE="-debug -test" +# dev-python/setuptools-rust-1.6.0::gentoo USE="-debug -test" +# +# dev-python/ipython-8.14.0::gentoo_prefix[smp] +# dev-python/ipyparallel-8.6.1 +# dev-python/jupyter-server-2.7.0 +# dev-python/jupyter-events-0.7.0 +# dev-python/jsonschema-4.19.0 +# dev-python/rpds-py-0.9.2 +# dev-util/maturin-1.2.1 +# dev-python/setuptools-rust-1.6.0 + +dev-python/twisted -ssl +dev-python/ipython -smp + # Benda Xu <heroxbd@gentoo.org> (2023-07-17) # scientific python related use flags. The Prefix/macos is widely # used in scientific and HPC applications. Maintain some reasonable |