Commit graph

6 commits

Author SHA1 Message Date
minskim
306c85259a devel/blosc: Make this package build on Darwin again
test_common.h has a seperate #elif branch to handle Darwin. Let blosc
use it on Darwin, rather than the C11 branch.
2018-05-13 03:22:33 +00:00
maya
92270c905f blosc: fix previous, use posix_memalign if possible.
We are using undefined behaviour so lots of the tests are failing. with
this and testing upstream trunk, all tests passed on netbsd.
2018-05-12 14:04:00 +00:00
maya
f8b0c59b31 blosc: use the __STDC_VERSION__ right for everyone, not just freebsd.
(we can probably drop the _ISO_C11 feature test thing for glibc then).

bump PKGREVISION, this likely changes the binary for SunOS.
2018-05-12 12:01:26 +00:00
minskim
ce1f5f9eb9 devel/blosc: Update to 1.14.2
Notable changes since 1.12.1:
- Serious optimization of memory copy functions (see new
  blosc/fastcopy.c). This benefits the speed of all the codecs, but
  specially the BloscLZ one.
- As a result of the above, the BloscLZ codec received a new
  adjustment of knobs so that you should expect better compression
  ratios with it too.
- Fixed a buffer overrun that happens when compressing small buffers
  and len(destination_buffer) < (len(source_buffer) +
  BLOSC_MAX_OVERHEAD).
- New split mode that favors forward compatibility. That means that,
  from now on, all the buffers created starting with blosc 1.14.0 will
  be forward compatible with any previous versions of the library --at
  least until 1.3.0, when support for multi-codec was introduced.
2018-04-05 15:26:08 +00:00
jperkin
90a90aa32b blosc: Use posix_memalign on SunOS. 2018-04-05 09:33:48 +00:00
minskim
8e00213dd8 devel/blosc: Import version 1.12.1 from pkgsrc-wip
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.
2017-09-26 17:38:22 +00:00