8e00213dd8
Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is the first compressor that is meant not only to reduce the size of large datasets on-disk or in-memory, but also to accelerate memory-bound computations. Packaged by me and improved by wiz and coypu.
13 lines
292 B
Makefile
13 lines
292 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2017/09/26 17:38:22 minskim Exp $
|
|
|
|
BUILDLINK_TREE+= blosc
|
|
|
|
.if !defined(BLOSC_BUILDLINK3_MK)
|
|
BLOSC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.blosc+= blosc>=1.12.1
|
|
BUILDLINK_PKGSRCDIR.blosc?= ../../devel/blosc
|
|
|
|
.endif # BLOSC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -blosc
|