public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/
Date: Mon, 29 Mar 2021 13:47:12 +0000 (UTC)	[thread overview]
Message-ID: <1617021726.89b6e0a3442972aaf1bf89eab004f19fbfb85bb6.mjo@gentoo> (raw)

commit:     89b6e0a3442972aaf1bf89eab004f19fbfb85bb6
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 11:48:20 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 12:42:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b6e0a3

profiles: add masks for arch-specific sci-mathematics/maxima flags.

Now that there are two separate flags (clozurecl and clozurecl64) for
the corresponding 32-bit and 64-bit lisp implementations in maxima,
we need to refactor the profile masks a bit. The idea is that, going
forward, 32-bit arches will unmask "clozurecl" and 64-bit arches will
unmask "clozurecl64" for maxima.

This only gets a bit messy because we still need to support older
versions of maxima where the flags are NOT split; and we have one
other package (sci-mathematics/fricas) which treats USE=clozurecl
generically.

Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 profiles/arch/amd64/package.use.mask | 8 ++++++++
 profiles/arch/amd64/use.mask         | 1 -
 profiles/arch/base/package.use.mask  | 8 ++++++++
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 33fc0e6531a..d948cdc183b 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,14 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky <mjo@gentoo.org> (2021-03-27)
+# Unmask the use of 64-bit dev-lisp/clozurecl on 64-bit arches.
+# Only maxima makes a distinction between the 32-bit and 64-bit
+# USE flags.
+sci-mathematics/fricas -clozurecl
+<sci-mathematics/maxima-5.44.0-r5 -clozurecl
+sci-mathematics/maxima -clozurecl64
+
 # Thomas Deutschmann <whissi@gentoo.org> (2021-02-17)
 # Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available
 dev-lang/php -jit

diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask
index 30c8a9b4114..b5cba9077af 100644
--- a/profiles/arch/amd64/use.mask
+++ b/profiles/arch/amd64/use.mask
@@ -55,7 +55,6 @@
 # Andrey Grozin <grozin@gentoo.org> (2014-06-25)
 # keyworded on amd64
 -clisp
--clozurecl
 -ecls
 -gcl
 -sbcl

diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index 542e10c3fa5..883c1d48b80 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,14 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Michael Orlitzky <mjo@gentoo.org> (2021-03-27)
+# The clozurecl and clozurecl64 flags are now arch-specific in maxima,
+# so we mask them both by default beginning with v5.44.0-r5 where
+# their meanings first diverged. You should unmask "clozurecl" on
+# 32-bit arches and unmask "clozurecl64" on 64-bit ones.
+# We don't list "clozurecl" here since it's already in use.mask.
+>=sci-mathematics/maxima-5.44.0-r5 clozurecl64
+
 # Sam James <sam@gentoo.org> (2021-03-02)
 # Java build is extremely sensitive to environment
 # Previously stable-masked but moved here


             reply	other threads:[~2021-03-29 13:47 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-29 13:47 Michael Orlitzky [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-28 18:20 [gentoo-commits] repo/gentoo:master commit in: profiles/arch/amd64/, profiles/arch/base/ Michał Górny
2025-09-06 14:19 Sam James
2025-06-07  8:44 Michał Górny
2025-04-24 21:34 Jimi Huotari
2025-03-20  0:11 Sam James
2024-12-01 11:51 Sam James
2024-11-30  2:15 Sam James
2024-11-07 13:27 Sam James
2024-11-07 13:06 Sam James
2024-07-15 19:18 Andrew Ammerlaan
2024-06-16  7:18 Pacho Ramos
2024-05-10  2:05 Michał Górny
2023-11-24 15:52 Jimi Huotari
2023-07-23 10:06 Andrey Grozin
2023-04-22 10:08 Michał Górny
2023-04-22  9:04 Andrew Ammerlaan
2022-12-06 18:09 Andrew Ammerlaan
2018-11-03 11:33 James Le Cuirot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1617021726.89b6e0a3442972aaf1bf89eab004f19fbfb85bb6.mjo@gentoo \
    --to=mjo@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox