From 2f7a6f25a5332edc3abd61c9a75dd5214c2064bb Mon Sep 17 00:00:00 2001
From: Bogdan Nicolae <bogdan.nicolae@acm.org>
Date: Fri, 21 Oct 2022 16:18:42 -0500
Subject: [PATCH] removed definition of VELOC_INSTALL_DIR, needs to be set
 externally

---
 GNUmakefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
index 16725c8..aea9cce 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -46,8 +46,6 @@ MPICXX = mpicxx
 all: fe-progs mpi-progs
 sql: fe-sqlite
 
-VELOC_INSTALL_DIR := $(HOME)/deploy
-
 BLOSC_CPPFLAGS := \
 	-Ithirdparty/blosc \
 	-DHAVE_LZ4 -DHAVE_SNAPPY -DHAVE_ZLIB -DHAVE_ZSTD \
@@ -62,6 +60,7 @@ BLOSC_CPPFLAGS := \
 	-Ithirdparty/blosc/internal-complibs/zstd-0.7.4/decompress \
 	-Ithirdparty/SZ/sz/include
 
+# Set the VELOC_INSTALL_DIR environment variable to enable VELOC support
 ifdef VELOC_INSTALL_DIR
 BLOSC_CPPFLAGS := $(BLOSC_CPPFLAGS) \
 	-DGENERICIO_WITH_VELOC \
-- 
GitLab