From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/manifold/
Date: Tue, 22 Jul 2025 19:41:51 +0000 (UTC) [thread overview]
Message-ID: <1753213267.23dbbaf802b7efe35d1e8a27c0dccff5a7ef5e72.sam@gentoo> (raw)
commit: 23dbbaf802b7efe35d1e8a27c0dccff5a7ef5e72
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 22 19:35:25 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 22 19:41:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23dbbaf8
sci-mathematics/manifold: crank subslot for broken ABI
zen_desu reported openscad not opening:
```
$ openscad
openscad: symbol lookup error: openscad: undefined symbol: _ZN8manifold11TriangulateERKSt6vectorIS0_IN6linalg3vecIdLi2EEESaIS3_EESaIS5_EEd
```
In 3.1.0, ABI broke:
```
--- ...
+++ include/manifold/polygon.h 2025-05-14 20:50:31.000000000 +0100
@@ -52,10 +52,10 @@ using PolygonsIdx = std::vector<SimplePo
* @brief Polygon triangulation
* @{
*/
-std::vector<ivec3> TriangulateIdx(const PolygonsIdx &polys, double epsilon = -1,
+std::vector<ivec3> TriangulateIdx(const PolygonsIdx& polys, double epsilon = -1,
bool allowConvex = true);
-std::vector<ivec3> Triangulate(const Polygons &polygons, double epsilon = -1,
+std::vector<ivec3> Triangulate(const Polygons& polygons, double epsilon = -1,
bool allowConvex = true);
/** @} */
} // namespace manifold
```
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../manifold/{manifold-3.1.0.ebuild => manifold-3.1.0-r1.ebuild} | 2 +-
sci-mathematics/manifold/manifold-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/manifold/manifold-3.1.0.ebuild b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild
similarity index 99%
rename from sci-mathematics/manifold/manifold-3.1.0.ebuild
rename to sci-mathematics/manifold/manifold-3.1.0-r1.ebuild
index 2ae1d1bc7f87..6c93ca954272 100644
--- a/sci-mathematics/manifold/manifold-3.1.0.ebuild
+++ b/sci-mathematics/manifold/manifold-3.1.0-r1.ebuild
@@ -25,7 +25,7 @@ else
fi
LICENSE="Apache-2.0"
-SLOT="0"
+SLOT="0/1"
IUSE="debug python +tbb test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
diff --git a/sci-mathematics/manifold/manifold-9999.ebuild b/sci-mathematics/manifold/manifold-9999.ebuild
index 2854b6b9e837..2f9ced603aae 100644
--- a/sci-mathematics/manifold/manifold-9999.ebuild
+++ b/sci-mathematics/manifold/manifold-9999.ebuild
@@ -25,7 +25,7 @@ else
fi
LICENSE="Apache-2.0"
-SLOT="0"
+SLOT="0/1"
IUSE="debug python +tbb test"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
next reply other threads:[~2025-07-22 19:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-22 19:41 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-16 7:10 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/manifold/ Joonas Niilola
2025-05-22 16:08 Sam James
2025-05-10 5:48 Joonas Niilola
2025-05-07 19:12 Arthur Zamarin
2025-02-12 19:25 Arthur Zamarin
2025-01-03 22:26 Sam James
2025-01-03 22:08 Sam James
2024-11-16 21:39 Sam James
2024-11-16 21:39 Sam James
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=1753213267.23dbbaf802b7efe35d1e8a27c0dccff5a7ef5e72.sam@gentoo \
--to=sam@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