public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2024-03-02 11:29 Miroslav Šulc
  0 siblings, 0 replies; 13+ messages in thread
From: Miroslav Šulc @ 2024-03-02 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     87ec395e41adf7ee99a5dcfd6f4f9ff4d3d04b75
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 11:29:14 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 11:29:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ec395e

sci-libs/libigl: dropped obsolete 2.4.0

Bug: https://bugs.gentoo.org/925908
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 -
 sci-libs/libigl/libigl-2.4.0.ebuild | 57 -------------------------------------
 2 files changed, 58 deletions(-)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index afc9fb90d7d1..f7966dfde000 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1,2 +1 @@
-DIST libigl-2.4.0.tar.gz 1124759 BLAKE2B c2ba37192f2603a3ab0052aeb14f7706322364183c297af38ea88af8937bc7d76f0e3cc248a8e88c6bf2ad7ce2d9568d6e446a60c5da905fd4a235a706c4289c SHA512 f9e19c6d9a7fa2afe12c0a4042c3cc46606413d7f79b20e2464021fc0c5d9730e0ab2c192e5b4f161f3bc3a42a654929a2e77baac44c3eddad486f709cf909a1
 DIST libigl-2.5.0.tar.gz 1230536 BLAKE2B c92df589a6e114c33151256945786aa7357d89f32bf4b0dedb3d523e3beef85beed67e926875066c05b899b3dfc70d9f64aeb7674449a2487acaf0f67e9217b3 SHA512 39b92ec4c2479a3c0a8e99b2890643c9d76a7e5b61b485c1a3a5f5abff1da4e62b67b879dbcf6e18a43f98172fc9f87f0a6c92b99e2a1900e6f1d2e809899b11

