diff --git a/benchmarks/libcelero/Makefile b/benchmarks/libcelero/Makefile index 19a7bd5e2d64..444abd335401 100644 --- a/benchmarks/libcelero/Makefile +++ b/benchmarks/libcelero/Makefile @@ -1,41 +1,41 @@ PORTNAME= libcelero DISTVERSIONPREFIX= v -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.3 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org COMMENT= C++ benchmark authoring library/framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= ${LOCALBASE}/include/sys/sysinfo.h:devel/libsysinfo LIB_DEPENDS= libsysinfo.so:devel/libsysinfo TEST_DEPENDS= googletest>0:devel/googletest USES= cmake compiler:c++14-lang localbase:ldflags USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= DigitalInBlue GH_PROJECT= Celero LDFLAGS+= -lsysinfo .include .if ${CHOSEN_COMPILER_TYPE} == gcc USE_GCC= yes .else . if ${ARCH:Mpowerpc64*} CFLAGS+= -mabi=elfv2 . endif .endif do-test: # Tests terminate with Signal 11, see https://github.com/DigitalInBlue/Celero/issues/157 @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DCELERO_ENABLE_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${BUILD_WRKSRC}/celero-test .include diff --git a/benchmarks/libcelero/distinfo b/benchmarks/libcelero/distinfo index d890aa0edf19..57763316812d 100644 --- a/benchmarks/libcelero/distinfo +++ b/benchmarks/libcelero/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619508846 -SHA256 (DigitalInBlue-Celero-v2.8.2_GH0.tar.gz) = 7d2131ba27ca5343b31f1e04777ed3e666e2ad7f785e79c960c872fc48cd5f88 -SIZE (DigitalInBlue-Celero-v2.8.2_GH0.tar.gz) = 113965 +TIMESTAMP = 1643654234 +SHA256 (DigitalInBlue-Celero-v2.8.3_GH0.tar.gz) = b87e3b3c5871b9c88b474340970c7e3fa5431cd327b6bbc399594132f8f99bd6 +SIZE (DigitalInBlue-Celero-v2.8.3_GH0.tar.gz) = 113669 diff --git a/benchmarks/libcelero/pkg-plist b/benchmarks/libcelero/pkg-plist index 567b8b932c49..7e222f5cb4f9 100644 --- a/benchmarks/libcelero/pkg-plist +++ b/benchmarks/libcelero/pkg-plist @@ -1,34 +1,35 @@ include/celero/Archive.h include/celero/Benchmark.h include/celero/Callbacks.h include/celero/Celero.h include/celero/CommandLine.h include/celero/Console.h include/celero/Distribution.h include/celero/Exceptions.h include/celero/Executor.h include/celero/Experiment.h include/celero/ExperimentResult.h include/celero/Export.h include/celero/Factory.h include/celero/FileReader.h include/celero/GenericFactory.h include/celero/JUnit.h include/celero/Memory.h include/celero/Pimpl.h include/celero/PimplImpl.h include/celero/Print.h include/celero/ResultTable.h include/celero/Statistics.h include/celero/TestFixture.h include/celero/TestVector.h include/celero/ThreadLocal.h include/celero/ThreadTestFixture.h include/celero/Timer.h include/celero/UserDefinedMeasurement.h include/celero/UserDefinedMeasurementCollector.h include/celero/UserDefinedMeasurementTemplate.h include/celero/Utilities.h +lib/cmake/celero/celero-config.cmake +lib/cmake/celero/celero-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/celero/celero-targets.cmake lib/libcelero.so -share/celero-target-%%CMAKE_BUILD_TYPE%%.cmake -share/celero-target.cmake