mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
simdutf doesn't need to depend on python at runtime
python is used at build time (amalgamate.py) and for tests. ok volker (maintainer)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
COMMENT = unicode validator and transcoder with SIMD
|
||||
|
||||
VERSION = 8.2.0
|
||||
REVISION = 0
|
||||
DIST_TUPLE += github simdutf simdutf v${VERSION} .
|
||||
|
||||
SHARED_LIBS = simdutf 0.4
|
||||
@@ -21,7 +22,7 @@ LIB_DEPENDS = converters/libiconv
|
||||
COMPILER = base-clang ports-gcc
|
||||
MODULES = lang/python \
|
||||
devel/cmake
|
||||
|
||||
MODPY_RUNDEP = No
|
||||
CONFIGURE_STYLE = cmake
|
||||
CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user