diff --git a/sci-libs/libigl/libigl-2.4.0.ebuild b/sci-libs/libigl/libigl-2.4.0.ebuild
deleted file mode 100644
index aeec8b4e51ff..000000000000
--- a/sci-libs/libigl/libigl-2.4.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A simple C++ geometry processing library"
-HOMEPAGE="https://libigl.github.io/"
-SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-IUSE="static-libs"
-
-DEPEND="dev-cpp/eigen:3"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DFETCHCONTENT_FULLY_DISCONNECTED=ON
-		-DLIBIGL_BUILD_TESTS=OFF
-		-DLIBIGL_BUILD_TUTORIALS=OFF
-		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
-		-DLIBIGL_COPYLEFT_CGAL=OFF
-		-DLIBIGL_COPYLEFT_COMISO=OFF
-		-DLIBIGL_EMBREE=OFF
-		-DLIBIGL_DEFAULT_MATLAB=OFF
-		-DLIBIGL_DEFAULT_MOSEK=OFF
-		-DLIBIGL_OPENGL=OFF
-		-DLIBIGL_GLFW=OFF
-		-DLIBIGL_IMGUI=OFF
-		-DLIBIGL_PNG=OFF
-		-DLIBIGL_PREDICATES=OFF
-		-DLIBIGL_COPYLEFT_TETGEN=OFF
-		-DLIBIGL_RESTRICTED_TRIANGLE=OFF
-		-DLIBIGL_XML=OFF
-	)
-	cmake_src_configure
-}
-
-src_prepare() {
-	cmake_src_prepare
-
-	# Tries to copy eigen headers into /usr/include
-	sed -i '/install(DIRECTORY/d' cmake/recipes/external/eigen.cmake || die
-}
-
-src_install() {
-		cmake_src_install
-
-		# Install won't install all headers
-		insinto /usr/include/
-		doins -r include/igl
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2024-03-01 15:57 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2024-03-01 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0a3d4102e56ccbea63317f097e50dfb60db4a596
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  1 15:57:36 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  1 15:57:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3d4102

sci-libs/libigl: Stabilize 2.5.0 amd64, #925908

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/libigl/libigl-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libigl/libigl-2.5.0.ebuild b/sci-libs/libigl/libigl-2.5.0.ebuild
index e7bdc06f5635..498c245e2cce 100644
--- a/sci-libs/libigl/libigl-2.5.0.ebuild
+++ b/sci-libs/libigl/libigl-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-cpp/eigen:3"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2023-12-22 12:22 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2023-12-22 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     fe4154c4fc986018740abc3a6973e57108bffb51
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 22 12:21:29 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 22 12:21:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4154c4

sci-libs/libigl: add 2.5.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 +
 sci-libs/libigl/libigl-2.5.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index 810b7df6b33c..afc9fb90d7d1 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1 +1,2 @@
 DIST libigl-2.4.0.tar.gz 1124759 BLAKE2B c2ba37192f2603a3ab0052aeb14f7706322364183c297af38ea88af8937bc7d76f0e3cc248a8e88c6bf2ad7ce2d9568d6e446a60c5da905fd4a235a706c4289c SHA512 f9e19c6d9a7fa2afe12c0a4042c3cc46606413d7f79b20e2464021fc0c5d9730e0ab2c192e5b4f161f3bc3a42a654929a2e77baac44c3eddad486f709cf909a1
+DIST libigl-2.5.0.tar.gz 1230536 BLAKE2B c92df589a6e114c33151256945786aa7357d89f32bf4b0dedb3d523e3beef85beed67e926875066c05b899b3dfc70d9f64aeb7674449a2487acaf0f67e9217b3 SHA512 39b92ec4c2479a3c0a8e99b2890643c9d76a7e5b61b485c1a3a5f5abff1da4e62b67b879dbcf6e18a43f98172fc9f87f0a6c92b99e2a1900e6f1d2e809899b11

diff --git a/sci-libs/libigl/libigl-2.5.0.ebuild b/sci-libs/libigl/libigl-2.5.0.ebuild
new file mode 100644
index 000000000000..e7bdc06f5635
--- /dev/null
+++ b/sci-libs/libigl/libigl-2.5.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A simple C++ geometry processing library"
+HOMEPAGE="https://libigl.github.io/"
+SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="static-libs"
+
+DEPEND="dev-cpp/eigen:3"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DFETCHCONTENT_FULLY_DISCONNECTED=ON
+		-DLIBIGL_BUILD_TESTS=OFF
+		-DLIBIGL_BUILD_TUTORIALS=OFF
+		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
+		-DLIBIGL_COPYLEFT_CGAL=OFF
+		-DLIBIGL_COPYLEFT_COMISO=OFF
+		-DLIBIGL_EMBREE=OFF
+		-DLIBIGL_DEFAULT_MATLAB=OFF
+		-DLIBIGL_DEFAULT_MOSEK=OFF
+		-DLIBIGL_OPENGL=OFF
+		-DLIBIGL_GLFW=OFF
+		-DLIBIGL_IMGUI=OFF
+		-DLIBIGL_STB=OFF
+		-DLIBIGL_PREDICATES=OFF
+		-DLIBIGL_SPECTRA=OFF
+		-DLIBIGL_COPYLEFT_TETGEN=OFF
+		-DLIBIGL_RESTRICTED_TRIANGLE=OFF
+		-DLIBIGL_XML=OFF
+	)
+	cmake_src_configure
+}
+
+src_prepare() {
+	cmake_src_prepare
+
+	# Tries to copy eigen headers into /usr/include
+	sed -e '/install(DIRECTORY/d' -i cmake/recipes/external/eigen.cmake || die
+}
+
+src_install() {
+	cmake_src_install
+
+	# Install won't install all headers
+	insinto /usr/include/
+	doins -r include/igl
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2023-08-09  5:58 Yixun Lan
  0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2023-08-09  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     58f07870e03c033a0a743b616dfe686058b7ec34
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 05:56:52 2023 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 05:57:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f07870

sci-libs/libigl: Keyword 2.4.0 arm64, #910748

Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 sci-libs/libigl/libigl-2.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libigl/libigl-2.4.0.ebuild b/sci-libs/libigl/libigl-2.4.0.ebuild
index 7b92517b049e..aeec8b4e51ff 100644
--- a/sci-libs/libigl/libigl-2.4.0.ebuild
+++ b/sci-libs/libigl/libigl-2.4.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-cpp/eigen:3"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2023-01-26 20:48 Andreas Sturmlechner
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Sturmlechner @ 2023-01-26 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cc56ab4555d4fe0170ecc10840425106313ab966
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 20:27:19 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 20:48:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc56ab45

sci-libs/libigl: drop 2.3.0

Bug: https://bugs.gentoo.org/888525
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 -
 sci-libs/libigl/libigl-2.3.0.ebuild | 51 -------------------------------------
 2 files changed, 52 deletions(-)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index 44296b9c60eb..810b7df6b33c 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1,2 +1 @@
-DIST libigl-2.3.0.tar.gz 1132299 BLAKE2B f6a61666aafff76ce004d99191ae52d625fc2960909802c02a7359c6a81767315a2109a8878964da7a4ad9cc0121471d42ed6ec25bc9cdcbdb100b0b7d174eb4 SHA512 41fbb3660e61457c3d6c52de4d17e0bfa56eb48eab82013c8095ce753c24ecff389365f91dbcf316cc422c09f713745251e32bddf4deff23fe5e428b9797da19
 DIST libigl-2.4.0.tar.gz 1124759 BLAKE2B c2ba37192f2603a3ab0052aeb14f7706322364183c297af38ea88af8937bc7d76f0e3cc248a8e88c6bf2ad7ce2d9568d6e446a60c5da905fd4a235a706c4289c SHA512 f9e19c6d9a7fa2afe12c0a4042c3cc46606413d7f79b20e2464021fc0c5d9730e0ab2c192e5b4f161f3bc3a42a654929a2e77baac44c3eddad486f709cf909a1

diff --git a/sci-libs/libigl/libigl-2.3.0.ebuild b/sci-libs/libigl/libigl-2.3.0.ebuild
deleted file mode 100644
index 3b0dfd878e96..000000000000
--- a/sci-libs/libigl/libigl-2.3.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A simple C++ geometry processing library"
-HOMEPAGE="https://libigl.github.io/"
-SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="dev-cpp/eigen:3"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIBIGL_BUILD_TESTS=OFF
-		-DLIBIGL_BUILD_TUTORIALS=OFF
-		-DLIBIGL_SKIP_DOWNLOAD=ON
-		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
-		-DLIBIGL_WITH_CGAL=OFF
-		-DLIBIGL_WITH_COMISO=OFF
-		-DLIBIGL_WITH_EMBREE=OFF
-		-DLIBIGL_WITH_MATLAB=OFF
-		-DLIBIGL_WITH_MOSEK=OFF
-		-DLIBIGL_WITH_OPENGL=OFF
-		-DLIBIGL_WITH_OPENGL_GLFW=OFF
-		-DLIBIGL_WITH_OPENGL_GLFW_IMGUI=OFF
-		-DLIBIGL_WITH_PNG=OFF
-		-DLIBIGL_WITH_PREDICATES=OFF
-		-DLIBIGL_WITH_PYTHON=OFF
-		-DLIBIGL_WITH_TETGEN=OFF
-		-DLIBIGL_WITH_TRIANGLE=OFF
-		-DLIBIGL_WITH_XML=OFF
-	)
-	cmake_src_configure
-}
-
-src_install() {
-		cmake_src_install
-
-		# Install won't install all headers
-		insinto /usr/include/
-		doins -r include/igl
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2023-01-09  1:09 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2023-01-09  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     59e44a79bff05de876cfe134807c1401bf49a9d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  9 01:09:02 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  9 01:09:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e44a79

sci-libs/libigl: Stabilize 2.4.0 amd64, #888525

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libigl/libigl-2.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libigl/libigl-2.4.0.ebuild b/sci-libs/libigl/libigl-2.4.0.ebuild
index 4a0b94d2e79c..7b92517b049e 100644
--- a/sci-libs/libigl/libigl-2.4.0.ebuild
+++ b/sci-libs/libigl/libigl-2.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-cpp/eigen:3"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2022-03-21 15:20 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2022-03-21 15:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1d6363c98c80859530c1ca4ff19a301a8187ac76
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 15:20:22 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 15:20:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6363c9

sci-libs/libigl: amd64 stable wrt bug #835628

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-libs/libigl/libigl-2.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/libigl/libigl-2.3.0.ebuild b/sci-libs/libigl/libigl-2.3.0.ebuild
index 4394eb040c0b..3b0dfd878e96 100644
--- a/sci-libs/libigl/libigl-2.3.0.ebuild
+++ b/sci-libs/libigl/libigl-2.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2+ MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="static-libs"
 
 DEPEND="dev-cpp/eigen:3"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2022-03-19  9:30 Matthew Smith
  0 siblings, 0 replies; 13+ messages in thread
From: Matthew Smith @ 2022-03-19  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     7c09ffade2ee87b6090cd529f5bd28e95f579e2b
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 09:27:02 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 09:27:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c09ffad

sci-libs/libigl: add 2.4.0

Tested with media-gfx/prusaslicer-2.4.0-r2.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 +
 sci-libs/libigl/libigl-2.4.0.ebuild | 57 +++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index 082cfc2fe6ec..44296b9c60eb 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1 +1,2 @@
 DIST libigl-2.3.0.tar.gz 1132299 BLAKE2B f6a61666aafff76ce004d99191ae52d625fc2960909802c02a7359c6a81767315a2109a8878964da7a4ad9cc0121471d42ed6ec25bc9cdcbdb100b0b7d174eb4 SHA512 41fbb3660e61457c3d6c52de4d17e0bfa56eb48eab82013c8095ce753c24ecff389365f91dbcf316cc422c09f713745251e32bddf4deff23fe5e428b9797da19
+DIST libigl-2.4.0.tar.gz 1124759 BLAKE2B c2ba37192f2603a3ab0052aeb14f7706322364183c297af38ea88af8937bc7d76f0e3cc248a8e88c6bf2ad7ce2d9568d6e446a60c5da905fd4a235a706c4289c SHA512 f9e19c6d9a7fa2afe12c0a4042c3cc46606413d7f79b20e2464021fc0c5d9730e0ab2c192e5b4f161f3bc3a42a654929a2e77baac44c3eddad486f709cf909a1

diff --git a/sci-libs/libigl/libigl-2.4.0.ebuild b/sci-libs/libigl/libigl-2.4.0.ebuild
new file mode 100644
index 000000000000..4a0b94d2e79c
--- /dev/null
+++ b/sci-libs/libigl/libigl-2.4.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A simple C++ geometry processing library"
+HOMEPAGE="https://libigl.github.io/"
+SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+ MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="dev-cpp/eigen:3"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DFETCHCONTENT_FULLY_DISCONNECTED=ON
+		-DLIBIGL_BUILD_TESTS=OFF
+		-DLIBIGL_BUILD_TUTORIALS=OFF
+		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
+		-DLIBIGL_COPYLEFT_CGAL=OFF
+		-DLIBIGL_COPYLEFT_COMISO=OFF
+		-DLIBIGL_EMBREE=OFF
+		-DLIBIGL_DEFAULT_MATLAB=OFF
+		-DLIBIGL_DEFAULT_MOSEK=OFF
+		-DLIBIGL_OPENGL=OFF
+		-DLIBIGL_GLFW=OFF
+		-DLIBIGL_IMGUI=OFF
+		-DLIBIGL_PNG=OFF
+		-DLIBIGL_PREDICATES=OFF
+		-DLIBIGL_COPYLEFT_TETGEN=OFF
+		-DLIBIGL_RESTRICTED_TRIANGLE=OFF
+		-DLIBIGL_XML=OFF
+	)
+	cmake_src_configure
+}
+
+src_prepare() {
+	cmake_src_prepare
+
+	# Tries to copy eigen headers into /usr/include
+	sed -i '/install(DIRECTORY/d' cmake/recipes/external/eigen.cmake || die
+}
+
+src_install() {
+		cmake_src_install
+
+		# Install won't install all headers
+		insinto /usr/include/
+		doins -r include/igl
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2022-03-19  9:30 Matthew Smith
  0 siblings, 0 replies; 13+ messages in thread
From: Matthew Smith @ 2022-03-19  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     a33f3aa1ab3a0b5ff12f9e1f44123fd348879ad8
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 09:02:14 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 09:02:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33f3aa1

sci-libs/libigl: update LICENSE

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 sci-libs/libigl/libigl-2.3.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/libigl/libigl-2.3.0.ebuild b/sci-libs/libigl/libigl-2.3.0.ebuild
index 9b545af98daa..4394eb040c0b 100644
--- a/sci-libs/libigl/libigl-2.3.0.ebuild
+++ b/sci-libs/libigl/libigl-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="A simple C++ geometry processing library"
 HOMEPAGE="https://libigl.github.io/"
 SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-2+ MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2021-06-24  6:01 Dennis Lamm
  0 siblings, 0 replies; 13+ messages in thread
From: Dennis Lamm @ 2021-06-24  6:01 UTC (permalink / raw
  To: gentoo-commits

commit:     780346d73d3f5aa3822c67252d80f4ee83c4ac19
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 24 06:01:13 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Thu Jun 24 06:01:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780346d7

sci-libs/libigl: drop old

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2

 sci-libs/libigl/Manifest            |  1 -
 sci-libs/libigl/libigl-2.2.0.ebuild | 51 -------------------------------------
 2 files changed, 52 deletions(-)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index bc8faba8db2..082cfc2fe6e 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1,2 +1 @@
-DIST libigl-2.2.0.tar.gz 976859 BLAKE2B c32f3352735af631efc1a1c3eb598d94d845de61519346f91e9d3bbed3cc267c8b3fc70071b5a13bdc5d35624c8b271c056d3202dd6c8ec65dd24c4ea78885d9 SHA512 d2b091ccbad7b1e4305ac75b82d7bcb12d22e0c6f356ae21c2cc3006fc6404f0b738d394d6b008612e12a473698997c605db91a9b042bb4ec3c5ed18fea50029
 DIST libigl-2.3.0.tar.gz 1132299 BLAKE2B f6a61666aafff76ce004d99191ae52d625fc2960909802c02a7359c6a81767315a2109a8878964da7a4ad9cc0121471d42ed6ec25bc9cdcbdb100b0b7d174eb4 SHA512 41fbb3660e61457c3d6c52de4d17e0bfa56eb48eab82013c8095ce753c24ecff389365f91dbcf316cc422c09f713745251e32bddf4deff23fe5e428b9797da19

diff --git a/sci-libs/libigl/libigl-2.2.0.ebuild b/sci-libs/libigl/libigl-2.2.0.ebuild
deleted file mode 100644
index 45dadd22bed..00000000000
--- a/sci-libs/libigl/libigl-2.2.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="A simple C++ geometry processing library"
-HOMEPAGE="https://libigl.github.io/"
-SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-DEPEND="dev-cpp/eigen:3"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DLIBIGL_BUILD_TESTS=OFF
-		-DLIBIGL_BUILD_TUTORIALS=OFF
-		-DLIBIGL_SKIP_DOWNLOAD=ON
-		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
-		-DLIBIGL_WITH_CGAL=OFF
-		-DLIBIGL_WITH_COMISO=OFF
-		-DLIBIGL_WITH_EMBREE=OFF
-		-DLIBIGL_WITH_MATLAB=OFF
-		-DLIBIGL_WITH_MOSEK=OFF
-		-DLIBIGL_WITH_OPENGL=OFF
-		-DLIBIGL_WITH_OPENGL_GLFW=OFF
-		-DLIBIGL_WITH_OPENGL_GLFW_IMGUI=OFF
-		-DLIBIGL_WITH_PNG=OFF
-		-DLIBIGL_WITH_PREDICATES=OFF
-		-DLIBIGL_WITH_PYTHON=OFF
-		-DLIBIGL_WITH_TETGEN=OFF
-		-DLIBIGL_WITH_TRIANGLE=OFF
-		-DLIBIGL_WITH_XML=OFF
-	)
-	cmake_src_configure
-}
-
-src_install() {
-		cmake_src_install
-
-		# Install won't install all headers
-		insinto /usr/include/
-		doins -r include/igl
-}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2021-06-23 18:33 Dennis Lamm
  0 siblings, 0 replies; 13+ messages in thread
