diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2023-06-06 15:46:11 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2023-06-08 16:29:48 +0000 |
commit | f82231b90cd753bb00025162f79f4b2cb492d41a (patch) | |
tree | e65a19f17230ee4e04562d5e0e08275adf19439e /math | |
parent | df95c0308ec890de53a75fcdf4433e6c0eb84310 (diff) | |
download | ports-f82231b90cd753bb00025162f79f4b2cb492d41a.tar.gz ports-f82231b90cd753bb00025162f79f4b2cb492d41a.zip |
Diffstat (limited to 'math')
-rw-r--r-- | math/coinutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/coinutils/Makefile b/math/coinutils/Makefile index 41f97eda927d..d059a758ff98 100644 --- a/math/coinutils/Makefile +++ b/math/coinutils/Makefile @@ -1,6 +1,7 @@ PORTNAME= CoinUtils DISTVERSIONPREFIX= releases/ DISTVERSION= 2.11.9 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -25,6 +26,8 @@ CONFIGURE_ARGS= --with-blas-lib="-lopenblas" --with-lapack-lib="-lopenblas" \ # doesn't link with the optional dependency glpk: https://github.com/coin-or/CoinUtils/issues/7 USE_LDCONFIG= yes +CPPFLAGS+= -Dregister= + USE_GITHUB= yes GH_ACCOUNT= coin-or |