notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
tblis Framework for performing tensor operations
1.2.0 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.2.0Version of this port present on the latest quarterly branch.
Maintainer: jmd@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-17 13:15:44
Last Update: 2023-06-09 16:55:04
Commit Hash: 2f1a102
License: BSD3CLAUSE
WWW:
https://github.com/devinamatthews/tblis
Description:
TBLIS is a library and framework for performing tensor operations, especially tensor contraction, using native algorithms. In this context, native means that TBLIS does not translate tensor operations into matrix operations using the BLAS libraries. Instead, TBLIS uses the philosophy (and certain low-level kernels) of the BLIS framework to implement tensor contraction with essentially zero overhead compared to matrix multiplication. TBLIS also aims to offer a convenient C++ interface for tensors and tensor operations, as well as a stable C interface with high portability.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (103 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tblis-1.2.0/catalog.mk
  3. /usr/local/share/licenses/tblis-1.2.0/LICENSE
  4. /usr/local/share/licenses/tblis-1.2.0/BSD3CLAUSE
  5. include/tblis/external/marray/include/dpd_marray.hpp
  6. include/tblis/external/marray/include/dpd_marray_base.hpp
  7. include/tblis/external/marray/include/dpd_marray_view.hpp
  8. include/tblis/external/marray/include/dpd_range.hpp
  9. include/tblis/external/marray/include/dpd_varray.hpp
  10. include/tblis/external/marray/include/dpd_varray_base.hpp
  11. include/tblis/external/marray/include/dpd_varray_view.hpp
  12. include/tblis/external/marray/include/expression.hpp
  13. include/tblis/external/marray/include/indexed_dpd_varray.hpp
  14. include/tblis/external/marray/include/indexed_dpd_varray_base.hpp
  15. include/tblis/external/marray/include/indexed_dpd_varray_view.hpp
  16. include/tblis/external/marray/include/indexed_varray.hpp
  17. include/tblis/external/marray/include/indexed_varray_base.hpp
  18. include/tblis/external/marray/include/indexed_varray_view.hpp
  19. include/tblis/external/marray/include/marray.hpp
  20. include/tblis/external/marray/include/marray_base.hpp
  21. include/tblis/external/marray/include/marray_slice.hpp
  22. include/tblis/external/marray/include/marray_view.hpp
  23. include/tblis/external/marray/include/miterator.hpp
  24. include/tblis/external/marray/include/range.hpp
  25. include/tblis/external/marray/include/rotate.hpp
  26. include/tblis/external/marray/include/short_vector.hpp
  27. include/tblis/external/marray/include/utility.hpp
  28. include/tblis/external/marray/include/varray.hpp
  29. include/tblis/external/marray/include/varray_base.hpp
  30. include/tblis/external/marray/include/varray_view.hpp
  31. include/tblis/external/marray/include/vector.hpp
  32. include/tblis/external/marray/include/vector_avx.hpp
  33. include/tblis/external/marray/include/vector_avx512.hpp
  34. include/tblis/external/marray/include/vector_sse41.hpp
  35. include/tblis/external/marray/include/viterator.hpp
  36. include/tblis/external/stl_ext/include/algorithm.hpp
  37. include/tblis/external/stl_ext/include/any.hpp
  38. include/tblis/external/stl_ext/include/bounded_vector.hpp
  39. include/tblis/external/stl_ext/include/complex.hpp
  40. include/tblis/external/stl_ext/include/cosort.hpp
  41. include/tblis/external/stl_ext/include/fill_iterator.hpp
  42. include/tblis/external/stl_ext/include/global_ptr.hpp
  43. include/tblis/external/stl_ext/include/iostream.hpp
  44. include/tblis/external/stl_ext/include/ptr_list.hpp
  45. include/tblis/external/stl_ext/include/ptr_vector.hpp
  46. include/tblis/external/stl_ext/include/string.hpp
  47. include/tblis/external/stl_ext/include/type_traits.hpp
  48. include/tblis/external/stl_ext/include/vector.hpp
  49. include/tblis/external/stl_ext/include/zip.hpp
  50. include/tblis/iface/1m/add.h
  51. include/tblis/iface/1m/dot.h
  52. include/tblis/iface/1m/reduce.h
  53. include/tblis/iface/1m/scale.h
  54. include/tblis/iface/1m/set.h
  55. include/tblis/iface/1m/shift.h
  56. include/tblis/iface/1t/add.h
  57. include/tblis/iface/1t/dot.h
  58. include/tblis/iface/1t/reduce.h
  59. include/tblis/iface/1t/scale.h
  60. include/tblis/iface/1t/set.h
  61. include/tblis/iface/1t/shift.h
  62. include/tblis/iface/1v/add.h
  63. include/tblis/iface/1v/dot.h
  64. include/tblis/iface/1v/reduce.h
  65. include/tblis/iface/1v/scale.h
  66. include/tblis/iface/1v/set.h
  67. include/tblis/iface/1v/shift.h
  68. include/tblis/iface/3m/mult.h
  69. include/tblis/iface/3t/mult.h
  70. include/tblis/memory/aligned_allocator.hpp
  71. include/tblis/memory/alignment.hpp
  72. include/tblis/memory/memory_pool.hpp
  73. include/tblis/memory/stack_allocator.hpp
  74. include/tblis/tblis.h
  75. include/tblis/tblis_config.h
  76. include/tblis/util/basic_types.h
  77. include/tblis/util/configs.h
  78. include/tblis/util/macros.h
  79. include/tblis/util/thread.h
  80. include/tci.h
  81. include/tci/barrier.h
  82. include/tci/communicator.h
  83. include/tci/context.h
  84. include/tci/mutex.h
  85. include/tci/parallel.h
  86. include/tci/pipeline.h
  87. include/tci/slot.h
  88. include/tci/task_set.h
  89. include/tci/tci_config.h
  90. include/tci/tci_global.h
  91. include/tci/work_item.h
  92. include/tci/yield.h
  93. lib/libtblis.a
  94. lib/libtblis.so
  95. lib/libtblis.so.0
  96. lib/libtblis.so.0.0.0
  97. lib/libtci.a
  98. lib/libtci.so
  99. lib/libtci.so.0
  100. lib/libtci.so.0.0.0
  101. @owner
  102. @group
  103. @mode
Collapse this list.
Dependency lines:
  • tblis>0:math/tblis
To install the port:
cd /usr/ports/math/tblis/ && make install clean
To add the package, run one of these commands:
  • pkg install math/tblis
  • pkg install tblis
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tblis
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1638034902 SHA256 (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 101ce5d5dd27be20e5a4e84927b460094404621994509dda8ba46f41ee7f0b34 SIZE (devinamatthews-tblis-v1.2.0_GH0.tar.gz) = 1852304

Packages (timestamps in pop-ups are UTC):
tblis
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.0------
FreeBSD:13:quarterly-1.2.0------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tblis-1.2.0: PARA=on: use pthread parallelization ===> Use 'make config' to modify these settings
Options name:
math_tblis
USES:
compiler:c++11-lang gmake libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/devinamatthews/tblis/tar.gz/v1.2.0?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.0
09 Jun 2023 16:55:04
commit hash: 2f1a1027459243b7d0ddc46db37edcbbc864367ccommit hash: 2f1a1027459243b7d0ddc46db37edcbbc864367ccommit hash: 2f1a1027459243b7d0ddc46db37edcbbc864367ccommit hash: 2f1a1027459243b7d0ddc46db37edcbbc864367c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/tblis: Mark BROKEN on 14

- Fails to build with error: static_assert failed due to requirement
  '__libcpp_random_is_valid_urng<Catch::RandomNumberGenerator,
  void>::value'
- Have tried using earlier llvm versions without any result
1.2.0
08 May 2023 08:25:49
commit hash: 47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5commit hash: 47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5commit hash: 47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5commit hash: 47d8c4825ba5ac2442d336ab983eaab1a5bfa6b5 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
math/tblis: mark as ONLY_FOR_ARCHS=amd64

This package is built around x86 SIMD instrinsics and does not seem to
provide a scalar fallback for when they are not available.

Approved by:	portmgr (build fix blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.2.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.0
20 Jul 2022 14:22:24
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
math: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Alessando Sagratini <ale_sagra@hotmail.com>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Amarendra Godbole <amarendra.godbole@gmail.com>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andreas Fehlner (fehlner@gmx.de)
  *  Andrew L. Neporada <andrew@chg.ru>
  *  Andrey <gugu@zoo.rambler.ru>
  *  Andrey Zakhvatov
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.2.0
27 Nov 2021 17:52:05
commit hash: 7634acb0703b39a7d9e131a88356adaf4a0fb64bcommit hash: 7634acb0703b39a7d9e131a88356adaf4a0fb64bcommit hash: 7634acb0703b39a7d9e131a88356adaf4a0fb64bcommit hash: 7634acb0703b39a7d9e131a88356adaf4a0fb64b files touched by this commit
Johannes M Dieterich (jmd) search for other commits by this committer
math/tblis: update to 1.2.0
1.1.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.2
23 Dec 2020 12:43:20
Revision:558986Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on riscv64.

Approved by:	portmgr (tier-2 blanket)
1.1.2
23 Sep 2020 19:36:46
Revision:549836Original commit files touched by this commit
linimon search for other commits by this committer
Also mark as broken on powerpc64le.

Approved by:	portmgr (tier-2 blanket)
1.1.2
18 May 2020 01:03:25
Revision:535699Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN on powerpc64:

  ./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.
1.1.2
04 Mar 2019 10:44:37
Revision:494581Original commit files touched by this commit
jbeich search for other commits by this committer
math/tblis: unbreak with libc++ 8

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
1.1.2
22 Jun 2018 01:15:20
Revision:473012Original commit files touched by this commit
linimon search for other commits by this committer
Mark these ports as broken on aarch64, and, where appropriate, on armvX.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
1.1.2
17 Jan 2018 13:15:36
Revision:459245Original commit files touched by this commit
jmd search for other commits by this committer
new port math/tblis: a framework to perform tensor operations which are
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

Number of commits found: 13