fpzip doesn't pip install on OS X (10.4.5 Mojave) without setting the flag -stdlib=libc++ during install (for instance, CFLAGS='-stdlib=libc++' pip install fpzip). This is particularly a problem when installing something for which fpzip is a dependency, e.g. cloudvolume. I imagine this should be put into the extra_compile_args in setup.py on a platform conditional basis.
fpzip doesn't pip install on OS X (10.4.5 Mojave) without setting the flag
-stdlib=libc++
during install (for instance,CFLAGS='-stdlib=libc++' pip install fpzip
). This is particularly a problem when installing something for which fpzip is a dependency, e.g. cloudvolume. I imagine this should be put into theextra_compile_args
insetup.py
on a platform conditional basis.