math/blaspp: update 2022.05.00 → 2025.05.28
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,6 +4,7 @@ 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
|
||||
@@ -42,8 +43,10 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user