mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/latte-integrale: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c5c4813452
commit
0a9014e453
1 changed files with 5 additions and 3 deletions
|
@ -22,14 +22,16 @@ RUN_DEPENDS= lrs:math/lrslib \
|
|||
|
||||
USES= autoreconf:2.69 compiler:c++11-lang gmake libtool \
|
||||
localbase:ldflags
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}
|
||||
USE_CXXSTD= c++14
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= latte-int
|
||||
GH_PROJECT= latte
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-static \
|
||||
--with-topcom=${LOCALBASE} --with-4ti2=${LOCALBASE} --with-cddlib=${LOCALBASE} --with-gmp=${LOCALBASE} --with-ntl=${LOCALBASE}
|
||||
|
||||
CONFLICTS_INSTALL= latte p5-Math-SigFigs schilyutils # bin/count
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
|
Loading…
Add table
Reference in a new issue