From 9b3236b084a456b9afbf3b82d423e8bcfc2ae1b5 Mon Sep 17 00:00:00 2001 From: Graeme Winter Date: Mon, 8 Jun 2020 10:55:24 +0100 Subject: [PATCH] First cut: use H5_USE_110_API (#19) For #18 - compile against 1.10 API (may need to do more work to make sure this does what we actually want) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89bb420..aa69933 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ BSLZ4_BUILD_DIR = ./bslz4/build BSLZ4_INC_DIR = $(BSLZ4_SRC_DIR) CC=h5cc -CFLAGS=-Wall -g -O2 -fpic -I$(INC_DIR) -I$(BSLZ4_INC_DIR) -std=c89 -shlib +CFLAGS=-DH5_USE_110_API -Wall -g -O2 -fpic -I$(INC_DIR) -I$(BSLZ4_INC_DIR) -std=c89 -shlib .PHONY: plugin plugin: $(BUILD_DIR)/durin-plugin.so