From 29f5b628317bcf83ddc5bfeaec92108b6bb1e89d Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 26 Jul 2020 18:39:53 +0200 Subject: Switch to external threadpool library. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 457489d..fae7da1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ TARGET = libteukolskydata.so CFLAGS = -std=c99 -D_XOPEN_SOURCE=700 -fPIC -g -I. -TARGET_LDFLAGS = -Wl,--version-script=libteukolskydata.v -shared -lm -llapacke -pthread +TARGET_LDFLAGS = -Wl,--version-script=libteukolskydata.v -shared -lm -llapacke -lthreadpool TEST_LIBS = -lm -llapacke -lcblas -lpthread CC = cc @@ -14,7 +14,6 @@ OBJS = basis.o \ nlsolve.o \ pssolve.o \ td_constraints.o \ - threadpool.o \ TESTPROGS = nlsolve \ pssolve -- cgit v1.2.3