diff --git a/math/blaspp/Makefile b/math/blaspp/Makefile index 907e3122f45f..68a541399f22 100644 --- a/math/blaspp/Makefile +++ b/math/blaspp/Makefile @@ -1,24 +1,23 @@ PORTNAME= blaspp -DISTVERSION= 2022.05.00 -PORTREVISION= 4 +DISTVERSION= 2025.05.28 CATEGORIES= math -MASTER_SITES= https://bitbucket.org/icl/blaspp/downloads/ +MASTER_SITES= https://github.com/icl-utk-edu/blaspp/releases/download/v${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= C++ API for the Basic Linear Algebra Subroutines -WWW= https://bitbucket.org/icl/blaspp/src/master/ +WWW= https://github.com/icl-utk-edu/blaspp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libopenblas.so:math/openblas TEST_DEPENDS= cblas>0:math/cblas USES= cmake:testing fortran localbase # fails to find openblas w/out USES=fortran for some reason, needs investigation CMAKE_ON= use_cmake_find_blas # otherwise blas isn't found by the project's ad-hoc cmake/BLASFinder.cmake file CMAKE_OFF= build_tests CMAKE_TESTING_ON= build_tests # tests fail to run, see https://bitbucket.org/icl/blaspp/issues/19/tests-arent-run-with-tester-target-when CMAKE_TESTING_TARGET= tester .include diff --git a/math/blaspp/distinfo b/math/blaspp/distinfo index fc5b2a32dbf7..4e223309ef50 100644 --- a/math/blaspp/distinfo +++ b/math/blaspp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656962327 -SHA256 (blaspp-2022.05.00.tar.gz) = 696277859bc1bd9c0aeb0cb170a1e259765c0a86af49b20afa0ffcbabc3e207e -SIZE (blaspp-2022.05.00.tar.gz) = 596268 +TIMESTAMP = 1748423400 +SHA256 (blaspp-2025.05.28.tar.gz) = c54a302c78676e611e18339cab388992ef02d3fb323a6bae7a0df54643245629 +SIZE (blaspp-2025.05.28.tar.gz) = 890850 diff --git a/math/blaspp/pkg-plist b/math/blaspp/pkg-plist index 7e6b23a469fb..a6a6b8ac8d3b 100644 --- a/math/blaspp/pkg-plist +++ b/math/blaspp/pkg-plist @@ -1,49 +1,52 @@ include/blas.hh include/blas/asum.hh include/blas/axpy.hh include/blas/batch_common.hh include/blas/config.h include/blas/copy.hh +include/blas/counter.hh include/blas/defines.h include/blas/device.hh include/blas/device_blas.hh include/blas/dot.hh include/blas/dotu.hh include/blas/flops.hh include/blas/fortran.h include/blas/gemm.hh include/blas/gemv.hh include/blas/ger.hh include/blas/geru.hh include/blas/hemm.hh include/blas/hemv.hh include/blas/her.hh include/blas/her2.hh include/blas/her2k.hh include/blas/herk.hh include/blas/iamax.hh include/blas/mangling.h include/blas/nrm2.hh include/blas/rot.hh include/blas/rotg.hh include/blas/rotm.hh include/blas/rotmg.hh include/blas/scal.hh include/blas/swap.hh include/blas/symm.hh include/blas/symv.hh include/blas/syr.hh include/blas/syr2.hh include/blas/syr2k.hh include/blas/syrk.hh include/blas/trmm.hh include/blas/trmv.hh include/blas/trsm.hh include/blas/trsv.hh include/blas/util.hh include/blas/wrappers.hh -lib/blaspp/blasppConfig.cmake -lib/blaspp/blasppConfigVersion.cmake -lib/blaspp/blasppTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/blaspp/blasppTargets.cmake +lib/cmake/blaspp/blasppConfig.cmake +lib/cmake/blaspp/blasppConfigVersion.cmake +lib/cmake/blaspp/blasppTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/blaspp/blasppTargets.cmake lib/libblaspp.so +lib/libblaspp.so.2 +lib/libblaspp.so.2.0.0