aboutsummaryrefslogtreecommitdiff
path: root/math/tblis
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark as BROKEN on riscv64.Mark Linimon2020-12-231-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=558986
* Also mark as broken on powerpc64le.Mark Linimon2020-09-231-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549836
* Mark as BROKEN on powerpc64:Mark Linimon2020-05-181-1/+2
| | | | | | | | | | ./src/configs/include_configs.hpp:2:37: fatal error: configs/power7/config.hpp: No such file or directory Adding compiler:c++11-lang to USES merely uncovers this error on 12-STABLE; it does not fix the underlying problem. Notes: svn path=/head/; revision=535699
* math/tblis: unbreak with libc++ 8Jan Beich2019-03-041-0/+4
| | | | | | | | | | | | | | | | | | | | | In file included from src/iface/1v/add.cxx:1: In file included from src/iface/1v/add.h:4: In file included from src/iface/1v/../../util/thread.h:10: In file included from ./src/external/tci/tci.h:4: In file included from ./src/external/tci/tci/barrier.h:7: In file included from src/external/tci/tci/mutex.h:50: In file included from /usr/include/c++/v1/system_error:147: In file included from /usr/include/c++/v1/type_traits:406: In file included from /usr/include/c++/v1/cstddef:38: ./version:1:1: error: expected unqualified-id 1.0.0 ^ PR: 236192 Approved by: portmgr blanket Notes: svn path=/head/; revision=494581
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-3/+5
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* new port math/tblis: a framework to perform tensor operations which are ↵Johannes M Dieterich2018-01-174-0/+110
ubiquitous in a variety of domains (quantum chemistry, machine learning, ...). This port is a sibling port to math/blis and math/libflame and follows their philosophy for efficient operations. Reviewed by: swills (mentor), mat Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D12830 Notes: svn path=/head/; revision=459245