From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2CF1C158015 for ; Fri, 22 Dec 2023 12:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 632892BC078; Fri, 22 Dec 2023 12:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E6102BC078 for ; Fri, 22 Dec 2023 12:22:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F460335D6E for ; Fri, 22 Dec 2023 12:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEFF7125F for ; Fri, 22 Dec 2023 12:22:08 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1703247713.fe4154c4fc986018740abc3a6973e57108bffb51.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libigl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/libigl/Manifest sci-libs/libigl/libigl-2.5.0.ebuild X-VCS-Directories: sci-libs/libigl/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: fe4154c4fc986018740abc3a6973e57108bffb51 X-VCS-Branch: master Date: Fri, 22 Dec 2023 12:22:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6bf733b-a9b1-46fc-82b9-cb31d9502852 X-Archives-Hash: 7992f21676cda93c3ca575ef10dc9a2d commit: fe4154c4fc986018740abc3a6973e57108bffb51 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 22 12:21:29 2023 +0000 Commit: Arthur Zamarin gentoo 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 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 +}