Port details on branch 2024Q4 |
- 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:
|