From: Dennis Lamm @ 2021-06-23 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     d43de64f48be4115f498b0d9e1e43a112023e18a
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 17:59:14 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 18:33:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43de64f

sci-libs/libigl: bump to 2.3.0

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Closes: https://github.com/gentoo/gentoo/pull/21393
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 +
 sci-libs/libigl/libigl-2.3.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
index 78a9977ee98..bc8faba8db2 100644
--- a/sci-libs/libigl/Manifest
+++ b/sci-libs/libigl/Manifest
@@ -1 +1,2 @@
 DIST libigl-2.2.0.tar.gz 976859 BLAKE2B c32f3352735af631efc1a1c3eb598d94d845de61519346f91e9d3bbed3cc267c8b3fc70071b5a13bdc5d35624c8b271c056d3202dd6c8ec65dd24c4ea78885d9 SHA512 d2b091ccbad7b1e4305ac75b82d7bcb12d22e0c6f356ae21c2cc3006fc6404f0b738d394d6b008612e12a473698997c605db91a9b042bb4ec3c5ed18fea50029
+DIST libigl-2.3.0.tar.gz 1132299 BLAKE2B f6a61666aafff76ce004d99191ae52d625fc2960909802c02a7359c6a81767315a2109a8878964da7a4ad9cc0121471d42ed6ec25bc9cdcbdb100b0b7d174eb4 SHA512 41fbb3660e61457c3d6c52de4d17e0bfa56eb48eab82013c8095ce753c24ecff389365f91dbcf316cc422c09f713745251e32bddf4deff23fe5e428b9797da19

