2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2020 Aurelien Larcher
18 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 include ..
/..
/..
/make-rules
/shared-macros.mk
22 COMPONENT_VERSION
= 0.9.9.8
24 COMPONENT_FMRI
= library
/math
/glm
25 COMPONENT_CLASSIFICATION
= System
/Libraries
26 COMPONENT_SUMMARY
= glm
- OpenGL Mathematics
, A C
++ mathematics library for graphics programming
27 COMPONENT_PROJECT_URL
= https
://glm.g-truc.net
28 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
29 COMPONENT_ARCHIVE
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
).
tar.gz
30 COMPONENT_ARCHIVE_HASH
= sha256
:7d508ab72cb5d43227a3711420f06ff99b0a0cb63ee2f93631b162bfe1fe9592
31 COMPONENT_ARCHIVE_URL
= https
://github.com
/g-truc
/glm
/archive
/$(COMPONENT_VERSION
).
tar.gz
32 COMPONENT_LICENSE
= MIT
33 COMPONENT_LICENSE_FILE
= copying.txt
35 include $(WS_MAKE_RULES
)/common.mk
37 # Note that test-core_func_integer fails with gcc-13 but is ok with gcc-7 and gcc-10.
38 COMPONENT_TEST_TRANSFORMS
+= ' -e "/aborted/p" '
40 # Auto-generated dependencies