commit 6c75e72ffad21329d99e156bb46ff3c777b077a7
parent 3855ca05adfc544e24d51a93d27d19beef50c56b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 26 Apr 2024 18:54:51 +0200
Clean config.mk file
Removed unnecessary lines that were copy-paste artifacts.
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/config.mk b/config.mk
@@ -31,11 +31,6 @@ RSYS_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs rsys)
STARDIS_VERSION = 0.10
STARDIS_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags stardis)
-# Optional (required only by suvm_voxelize tool)
-SMSH_VERSION = 0.1
-SMSH_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags smsh)
-SMSH_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs smsh)
-
DPDC_CFLAGS = $(RSYS_CFLAGS) $(STARDIS_CFLAGS) -fopenmp
DPDC_LIBS = $(RSYS_LIBS) -fopenmp -lm