diff options
Diffstat (limited to 'math/cppad/Makefile')
| -rw-r--r-- | math/cppad/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/cppad/Makefile b/math/cppad/Makefile index e97f080faaa6..8c76927a3a2a 100644 --- a/math/cppad/Makefile +++ b/math/cppad/Makefile @@ -1,5 +1,5 @@ PORTNAME= cppad -DISTVERSION= 20250000.1 +DISTVERSION= 20260000.0 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -19,6 +19,8 @@ GH_PROJECT= CppAD CMAKE_ARGS= -Dcppad_prefix=${PREFIX} +LDFLAGS+= -pthread + TEST_TARGET= check # tests as of 20250000.1: tests break in the middle, see https://github.com/coin-or/CppAD/issues/222 |
