diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-07-17 09:50:35 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-07-17 09:51:46 +0800 |
commit | 509c123c1d8c3567c4e070a0126dc19811d1931a (patch) | |
tree | 64a1135d4a9c0087b9cc5d617bd2f316ae7e3f57 /profiles/prefix | |
parent | app-text/mdbook: add 0.4.32 (diff) | |
download | gentoo-509c123c1d8c3567c4e070a0126dc19811d1931a.tar.gz gentoo-509c123c1d8c3567c4e070a0126dc19811d1931a.tar.bz2 gentoo-509c123c1d8c3567c4e070a0126dc19811d1931a.zip |
p/p/darwin/macos: add reasonable USE defaults in the profile.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/package.use | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/prefix/darwin/macos/package.use b/profiles/prefix/darwin/macos/package.use new file mode 100644 index 000000000000..f36adf8d3ddf --- /dev/null +++ b/profiles/prefix/darwin/macos/package.use @@ -0,0 +1,12 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# 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 +# defaults in the profile. + +dev-python/numpy lapack +dev-python/pillow webp +virtual/imagemagick-tools tiff jpeg +media-gfx/imagemagick tiff jpeg |