mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
5c5e2d40df
e 'uint64_t' Move to ports-gcc on base-gcc arches to fix build on sparc64
37 lines
720 B
Makefile
37 lines
720 B
Makefile
COMMENT = C library for double description method for convex polyhedra
|
|
|
|
GH_ACCOUNT = cddlib
|
|
GH_PROJECT = cddlib
|
|
GH_TAGNAME = 0.94n
|
|
|
|
SHARED_LIBS += cdd 0.2 # 1.3
|
|
SHARED_LIBS += cddgmp 0.2 # 1.3
|
|
|
|
CATEGORIES = math
|
|
|
|
HOMEPAGE = https://www.inf.ethz.ch/personal/fukudak/cdd_home/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
# splitmix64.h:14: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'uint64_t'
|
|
COMPILER = base-clang ports-gcc
|
|
COMPILER_LANGS = c
|
|
|
|
WANTLIB += c gmp
|
|
|
|
LIB_DEPENDS = devel/gmp
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = autoreconf
|
|
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
AUTOCONF_VERSION = 2.69
|
|
AUTOMAKE_VERSION = 1.16
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|