diff --git a/sci-libs/libigl/libigl-2.3.0.ebuild b/sci-libs/libigl/libigl-2.3.0.ebuild
new file mode 100644
index 00000000000..9b545af98da
--- /dev/null
+++ b/sci-libs/libigl/libigl-2.3.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A simple C++ geometry processing library"
+HOMEPAGE="https://libigl.github.io/"
+SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="dev-cpp/eigen:3"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIBIGL_BUILD_TESTS=OFF
+		-DLIBIGL_BUILD_TUTORIALS=OFF
+		-DLIBIGL_SKIP_DOWNLOAD=ON
+		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
+		-DLIBIGL_WITH_CGAL=OFF
+		-DLIBIGL_WITH_COMISO=OFF
+		-DLIBIGL_WITH_EMBREE=OFF
+		-DLIBIGL_WITH_MATLAB=OFF
+		-DLIBIGL_WITH_MOSEK=OFF
+		-DLIBIGL_WITH_OPENGL=OFF
+		-DLIBIGL_WITH_OPENGL_GLFW=OFF
+		-DLIBIGL_WITH_OPENGL_GLFW_IMGUI=OFF
+		-DLIBIGL_WITH_PNG=OFF
+		-DLIBIGL_WITH_PREDICATES=OFF
+		-DLIBIGL_WITH_PYTHON=OFF
+		-DLIBIGL_WITH_TETGEN=OFF
+		-DLIBIGL_WITH_TRIANGLE=OFF
+		-DLIBIGL_WITH_XML=OFF
+	)
+	cmake_src_configure
+}
+
+src_install() {
+		cmake_src_install
+
+		# Install won't install all headers
+		insinto /usr/include/
+		doins -r include/igl
+}


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2021-02-07 23:57 Dennis Lamm
  0 siblings, 0 replies; 13+ messages in thread
