# Conditional options for macOS
ORIG_PKG_LIBS = `os=\`uname -s\`; if [ "$$os" != "Darwin" ]; then echo "$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)"; fi`
PKG_LIBS = $(ORIG_PKG_LIBS) -lz

