public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aisha Tammy" <gentoo@aisha.cc>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/
Date: Fri, 21 May 2021 02:16:02 +0000 (UTC)	[thread overview]
Message-ID: <1621563353.0c1a516e76f56bcc3514f3b027aec327a7ce1e12.epsilon-0@gentoo> (raw)

commit:     0c1a516e76f56bcc3514f3b027aec327a7ce1e12
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri May 21 02:15:53 2021 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri May 21 02:15:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=0c1a516e

sci-visualization/forge: version bump to 1.0.7

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-visualization/forge/forge-1.0.7.ebuild | 54 ++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/sci-visualization/forge/forge-1.0.7.ebuild b/sci-visualization/forge/forge-1.0.7.ebuild
new file mode 100644
index 000000000..ab5fa17bb
--- /dev/null
+++ b/sci-visualization/forge/forge-1.0.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake multilib
+
+DESCRIPTION="High Performance Visualizations for ArrayFire"
+HOMEPAGE="http://www.arrayfire.com/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/arrayfire/forge"
+else
+	SRC_URI="https://github.com/arrayfire/forge/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="doc examples"
+
+RDEPEND="
+	dev-libs/boost
+	media-libs/glfw
+	media-libs/fontconfig:1.0
+	media-libs/freeimage
+	media-libs/freetype:2
+	media-libs/glbinding
+	media-libs/glm
+	virtual/opengl
+	"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	doc? (
+		app-doc/doxygen
+		dev-python/breathe
+		dev-python/recommonmark
+		dev-python/sphinx
+	)
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_SHARED_LIBS=ON
+		-DFG_USE_STATIC_CPPFLAGS=OFF
+		-DFG_BUILD_DOCS=$(usex doc ON OFF)
+		-DFG_BUILD_EXAMPLES=$(usex examples ON OFF)
+		-DFG_WITH_FREEIMAGE=ON
+		-DFG_USE_STATIC_FREEIMAGE=OFF
+		-DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2021-05-21  2:16 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21  2:16 Aisha Tammy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-22 11:58 [gentoo-commits] proj/sci:master commit in: sci-visualization/forge/ Horea Christian
2021-12-16 10:57 Andrew Ammerlaan
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2020-09-22 14:22 Aisha Tammy
2017-03-23  3:15 Marius Brehler
2017-03-23  3:12 Marius Brehler
2017-01-02  8:42 Marius Brehler
2017-01-02  8:42 Marius Brehler
2016-11-23 14:35 Marius Brehler
2016-11-23 14:35 Marius Brehler
2016-01-12 11:07 Marius Brehler
2016-01-12 11:07 Marius Brehler
2015-12-04 17:44 Marius Brehler
2015-12-04 17:44 Marius Brehler
2015-11-24 14:36 Marius Brehler
2015-10-01  6:06 Justin Lecher
2015-10-01  6:06 Justin Lecher
2015-09-21 16:05 Justin Lecher

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=1621563353.0c1a516e76f56bcc3514f3b027aec327a7ce1e12.epsilon-0@gentoo \
    --to=gentoo@aisha.cc \
    --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