From 7c73f29844a151bdcc769486506a76b6f96d4d18 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Wed, 4 Jan 2023 01:16:24 +0700
Subject: [PATCH 06/10] Makefile for x86 test: fix lib name to libalpha_spblas

---
 test/x86_64/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/x86_64/Makefile b/test/x86_64/Makefile
index 578f791..de7cea6 100644
--- a/test/x86_64/Makefile
+++ b/test/x86_64/Makefile
@@ -16,6 +16,6 @@ ifeq ($(OPENMP),1)
 CFLAGS += -liomp5
 endif
 
-CFLAGS += $(INC) $(LIB) $(DEFINE) -l:libalphasparse.a -lm
+CFLAGS += $(INC) $(LIB) $(DEFINE) -l:libalpha_spblas.a -lm
 
 include $(ROOT)/Makefile.tail
-- 
2.39.0

