mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
math/xtensor-blas: New port: BLAS extension to xtensor
This commit is contained in:
parent
21261267e8
commit
efa95596af
@ -1075,6 +1075,7 @@
|
||||
SUBDIR += xplot
|
||||
SUBDIR += xspread
|
||||
SUBDIR += xtensor
|
||||
SUBDIR += xtensor-blas
|
||||
SUBDIR += yacas
|
||||
SUBDIR += yices
|
||||
SUBDIR += z3
|
||||
|
30
math/xtensor-blas/Makefile
Normal file
30
math/xtensor-blas/Makefile
Normal 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>
|
3
math/xtensor-blas/distinfo
Normal file
3
math/xtensor-blas/distinfo
Normal 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
|
4
math/xtensor-blas/pkg-descr
Normal file
4
math/xtensor-blas/pkg-descr
Normal 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
1372
math/xtensor-blas/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user