1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/xtensor-blas: New port: BLAS extension to xtensor

This commit is contained in:
Yuri Victorovich 2021-11-26 11:25:31 -08:00
parent 21261267e8
commit efa95596af
5 changed files with 1410 additions and 0 deletions

View File

@ -1075,6 +1075,7 @@
SUBDIR += xplot
SUBDIR += xspread
SUBDIR += xtensor
SUBDIR += xtensor-blas
SUBDIR += yacas
SUBDIR += yices
SUBDIR += z3

View File

@ -0,0 +1,30 @@
PORTNAME= xtensor-blas
DISTVERSION= 0.20.0
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= BLAS extension to xtensor
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
HPP_DEPENDS= xtensor>0:math/xtensor
BUILD_DEPENDS= ${HPP_DEPENDS}
RUN_DEPENDS= ${HPP_DEPENDS}
TEST_DEPENDS= googletest>0:devel/googletest
USES= cmake compiler:c++14-lang
USE_GITHUB= yes
GH_ACCOUNT= xtensor-stack
NO_BUILD= yes
NO_ARCH= yes
do-test: install
@cd ${WRKSRC}/test && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} . && \
${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} && \
${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} xtest
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1637953599
SHA256 (xtensor-stack-xtensor-blas-0.20.0_GH0.tar.gz) = 272f5d99bb7511a616bfe41b13a000e63de46420f0b32a25fa4fb935b462c7ff
SIZE (xtensor-stack-xtensor-blas-0.20.0_GH0.tar.gz) = 3510974

View File

@ -0,0 +1,4 @@
xtensor-blas is an extension to the xtensor library, offering bindings to BLAS
and LAPACK libraries through cxxblas and cxxlapack from the FLENS project.
WWW: https://github.com/xtensor-stack/xtensor-blas

1372
math/xtensor-blas/pkg-plist Normal file

File diff suppressed because it is too large Load Diff