From e70bc31cc56e4a9d8c23d8c8d46e8f7292b6834d Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 00:20:54 +0200 Subject: profiles: arch/base: Add "mkl" to use.mask Signed-off-by: Andreas Sturmlechner --- profiles/arch/base/use.mask | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles') diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index cd30696d3a09..9cc7516fc795 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl is only supported on specific architectures +mkl + # Thomas Deutschmann (2019-11-11) # James Le Cuirot (2017-06-29) # Forced and masked by default. Unmask where necessary. -- cgit v1.2.3-65-gdbad From 5ad96cc54b320fb3f71c5d75ea244cfbb2ab2981 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 00:23:21 +0200 Subject: profiles: amd64/x86: Unmask "mkl" USE flag Signed-off-by: Andreas Sturmlechner --- profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/x86/use.mask | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'profiles') diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 0de2a02ef509..2334ab319381 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -6,6 +6,10 @@ # SECTION: Unmask +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl works on amd64 +-mkl + # Matt Turner (2018-11-11) # d3d9 works on amd64 -d3d9 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 6d42c6613015..b3f876ad748f 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl works on x86 +-mkl + # Matt Turner (2018-11-11) # d3d9 works on x86 -d3d9 -- cgit v1.2.3-65-gdbad From 3ea81c58ae6515e9baa9cd7628ecdeab0b116b8b Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 01:33:18 +0200 Subject: profiles: amd64/x86: Add "mkl" to use.stable.mask Signed-off-by: Andreas Sturmlechner --- profiles/arch/amd64/use.stable.mask | 4 ++++ profiles/arch/x86/use.stable.mask | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'profiles') diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ab862994c3f5..c8490d1dc62d 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl is not stable, needs online registration to even run pkg_setup +mkl + # Mike Gilbert (2017-06-08) # dev-lang/python:3.8 is not stable. python_targets_python3_8 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask index e8270840f6f7..4236bbf05ad2 100644 --- a/profiles/arch/x86/use.stable.mask +++ b/profiles/arch/x86/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl is not stable, needs online registration to even run pkg_setup +mkl + # Mike Gilbert (2017-06-08) # dev-lang/python:3.8 is not stable. python_targets_python3_8 -- cgit v1.2.3-65-gdbad From 6ef182e62b14c3307f75394def1a9479c26ad98e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 00:26:54 +0200 Subject: profiles: prefix: Add "mkl" to use.mask Signed-off-by: Andreas Sturmlechner --- profiles/features/prefix/use.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/features/prefix/use.mask b/profiles/features/prefix/use.mask index be9e1433e84b..5f290ef9df1c 100644 --- a/profiles/features/prefix/use.mask +++ b/profiles/features/prefix/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # prefix USE flag should always be unmasked in prefix profiles @@ -12,3 +12,7 @@ gpm # need to invade pid 1, which is not possible for Prefix. systemd + +# Andreas Sturmlechner (2020-06-06) +# sci-libs/mkl does not have prefix keywords +mkl -- cgit v1.2.3-65-gdbad From 092230a7fdf158d2b6bde42fea630cbb544df8aa Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 00:29:14 +0200 Subject: profiles: arch: Drop superfluous per-package "mkl" USE masks Signed-off-by: Andreas Sturmlechner --- profiles/arch/alpha/package.use.mask | 4 ---- profiles/arch/amd64/package.use.mask | 4 ---- profiles/arch/arm/package.use.mask | 4 ---- profiles/arch/arm64/package.use.mask | 4 ---- profiles/arch/base/package.use.mask | 4 ---- profiles/arch/hppa/package.use.mask | 4 ---- profiles/arch/powerpc/use.mask | 4 ---- profiles/arch/sparc/package.use.mask | 4 ---- profiles/arch/x86/package.use.mask | 4 ---- 9 files changed, 36 deletions(-) (limited to 'profiles') diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 906f70348c0c..8df73eefdf88 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -375,10 +375,6 @@ media-plugins/gst-plugins-meta dts libvisual # needs sys-libs/libcap-ng that is masked right now sys-apps/smartmontools caps -# Justin Lecher (2010-08-13) -# MKL not available on this arch, -media-gfx/povray mkl - # Raúl Porcel (2010-06-26) # custom-optimization doesn't work on alpha mail-client/thunderbird custom-optimization diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 0c7e88482036..7f3c2630a2d9 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -259,10 +259,6 @@ sys-apps/hwloc -gl dev-python/pypy-exe cpu_flags_x86_sse2 dev-python/pypy3-exe cpu_flags_x86_sse2 -# Christoph Junghans (2012-12-26) -# cuda works on x86/amd64 (masked in base) -sci-chemistry/gromacs -mkl - # Diego Elio Pettenò (2012-11-03) # Unmask here, as it's masked in base. net-libs/gnutls -dane diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask index 296af178d13c..a7d8a20cac9a 100644 --- a/profiles/arch/arm/package.use.mask +++ b/profiles/arch/arm/package.use.mask @@ -308,10 +308,6 @@ media-gfx/xsane ocr # MMAL is available on the Raspberry Pi (armv6 & armv7 so far) media-video/ffmpeg -mmal -# Markus Meier (2015-11-10) -# unkeyworded deps, bug #555896 -sci-libs/armadillo mkl - # Markus Meier (2015-10-10) # unkeyworded deps, bug #552330 app-portage/g-sorcery bson diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 2e207b5eb9aa..591429264974 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -414,10 +414,6 @@ media-libs/devil allegro nvtt # Firmware loader not keyworded yet sci-libs/linux-gpib firmware -# Christoph Junghans (2013-04-29) -# MKL not available on this arch -media-gfx/povray mkl - # Benda Xu (2013-04-01) # dev-ml/lablgtk not keyworded net-misc/unison gtk diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 67ebc83ad974..e807056d39a4 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -227,10 +227,6 @@ app-editors/gvim luajit racket # unmask in particular profiles sys-apps/hwloc gl -# Christoph Junghans (2012-12-26) -# mkl only works on x86/amd64 -sci-chemistry/gromacs mkl - # Diego Elio Pettenò (2012-11-03) # Requires net-dns/unbound which is not keyworded by most arches net-libs/gnutls dane diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index 0588c1c514d5..26b24ec046b6 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -275,10 +275,6 @@ app-office/lyx gnumeric # Needs Java (bug #355353) app-text/texlive pdfannotextractor -# Justin Lecher (2010-08-13) -# MKL not available on this arch -media-gfx/povray mkl - # Pacho Ramos (2010-07-11) # Mask due bug #324511, this will be general once needed by more packages. net-im/pidgin gstreamer diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask index c5c30c2fd9f1..1e76efe15bfd 100644 --- a/profiles/arch/powerpc/use.mask +++ b/profiles/arch/powerpc/use.mask @@ -41,10 +41,6 @@ video_cards_amdgpu video_cards_radeonsi clang -# Jeroen Roovers (2015-09-22) -# sci-libs/mkl is not supported on PPC -mkl - # Jeroen Roovers (2015-05-25) # PowerPC has no support for this bootloader (bug #550322) gnuefi diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index f8772e81be33..0520ab288b2c 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -479,10 +479,6 @@ sys-cluster/openmpi numa # missing keywords on needed plugins media-plugins/gst-plugins-meta dts dv libvisual modplug vcd wavpack -# Justin Lecher (2010-08-13) -# MKL not available on this arch -media-gfx/povray mkl - # Ben de Groot (2009-11-11) # Requires qthelp, which requires qtwebkit, bug 292838 dev-libs/uriparser doc diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 6df9d0a86733..b3c1ffe254be 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -260,10 +260,6 @@ app-editors/gvim -luajit -racket # Works on x86 sys-apps/hwloc -gl -# Christoph Junghans (2012-12-26) -# mkl works on x86/amd64 (masked in base) -sci-chemistry/gromacs -mkl - # Diego Elio Pettenò (2012-11-03) # Unmask here, as it's masked in base. net-libs/gnutls -dane -- cgit v1.2.3-65-gdbad From ec26aa993fd85ed97e6de5b8b0c12cb7ac4d45ed Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 6 Jun 2020 00:29:51 +0200 Subject: profiles: prefix: Drop superfluous per-package "mkl" USE mask Signed-off-by: Andreas Sturmlechner --- profiles/features/prefix/package.use.mask | 4 ---- 1 file changed, 4 deletions(-) (limited to 'profiles') diff --git a/profiles/features/prefix/package.use.mask b/profiles/features/prefix/package.use.mask index d99314be2c6b..47bab49e9eec 100644 --- a/profiles/features/prefix/package.use.mask +++ b/profiles/features/prefix/package.use.mask @@ -15,10 +15,6 @@ www-servers/uwsgi uwsgi_plugins_systemd_logger # Needs root privilege. sys-fs/eudev hwdb kmod -# Kacper Kowalik (2012-01-14) -# sci-libs/mkl don't have prefix keywords -dev-python/numexpr mkl - # Fabian Groffen (2011-12-08) # USE=vanilla produces a broken compiler for Prefix. Only use this flag # when you're absolutely sure what you're doing. Do NOT report bugs -- cgit v1.2.3-65-gdbad