Commits

Chris Jones authored 5b05d163d4c
glm: update to 0.9.9.5
No tags

devel/glm/Portfile

Modified
1 +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 +
1 3 PortSystem 1.0
2 4 PortGroup github 1.0
3 5 PortGroup cmake 1.1
4 6 PortGroup compiler_blacklist_versions 1.0
5 7
6 -github.setup g-truc glm 0.9.9.4
8 +github.setup g-truc glm 0.9.9.5
7 9 categories devel
8 10 platforms darwin
9 11 supported_archs noarch
10 12 license MIT
11 13 maintainers openmaintainer {mmoll @mamoll}
12 14 description OpenGL Mathematics (GLM) C++ library
13 15 long_description OpenGL Mathematics (GLM) is a header only C++ \
14 16 mathematics library for graphics software based \
15 17 on the OpenGL Shading Language (GLSL) specification.
16 18 homepage http://glm.g-truc.net/
17 -checksums rmd160 09c991cada3a89eb22745feb16085d1acf02f4b8 \
18 - sha256 64d1e88b6a8c1b0e5a4491155184440d4914a34b89a14327e5135f6393001958 \
19 - size 4580590
19 +
20 +checksums rmd160 a034d47d3cc8a29cb7337473bc6076cd97b60b39 \
21 + sha256 ba3999caa78b7fdc8e340c8ec9a67457db79cc55ce5d436688cf5930c635726e \
22 + size 4580728
20 23
21 24 # see https://trac.macports.org/ticket/57085 as to why the c++11 PG can't be used just now
22 25 compiler.blacklist-append \
23 26 {clang < 602} \
24 27 {macports-clang-3.[3-4]} \
25 28 *gcc-3.* *gcc-4.*
26 29 platform darwin i386 {
27 30 # note -- NOT macports-clang-7.0 as it defaults to c++17 and we aren't
28 31 # covering that eventuality at present
29 32 compiler.fallback-append macports-clang-5.0 macports-clang-6.0

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut