2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"). You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright 2016-2017 Aurelien Larcher
15 include ..
/..
/..
/make-rules
/shared-macros.mk
18 COMPONENT_VERSION
= 0.6.0
20 COMPONENT_SUMMARY
= ck
- Concurrency Kit
21 COMPONENT_DESCRIPTION
= Concurrency primitives
, safe memory reclamation mechanisms and non-blocking data structures for the research
, design and implementation of high performance concurrent systems.
22 COMPONENT_PROJECT_URL
= https
://concurrencykit.org
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
25 COMPONENT_ARCHIVE_URL
= $(COMPONENT_PROJECT_URL
)/releases
/$(COMPONENT_ARCHIVE
)
26 COMPONENT_ARCHIVE_HASH
= sha256
:d7e27dd0a679e45632951e672f8288228f32310dfed2d5855e9573a9cf0d62df
27 COMPONENT_FMRI
= library
/ck
28 COMPONENT_CLASSIFICATION
= System
/Libraries
29 COMPONENT_LICENSE
= BSD
31 include $(WS_MAKE_RULES
)/common.mk
33 CONFIGURE_OPTIONS
+= --includedir=$(USRINCDIR
)/$(COMPONENT_NAME
)
34 CONFIGURE_OPTIONS
+= --environment
=$(BITS
)
36 COMPONENT_TEST_TARGETS
= regressions
38 REQUIRED_PACKAGES
+= system
/library
39 # Auto-generated dependencies
40 REQUIRED_PACKAGES
+= system
/library