Package Details: cglm 0.9.6-1

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
Provides: libcglm.so
Submitter: turtlewit
Maintainer: turtlewit
Last Packager: turtlewit
Votes: 4
Popularity: 0.000010
First Submitted: 2019-05-09 04:04 (UTC)
Last Updated: 2025-02-22 21:34 (UTC)

Latest Comments

yochananmarqos commented on 2025-02-23 00:08 (UTC)

@turtlewit: Meson installs everything. Cmake does not. No, I'm not going to add a duplicate package to the AUR.

turtlewit commented on 2025-02-22 21:37 (UTC)

@yochananmarqos cmake continues to be a supported build platform for cglm. You may wish to upload your pkgbuild as a separate aur package.

yochananmarqos commented on 2025-02-12 20:19 (UTC)

@turtlewit: Please switch to the Meson build system. See my PKGBUILD.

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?