Port details |
- glm C++ mathematics library for software based on the OpenGL GLSL
- 1.0.1,1 math =5 1.0.1,1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2012-08-03 15:13:41
- Last Update: 2024-03-01 21:00:07
- Commit Hash: b35bdcd
- People watching this port, also watch:: libevent, autoconf, xcb-util-image, libXdamage, xorg-docs
- Also Listed In: graphics
- License: MIT
- WWW:
- https://github.com/g-truc/glm
- Description:
- OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.
GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities than GLSL so that when a programmer
knows GLSL, he knows GLM as well which makes it really easy to use.
This project isn't limited to GLSL features. An extension system, based on
the GLSL extension conventions, provides extended capabilities: matrix
transformations, quaternions, half-based types, random numbers, procedural
noise functions, etc...
This library works perfectly with OpenGL but it also ensures interoperability
with third party libraries and SDKs. It is a good candidate for software
rendering (Raytracing / Rasterisation), image processing, physic simulations
and any context that requires a simple and convenient mathematics library.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/glm/ && make install clean
- To add the package, run one of these commands:
- pkg install math/glm
- pkg install glm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: glm
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709055434
SHA256 (g-truc-glm-1.0.1_GH0.tar.gz) = 9f3174561fd26904b23f0db5e560971cbf9b3cbda0b280f04d5c379d03bf234c
SIZE (g-truc-glm-1.0.1_GH0.tar.gz) = 4567161
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
- astro/calcmysky
- benchmarks/vkmark
- cad/horizon-eda
- cad/kicad
- cad/kicad-devel
- cad/openscad
- cad/openscad-devel
-
Deleted ports which required this port:
- for Run
-
- devel/wf-config
- games/solarus
- graphics/gource
- graphics/libprojectm
Configuration Options:
- ===> The following configuration options are available for glm-1.0.1,1:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- math_glm
- USES:
- cmake compiler:c++11-lang pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.1,1 01 Mar 2024 21:00:07 |
Dmitry Marakasov (amdmi3) |
math/glm: update 0.9.9.8 → 1.0.1
Some parts of glm were retroactively marked as experimental, and using
now leads to a compile error - added override for this error to consumers
which need it. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.9.8,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.9.8,1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.9.9.8,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.9.8,1 12 Mar 2021 15:55:03 |
amdmi3 |
- Update math/glm to 0.9.9.8 |
0.9.8.5_4,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.9.8.5_3,1 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.9.8.5_3,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
0.9.8.5_2,1 11 Aug 2018 15:51:13 |
fernape |
math/glm: make it compile with GCC 7
GCC 7 was set as default in r475856
math/glm doesn't recognize GCC 7.x as a valid compiler. Import changes from
dd48b56e44d699a022c69155c8672caacafd9e8a in upstream to update the list of
supported compilers.
As a side effect this makes cad/openvsp build again.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16650 |
0.9.8.5_1,1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
0.9.8.5,1 11 Jun 2018 01:44:15 |
linimon |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.9.8.5,1 18 Dec 2017 12:34:51 |
amdmi3 |
Bring back mistakenly removed PORTEPOCH
Reported by: Tamas TEVESZ <ice@extreme.hu> |
0.9.8.5 04 Dec 2017 11:32:29 |
amdmi3 |
- Update to 0.9.8.5 |
0.9.8.4,1 28 Nov 2017 11:46:54 |
amdmi3 |
- Switch to new test framework
- Take maintainership
- Update WWW |
0.9.8.4,1 04 Jun 2017 17:21:01 |
pi |
math/glm: remove flag from MAINTAINER_MODE case
PR: 219737
Submitted by: pfg |
0.9.8.4,1 04 Jun 2017 15:57:53 |
pi |
math/glm: update 0.9.7.3 -> 0.9.8.4
- Many changes
- move lib/pkgconfig/glm.pc to libdata/pkgconfig/
PR: 219737
Submitted by: pfg
Relnotes: https://github.com/g-truc/glm/releases |
0.9.7.3,1 22 Feb 2016 10:17:45 |
rakuco |
Update to 0.9.7.3.
Release notes: http://glm.g-truc.net/0.9.7/updates.html
Add a build-time dependency on devel/cmake instead of installing files by hand.
NO_BUILD is still set, but now the port also installs some helper CMake files. |
0.9.7.1,1 06 Jan 2016 16:59:24 |
demon |
Release to ports@ |
0.9.7.1,1 09 Dec 2015 23:43:30 |
jbeich |
math/glm: update to 0.9.7.1,1
Changes: https://github.com/g-truc/glm/releases/tag/0.9.7.1
PR: 203181
Approved by: maintainer timeout (83 days) |
0.9.6.3,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.6.3,1 08 May 2015 20:58:20 |
jkim |
- Update to 0.9.6.3.
- Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x.
- Add LICENSE and NO_ARCH.
Approved by: demon (maintainer) |
0.9.5.4_1,1 04 Dec 2014 18:32:36 |
jkim |
Make it more libstdc++ friendly. graphics/gource now builds on 8.x and 9.x.
Approved by: demon (maintainer) |
0.9.5.4,1 04 Dec 2014 14:06:11 |
demon |
Revert to 0.9.5.4: recent version requires c++11 compiler and this update breaks
some ports on 8.x/9.x. |
0.9.6.0 01 Dec 2014 13:04:08 |
demon |
Update to version 0.9.6.1 |
0.9.5.4_1 15 Nov 2014 12:20:54 |
antoine |
Cleanup plist |
0.9.5.4_1 04 Sep 2014 16:23:57 |
adamw |
Add USES=dos2unix. PORTREVISION bump.
While here, wrap compound statements. |
0.9.5.4 16 Aug 2014 18:10:19 |
demon |
Update to version 0.9.5.4 |
0.9.5.3 02 Apr 2014 11:07:44 |
demon |
Update to 0.9.5.3. |
0.9.5.2 10 Mar 2014 16:25:34 |
bapt |
Convert m* to USES=zip |
0.9.5.2 02 Mar 2014 09:30:02 |
demon |
Update to 0.9.5.2. |
0.9.5.0 26 Dec 2013 18:45:50 |
demon |
Update to version 0.9.5.0. |
0.9.4.6 05 Nov 2013 10:06:11 |
demon |
Pet portlint. |
0.9.4.6 05 Nov 2013 10:05:23 |
demon |
Update to version 0.9.4.6. |
0.9.4.4 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
0.9.4.4 24 Jun 2013 07:17:26 |
demon |
Update to version 0.9.4.4 |
0.9.4.3 22 Mar 2013 08:47:26 |
demon |
Update to version 0.9.4.3. |
0.9.4.2 11 Mar 2013 12:42:34 |
demon |
Update to version 0.9.4.2. |
0.9.3.4 03 Aug 2012 15:13:10 |
demon |
OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL) specification.
GLM provides classes and functions designed and implemented with the same
naming conventions and functionalities than GLSL so that when a programmer
knows GLSL, he knows GLM as well which makes it really easy to use. |