zfp
zfp copied to clipboard
Document need for OS=mac when building shared libraries with GNU make on macOS
The following fails on macOS using the latest 1.0.0 release:
make BUILD_CFP=1 BUILD_SHARED_LIBS=1
The solution is to add OS=mac:
make BUILD_CFP=1 BUILD_SHARED_LIBS=1 OS=mac
This should be documented in the installation instructions.