From: Dennis Lamm @ 2021-02-07 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     b836072ed665c96eeb685655bde17b2f3c54d51e
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  7 21:19:33 2021 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Feb  7 23:56:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b836072e

sci-libs/libigl: metadata added upstream bugtracker

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 sci-libs/libigl/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-libs/libigl/metadata.xml b/sci-libs/libigl/metadata.xml
index 970568e6800..6ea2194bc08 100644
--- a/sci-libs/libigl/metadata.xml
+++ b/sci-libs/libigl/metadata.xml
@@ -12,6 +12,7 @@
 		OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.
 	</longdescription>
 	<upstream>
+		<bugs-to>https://github.com/libigl/libigl/issues</bugs-to>
 		<remote-id type="github">libigl/libigl</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/
@ 2020-12-13 14:22 Dennis Lamm
  0 siblings, 0 replies; 13+ messages in thread
From: Dennis Lamm @ 2020-12-13 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4dbe7d850b96fd5329f4be4e9fb195e9bd8fedb5
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 13 12:56:32 2020 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 13 14:22:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dbe7d85

sci-libs/libigl: new ebuild

Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18638
Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org>

 sci-libs/libigl/Manifest            |  1 +
 sci-libs/libigl/libigl-2.2.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++
 sci-libs/libigl/metadata.xml        | 17 +++++++++++++
 3 files changed, 69 insertions(+)

