Search Criteria
Package Details: cglm 0.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cglm.git (read-only, click to copy) |
---|---|
Package Base: | cglm |
Description: | OpenGL Mathematics (glm) for C |
Upstream URL: | https://github.com/recp/cglm |
Licenses: | MIT |
Submitter: | turtlewit |
Maintainer: | turtlewit |
Last Packager: | turtlewit |
Votes: | 4 |
Popularity: | 0.000105 |
First Submitted: | 2019-05-09 04:04 (UTC) |
Last Updated: | 2024-01-08 16:15 (UTC) |
Latest Comments
q234rty commented on 2023-08-18 03:58 (UTC)
Please reset pkgrel to 1 when bumping this to 0.9.1
laochailan commented on 2023-04-16 11:16 (UTC)
cmake seems to be missing from the makedepends. Further, glibc is part of base-devel so it is not necessary to list it as a dependency, right?
turtlewit commented on 2022-12-18 20:49 (UTC)
This package now uses cmake, thanks for the suggestion!
However, the cmake build seems to act differently to the autotools build, as the resulting library isn't linked against libm, which caused my local test project to segfault when built against it. I was able to fix this by linking the project with the
-lm
argument before-lcglm
.q234rty commented on 2022-12-17 17:56 (UTC)
This package currently installs a broken cglm.pc that includes placeholders. I would say just switch to cmake like the cglm-git package.
turtlewit commented on 2019-09-16 20:40 (UTC)
@Ryozuki Sorry for the late reply, my email was marking AUR notifications as junk. I changed the pkgbuild to install the
cglm.pc
file and hopefully fix your issue.edg-l commented on 2019-08-17 06:38 (UTC) (edited on 2019-08-17 06:38 (UTC) by edg-l)
For some reason i cannot find the installed library using
pkg-config --cflags cglm
Is there something wrong with the pkgbuild?