Skip to content

Commit

Permalink
Disable TBB
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for dependency change

Upstream has disabled the use of TBB by default and will likely be removing
support for it in the an upcoming release over the next couple months. They
also replaced the use of TBB with their own internal threadpool implementation
that uses standard C++ threading.

Reference:	TileDB-Inc/TileDB#2039


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@562732 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
sunpoet committed Jan 26, 2021
1 parent 3ce407e commit 987a1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions databases/tiledb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

PORTNAME= tiledb
PORTVERSION= 2.1.6
PORTREVISION= 1
CATEGORIES= databases

MAINTAINER= sunpoet@FreeBSD.org
Expand All @@ -14,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
LIB_DEPENDS= libfmt.so:devel/libfmt \
liblz4.so:archivers/liblz4 \
libtbb.so:devel/tbb \
libzstd.so:archivers/zstd
RUN_DEPENDS= catch>=0:devel/catch \
clipp>=0:devel/clipp \
Expand All @@ -24,8 +24,8 @@ USES= cmake compiler:c++11-lang localbase:ldflags ssl

CFLAGS+= -DSPDLOG_FMT_EXTERNAL=1
CMAKE_ARGS= -DCATCH_INCLUDE_DIR=${LOCALBASE}/include/catch2
CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR
CMAKE_ON= TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS TILEDB_TOOLS
CMAKE_OFF= TILEDB_CMAKE_IDE TILEDB_FORCE_ALL_DEPS TILEDB_HDFS TILEDB_S3 TILEDB_SUPERBUILD TILEDB_TBB TILEDB_TBB_SHARED TILEDB_TESTS_AWS_S3_CONFIG TILEDB_VERBOSE TILEDB_WERROR
CMAKE_ON= TILEDB_CPP_API TILEDB_STATIC TILEDB_STATS TILEDB_TESTS TILEDB_TOOLS
LDFLAGS+= -lfmt

GH_ACCOUNT= TileDB-Inc
Expand Down

0 comments on commit 987a1f2

Please sign in to comment.