commit: c1ea649de7828e306b934d277f2dce9bfb369ec2
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Mar 23 03:15:34 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Thu Mar 23 03:15:34 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1ea649d
sci-visualization/forge: Use system glm and forge
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-visualization/forge/{forge-0.9.2.ebuild => forge-0.9.0-r1.ebuild} | 2 ++
sci-visualization/forge/{forge-0.9.0.ebuild => forge-0.9.2-r1.ebuild} | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/sci-visualization/forge/forge-0.9.2.ebuild
b/sci-visualization/forge/forge-0.9.0-r1.ebuild
similarity index 95%
rename from sci-visualization/forge/forge-0.9.2.ebuild
rename to sci-visualization/forge/forge-0.9.0-r1.ebuild
index 5f6edd2d9..3df07a527 100644
--- a/sci-visualization/forge/forge-0.9.2.ebuild
+++ b/sci-visualization/forge/forge-0.9.0-r1.ebuild
@@ -39,6 +39,8 @@ src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES="$(examples EXAMPLES)"
-DUSE_SYSTEM_GLBINDING=ON
+ -DUSE_SYSTEM_GLM=ON
+ -DUSE_SYSTEM_FREETYPE=ON
-DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge
)
cmake-utils_src_configure
diff --git a/sci-visualization/forge/forge-0.9.0.ebuild
b/sci-visualization/forge/forge-0.9.2-r1.ebuild
similarity index 91%
rename from sci-visualization/forge/forge-0.9.0.ebuild
rename to sci-visualization/forge/forge-0.9.2-r1.ebuild
index 6bddc7dc0..3df07a527 100644
--- a/sci-visualization/forge/forge-0.9.0.ebuild
+++ b/sci-visualization/forge/forge-0.9.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -39,6 +39,8 @@ src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES="$(examples EXAMPLES)"
-DUSE_SYSTEM_GLBINDING=ON
+ -DUSE_SYSTEM_GLM=ON
+ -DUSE_SYSTEM_FREETYPE=ON
-DFG_INSTALL_CMAKE_DIR=/usr/$(get_libdir)/cmake/Forge
)
cmake-utils_src_configure