diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 20:39:48 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-08-27 21:53:40 -0700 |
commit | 5f8880a8d77fd067dc6c6cc4d4a02432ac243d95 (patch) | |
tree | 7a99b2f8c506ca40aed412d67b7a6c2ca8c97349 /math/stanmath/files/patch-make_compiler__flags | |
parent | x11-themes/adwaita-icon-theme: update to 40.1.1 (diff) |
math/stanmath: New port: C++ template library for automatic differentiation
Diffstat (limited to 'math/stanmath/files/patch-make_compiler__flags')
-rw-r--r-- | math/stanmath/files/patch-make_compiler__flags | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/stanmath/files/patch-make_compiler__flags b/math/stanmath/files/patch-make_compiler__flags new file mode 100644 index 000000000000..4bb3e44294c9 --- /dev/null +++ b/math/stanmath/files/patch-make_compiler__flags @@ -0,0 +1,14 @@ +--- make/compiler_flags.orig 2021-08-28 03:13:59 UTC ++++ make/compiler_flags +@@ -274,9 +274,9 @@ LDLIBS_TBB ?= $(LDFLAGS_TBB) + + endif + +-ifdef TBB_INTERFACE_NEW ++#ifdef TBB_INTERFACE_NEW + CPPFLAGS_TBB ?= -DTBB_INTERFACE_NEW +-endif ++#endif + + ################################################################################ + # Setup STAN_THREADS |