Opened 10 years ago
Closed 10 years ago
#47660 closed defect (fixed)
blosc @1.6.1: opportunistically links with lz4, snappy and zlib
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | ||
Port: | blosc |
Description
$ port deps blosc Full Name: blosc @1.6.1_0 Build Dependencies: cmake
But:
$ port -v installed blosc The following ports are currently installed: blosc @1.6.1_0 (active) platform='darwin 14' archs='x86_64'
$ otool -L /opt/local/lib/libblosc.dylib /opt/local/lib/libblosc.dylib: /opt/local/lib/libblosc.1.dylib (compatibility version 1.0.0, current version 1.6.1) /opt/local/lib/liblz4.1.dylib (compatibility version 1.0.0, current version 1.4.0) /opt/local/lib/libsnappy.1.dylib (compatibility version 4.0.0, current version 4.0.0) /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.8) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
Change History (1)
comment:1 Changed 10 years ago by stromnov (Andrey Stromnov)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks! Fixed at r135952.