jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / scientific / glm / Makefile
blobeb2035abcc9b80b83b6a5f9d248acf97b97b0317
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
5 # 1.0 of the CDDL.
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
16 BUILD_BITS= 64
17 BUILD_STYLE= cmake
18 USE_DEFAULT_TEST_TRANSFORMS= yes
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_NAME= glm
22 COMPONENT_VERSION= 0.9.9.8
23 COMPONENT_REVISION= 1
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