Skip to content

Commit e4a9a63

Browse files
committed
updating make
1 parent 54153de commit e4a9a63

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

make/compiler_flags

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,6 @@ ifneq ($(OS), Windows_NT)
303303
LDFLAGS_TBB_RPATH ?= -Wl,-rpath,"$(TBB_LIB)"
304304
endif
305305

306-
LDFLAGS_TBB ?= -Wl,-L,"$(TBB_LIB)" $(LDFLAGS_TBB_DTAGS) $(LDFLAGS_TBB_RPATH)
307-
308-
LDLIBS_TBB ?= -ltbb
309306

310307
else
311308

make/standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MATH ?= $(realpath $(MATH_MAKE)..)/
2222
# The sundials libraries are only needed for
2323
# programs using the stiff ode solver or the
2424
# algebra solver
25-
MATH_LIBS ?= $(SUNDIALS_TARGETS) $(MPI_TARGETS) $(TBB_TARGETS)
25+
MATH_LIBS ?= $(SUNDIALS_TARGETS) $(MPI_TARGETS)
2626

2727
LDLIBS += $(MATH_LIBS)
2828

0 commit comments

Comments
 (0)