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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC6C91382C5 for ; Wed, 23 Jun 2021 18:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEF3E0875; Wed, 23 Jun 2021 18:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0A09E0875 for ; Wed, 23 Jun 2021 18:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53ECD335D00 for ; Wed, 23 Jun 2021 18:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DDF17B3 for ; Wed, 23 Jun 2021 18:33:25 +0000 (UTC) From: "Dennis Lamm" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dennis Lamm" Message-ID: <1624473198.d43de64f48be4115f498b0d9e1e43a112023e18a.expeditioneer@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.3.0.ebuild X-VCS-Directories: sci-libs/libigl/ X-VCS-Committer: expeditioneer X-VCS-Committer-Name: Dennis Lamm X-VCS-Revision: d43de64f48be4115f498b0d9e1e43a112023e18a X-VCS-Branch: master Date: Wed, 23 Jun 2021 18:33:25 +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: 55ad5126-be0f-41e5-8273-630458bb4777 X-Archives-Hash: cd06f7c6b958fe647c0c55ec6f16793c commit: d43de64f48be4115f498b0d9e1e43a112023e18a Author: Dennis Lamm gentoo org> AuthorDate: Wed Jun 23 17:59:14 2021 +0000 Commit: Dennis Lamm gentoo 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 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 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 +}