diff --git a/sci-libs/libigl/Manifest b/sci-libs/libigl/Manifest
new file mode 100644
index 00000000000..78a9977ee98
--- /dev/null
+++ b/sci-libs/libigl/Manifest
@@ -0,0 +1 @@
+DIST libigl-2.2.0.tar.gz 976859 BLAKE2B c32f3352735af631efc1a1c3eb598d94d845de61519346f91e9d3bbed3cc267c8b3fc70071b5a13bdc5d35624c8b271c056d3202dd6c8ec65dd24c4ea78885d9 SHA512 d2b091ccbad7b1e4305ac75b82d7bcb12d22e0c6f356ae21c2cc3006fc6404f0b738d394d6b008612e12a473698997c605db91a9b042bb4ec3c5ed18fea50029

diff --git a/sci-libs/libigl/libigl-2.2.0.ebuild b/sci-libs/libigl/libigl-2.2.0.ebuild
new file mode 100644
index 00000000000..45dadd22bed
--- /dev/null
+++ b/sci-libs/libigl/libigl-2.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="A simple C++ geometry processing library"
+HOMEPAGE="https://libigl.github.io/"
+SRC_URI="https://github.com/libigl/libigl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="dev-cpp/eigen:3"
+
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DLIBIGL_BUILD_TESTS=OFF
+		-DLIBIGL_BUILD_TUTORIALS=OFF
+		-DLIBIGL_SKIP_DOWNLOAD=ON
+		-DLIBIGL_USE_STATIC_LIBRARY=$(usex static-libs)
+		-DLIBIGL_WITH_CGAL=OFF
+		-DLIBIGL_WITH_COMISO=OFF
+		-DLIBIGL_WITH_EMBREE=OFF
+		-DLIBIGL_WITH_MATLAB=OFF
+		-DLIBIGL_WITH_MOSEK=OFF
+		-DLIBIGL_WITH_OPENGL=OFF
+		-DLIBIGL_WITH_OPENGL_GLFW=OFF
+		-DLIBIGL_WITH_OPENGL_GLFW_IMGUI=OFF
+		-DLIBIGL_WITH_PNG=OFF
+		-DLIBIGL_WITH_PREDICATES=OFF
+		-DLIBIGL_WITH_PYTHON=OFF
+		-DLIBIGL_WITH_TETGEN=OFF
+		-DLIBIGL_WITH_TRIANGLE=OFF
+		-DLIBIGL_WITH_XML=OFF
+	)
+	cmake_src_configure
+}
+
+src_install() {
+		cmake_src_install
+
+		# Install won't install all headers
+		insinto /usr/include/
+		doins -r include/igl
+}

diff --git a/sci-libs/libigl/metadata.xml b/sci-libs/libigl/metadata.xml
new file mode 100644
index 00000000000..970568e6800
--- /dev/null
+++ b/sci-libs/libigl/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>3dprint@gentoo.org</email>
+		<name>Gentoo 3D Printer Project</name>
+	</maintainer>
+	<longdescription>
+		ibigl is a simple C++ geometry processing library with a wide functionality including construction of sparse
+		discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and
+		diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for
+		OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">libigl/libigl</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-03-02 11:29 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-02 11:29 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2024-03-01 15:57 Arthur Zamarin
2023-12-22 12:22 Arthur Zamarin
2023-08-09  5:58 Yixun Lan
2023-01-26 20:48 Andreas Sturmlechner
2023-01-09  1:09 Sam James
2022-03-21 15:20 Agostino Sarubbo
2022-03-19  9:30 Matthew Smith
2022-03-19  9:30 Matthew Smith
2021-06-24  6:01 Dennis Lamm
2021-06-23 18:33 Dennis Lamm
2021-02-07 23:57 Dennis Lamm
2020-12-13 14:22 Dennis Lamm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox