From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Wed, 16 Sep 2015 08:53:47 +0000 (UTC) [thread overview]
Message-ID: <1442393621.1b177c32a9e22c8a5a566a444ede3caf79c88c07.jlec@gentoo> (raw)
commit: 1b177c32a9e22c8a5a566a444ede3caf79c88c07
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Sep 10 10:18:52 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 08:53:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b177c32
media-libs/glm: Version bump, fixes #553156 and #538294
Package-Manager: portage-2.2.20.1
media-libs/glm/Manifest | 1 +
media-libs/glm/glm-0.9.7.1.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-libs/glm/Manifest b/media-libs/glm/Manifest
index c91819f..d055681 100644
--- a/media-libs/glm/Manifest
+++ b/media-libs/glm/Manifest
@@ -2,3 +2,4 @@ DIST glm-0.9.2.4.zip 3462705 SHA256 1ec0e08c15c3f7e67d646ffae57777836c64431ddbf6
DIST glm-0.9.3.2.zip 6451695 SHA256 ee66ab8336b9b6b3dff69268c497688268cf5a9d2b3a14e1aa6fbd7f48c911be SHA512 7e446cb32c62254f6c44d4bc350a691312d33866bcb42865ee750342a22437e3df791007574582e9c0152f66d86d891cc433e8474c6167432f1604123b33ea51 WHIRLPOOL 9da6e38528ee7f3823983a0c4967e1528b05c7775adc548021bca36e908d987828f023e983a24bd46be48ad6a6e64c00b0c9fdb7f50abc97e1a9dbf9a0e15cd9
DIST glm-0.9.5.1.zip 4071873 SHA256 4f621657a3a7e73e2062f0c9b4366ba5e14a3c3b3c04928378f37fdd70bd0bf5 SHA512 9644e7d76dda057fb25c3c387316c551e964a179662baf095cc2519ec84693499fd1f9c8d614ed617c3a0e406843aad7a01cbbc9399e86d52cdd8cf72f1b9194 WHIRLPOOL 5a5e2e64c4236f46d97f286b6675fd01b92905fa86c02fe9812d272d0dd0319a1bff8ab0c8d27d1bb706b0033ba08b49085bd83264b72954ca7704fe7260333c
DIST glm-0.9.6.1.zip 4232099 SHA256 1a8a0c84dee47b0493aa8d45ccd38dc02b917d9f14da835c5b06fb0b93bb33e8 SHA512 7f1468c5e60e65181f4685a2429fa8d70350a3576175a55b7c9e8597a03837cb84aeaeb88d311e1e1948c5bd90ad9cee9286433cb78fdee54b0fbe5313ce2f84 WHIRLPOOL 88e0c6df25ee1bf73b625614be61c21c07389a7ecc05e2e74714da08412ab3ab0eba6c99c6a793f7b08d52f6748ef5202d8301c1b6cf4d64ab06184bc9482030
+DIST glm-0.9.7.1.tar.gz 3453078 SHA256 285a0dc8f762b4e523c8710fbd97accaace0c61f45bc8be2bdb0deed07b0e6f3 SHA512 380d3611b5867a4680c213bfec00e974d29c9aa92ed374adc9ca2ae04d6c4d29f20b88ccf3359df5faabf5050f9e6dc6e417ee9f5f4b484a3ef5aefecd3827a2 WHIRLPOOL 7a76f6efb7acacd7d2025d9ccf9d3feb0887e55dd10c757387ad07dbae44d2aba41758994ca870c64e55e501a9916b3dbdf3606dc9c7cf44368cc405d6c26a4e
diff --git a/media-libs/glm/glm-0.9.7.1.ebuild b/media-libs/glm/glm-0.9.7.1.ebuild
new file mode 100644
index 0000000..b2cb846
--- /dev/null
+++ b/media-libs/glm/glm-0.9.7.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="OpenGL Mathematics"
+HOMEPAGE="http://glm.g-truc.net/"
+SRC_URI="https://github.com/g-truc/glm/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( HappyBunny MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2"
+
+RDEPEND="virtual/opengl"
+
+src_configure() {
+ if use test; then
+ local mycmakeargs=( -DGLM_TEST_ENABLE=ON )
+
+ use cpu_flags_x86_sse2 && mycmakeargs+=( -DGLM_TEST_ENABLE_SIMD_SSE2=ON )
+ use cpu_flags_x86_sse3 && mycmakeargs+=( -DGLM_TEST_ENABLE_SIMD_SSE3=ON )
+ use cpu_flags_x86_avx && mycmakeargs+=( -DGLM_TEST_ENABLE_SIMD_AVX=ON )
+ use cpu_flags_x86_avx2 && mycmakeargs+=( -DGLM_TEST_ENABLE_SIMD_AVX2=ON )
+ fi
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2015-09-16 8:53 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 8:53 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-13 9:45 [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/ Alfredo Tupone
2024-03-10 12:49 Arthur Zamarin
2024-03-10 12:13 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-02 19:50 Alfredo Tupone
2024-02-27 20:33 Alfredo Tupone
2024-01-27 18:24 Ionen Wolkens
2022-08-12 12:26 WANG Xuerui
2022-05-17 1:16 Sam James
2021-12-17 10:06 Andreas Sturmlechner
2021-12-11 3:29 Sam James
2021-12-08 5:01 Sam James
2021-10-29 19:39 Alfredo Tupone
2021-08-12 3:10 Yixun Lan
2021-02-25 9:46 Sam James
2021-02-07 18:19 Sergei Trofimovich
2021-02-07 9:22 Sam James
2021-01-04 3:33 Sam James
2021-01-04 3:31 Sam James
2020-12-03 13:19 Sam James
2020-11-21 21:48 Sergei Trofimovich
2020-08-09 12:32 Sergei Trofimovich
2020-08-01 14:59 Alfredo Tupone
2020-07-02 13:56 Alfredo Tupone
2020-06-17 19:23 Alfredo Tupone
2020-03-31 17:51 Mart Raudsepp
2020-02-18 11:22 Alfredo Tupone
2020-02-18 7:55 Alfredo Tupone
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:13 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-01-11 8:23 Alfredo Tupone
2020-01-10 18:00 Alfredo Tupone
2019-11-18 8:12 Alfredo Tupone
2019-09-09 18:28 Alfredo Tupone
2019-09-09 12:56 Alfredo Tupone
2019-08-01 13:09 Aaron Bauman
2019-04-14 19:31 Alfredo Tupone
2019-04-08 16:27 Alexey Shvetsov
2019-04-02 6:31 Alfredo Tupone
2019-03-21 9:30 Lars Wendler
2019-03-20 21:20 Mikle Kolyada
2019-03-16 21:39 Agostino Sarubbo
2018-11-02 15:39 Lars Wendler
2018-11-02 15:39 Lars Wendler
2018-09-21 18:53 Alfredo Tupone
2018-09-10 9:45 Lars Wendler
2018-08-28 12:17 Alfredo Tupone
2018-06-01 14:11 Lars Wendler
2018-06-01 14:11 Lars Wendler
2018-04-16 9:27 Alfredo Tupone
2018-02-04 19:57 Alfredo Tupone
2017-08-18 8:44 Lars Wendler
2017-08-18 8:44 Lars Wendler
2017-01-26 23:36 Lars Wendler
2017-01-26 23:36 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-16 21:30 Lars Wendler
2016-11-04 9:04 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-10-17 9:05 Lars Wendler
2016-07-22 20:42 Alfredo Tupone
2016-02-17 21:15 Alfredo Tupone
2015-09-16 8:59 Justin Lecher
2015-09-16 8:59 Justin Lecher
2015-09-16 8:53 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=1442393621.1b177c32a9e22c8a5a566a444ede3caf79c88c07.jlec@gentoo \
--to=jlec@gentoo.org \
--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