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
tmv Fast, intuitive linear algebra library for C++
0.75_10 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 0.75_9Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2018-01-26 23:15:49
Last Update: 2024-01-01 11:49:51
Commit Hash: f2489ab
License: BSD2CLAUSE
WWW:
https://github.com/rmjarvis/tmv
Description:
The Template Matrix/Vector (TMV) Library is a C++ class library designed to make writing code with vectors and matrices both transparent and fast. Transparency means that when you look at your code months later, it is obvious what the code does, making it easier to debug. Fast means the execution time of the code should be as fast as possible - this is mostly algorithm dependent, so we want the underlying library code to use the fastest algorithms possible.
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 (113 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/tmv-0.75_10/catalog.mk
  3. /usr/local/share/licenses/tmv-0.75_10/LICENSE
  4. /usr/local/share/licenses/tmv-0.75_10/BSD2CLAUSE
  5. include/TMV.h
  6. include/TMV_Band.h
  7. include/TMV_Diag.h
  8. include/TMV_Small.h
  9. include/TMV_Sym.h
  10. include/TMV_SymBand.h
  11. include/TMV_Tri.h
  12. include/tmv/TMV_Array.h
  13. include/tmv/TMV_AuxAllDiv.h
  14. include/tmv/TMV_AuxMatComposite1.h
  15. include/tmv/TMV_AuxMatComposite2.h
  16. include/tmv/TMV_AuxMatComposite3.h
  17. include/tmv/TMV_AuxProdMM.h
  18. include/tmv/TMV_AuxProdMMa.h
  19. include/tmv/TMV_AuxProdXM.h
  20. include/tmv/TMV_AuxProdXV.h
  21. include/tmv/TMV_AuxQuotMM.h
  22. include/tmv/TMV_AuxQuotMMa.h
  23. include/tmv/TMV_AuxQuotXM.h
  24. include/tmv/TMV_AuxQuotXMa.h
  25. include/tmv/TMV_AuxSumMM.h
  26. include/tmv/TMV_AuxSumMMa.h
  27. include/tmv/TMV_AuxSumMMb.h
  28. include/tmv/TMV_AuxSumMX.h
  29. include/tmv/TMV_AuxTQuotMM.h
  30. include/tmv/TMV_AuxTQuotMMa.h
  31. include/tmv/TMV_AuxVecComposite.h
  32. include/tmv/TMV_BandLUD.h
  33. include/tmv/TMV_BandMatrix.h
  34. include/tmv/TMV_BandMatrixArith.h
  35. include/tmv/TMV_BandMatrixArithFunc.h
  36. include/tmv/TMV_BandQRD.h
  37. include/tmv/TMV_BandSVD.h
  38. include/tmv/TMV_BandSymArith.h
  39. include/tmv/TMV_BandSymBandArith.h
  40. include/tmv/TMV_Base.h
  41. include/tmv/TMV_BaseBandMatrix.h
  42. include/tmv/TMV_BaseDiagMatrix.h
  43. include/tmv/TMV_BaseMatrix.h
  44. include/tmv/TMV_BaseSymBandMatrix.h
  45. include/tmv/TMV_BaseSymMatrix.h
  46. include/tmv/TMV_BaseTriMatrix.h
  47. include/tmv/TMV_BaseVector.h
  48. include/tmv/TMV_DiagBandArith.h
  49. include/tmv/TMV_DiagMatrix.h
  50. include/tmv/TMV_DiagMatrixArith.h
  51. include/tmv/TMV_DiagMatrixArithFunc.h
  52. include/tmv/TMV_DiagSymArith.h
  53. include/tmv/TMV_DiagSymBandArith.h
  54. include/tmv/TMV_DiagTriArith.h
  55. include/tmv/TMV_DiagTriArithFunc.h
  56. include/tmv/TMV_Divider.h
  57. include/tmv/TMV_Givens.h
  58. include/tmv/TMV_Householder.h
  59. include/tmv/TMV_IOStyle.h
  60. include/tmv/TMV_LUD.h
  61. include/tmv/TMV_ListInit.h
  62. include/tmv/TMV_MIt.h
  63. include/tmv/TMV_Matrix.h
  64. include/tmv/TMV_MatrixArith.h
  65. include/tmv/TMV_MatrixArithFunc.h
  66. include/tmv/TMV_PackedQ.h
  67. include/tmv/TMV_Permutation.h
  68. include/tmv/TMV_PermutationArith.h
  69. include/tmv/TMV_QRD.h
  70. include/tmv/TMV_QRPD.h
  71. include/tmv/TMV_SVD.h
  72. include/tmv/TMV_SimpleMatrix.h
  73. include/tmv/TMV_SmallMatrix.h
  74. include/tmv/TMV_SmallMatrixArith.h
  75. include/tmv/TMV_SmallMatrixArithFunc.h
  76. include/tmv/TMV_SmallMatrixDiv.h
  77. include/tmv/TMV_SmallVector.h
  78. include/tmv/TMV_SmallVectorArith.h
  79. include/tmv/TMV_SmallVectorArithFunc.h
  80. include/tmv/TMV_SymBandCHD.h
  81. include/tmv/TMV_SymBandMatrix.h
  82. include/tmv/TMV_SymBandMatrixArith.h
  83. include/tmv/TMV_SymBandMatrixArithFunc.h
  84. include/tmv/TMV_SymBandSVD.h
  85. include/tmv/TMV_SymCHD.h
  86. include/tmv/TMV_SymDivider.h
  87. include/tmv/TMV_SymHouseholder.h
  88. include/tmv/TMV_SymLDLD.h
  89. include/tmv/TMV_SymMatrix.h
  90. include/tmv/TMV_SymMatrixArith.h
  91. include/tmv/TMV_SymMatrixArithFunc.h
  92. include/tmv/TMV_SymSVD.h
  93. include/tmv/TMV_SymSymBandArith.h
  94. include/tmv/TMV_TriBandArith.h
  95. include/tmv/TMV_TriBandArithFunc.h
  96. include/tmv/TMV_TriDiv.h
  97. include/tmv/TMV_TriMatrix.h
  98. include/tmv/TMV_TriMatrixArith.h
  99. include/tmv/TMV_TriMatrixArithFunc.h
  100. include/tmv/TMV_TriSymArith.h
  101. include/tmv/TMV_TriSymBandArith.h
  102. include/tmv/TMV_VIt.h
  103. include/tmv/TMV_Vector.h
  104. include/tmv/TMV_VectorArith.h
  105. include/tmv/TMV_VectorArithFunc.h
  106. lib/libtmv.so
  107. lib/libtmv.so.0
  108. lib/libtmv_symband.so
  109. lib/libtmv_symband.so.0
  110. share/doc/tmv/TMV_Documentation.pdf
  111. @owner
  112. @group
  113. @mode
Collapse this list.
Dependency lines:
  • tmv>0:math/tmv
To install the port:
cd /usr/ports/math/tmv/ && make install clean
To add the package, run one of these commands:
  • pkg install math/tmv
  • pkg install tmv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tmv
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1514521249 SHA256 (rmjarvis-tmv-v0.75_GH0.tar.gz) = f0ed1b500c5f4ee12f9d018a7d6a883f06df4a345a1010e3f96223410c9b3dea SIZE (rmjarvis-tmv-v0.75_GH0.tar.gz) = 1676639

Packages (timestamps in pop-ups are UTC):
tmv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.75_100.75_100.75_7-0.75_10-0.75_7-
FreeBSD:13:quarterly0.75_100.75_10--0.75_10-0.75_100.75_10
FreeBSD:14:latest0.75_100.75_10-0.75_100.75_10---
FreeBSD:14:quarterly0.75_100.75_10-0.75_100.75_10-0.75_100.75_10
FreeBSD:15:latest0.75_100.75_10n/a0.75_10n/a-0.75_100.75_10
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
Library dependencies:
  1. libblas.so : math/blas
  2. liblapack.so : math/lapack
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for tmv-0.75_10: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
math_tmv
USES:
gmake blaslapack:netlib localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/rmjarvis/tmv/tar.gz/v0.75?dummy=/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.75_10
01 Jan 2024 11:49:51
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
0.75_9
06 Aug 2023 23:52:28
commit hash: ccdc496503d6f9de08690dfdc773891f29f60b17commit hash: ccdc496503d6f9de08690dfdc773891f29f60b17commit hash: ccdc496503d6f9de08690dfdc773891f29f60b17commit hash: ccdc496503d6f9de08690dfdc773891f29f60b17 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
math/tmv: Fix build with llvm16

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
0.75_9
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
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)
0.75_8
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)
0.75_8
27 Apr 2022 13:18:34
commit hash: 0e744155027dd8674d9ee0e77f96aad9a62bf42fcommit hash: 0e744155027dd8674d9ee0e77f96aad9a62bf42fcommit hash: 0e744155027dd8674d9ee0e77f96aad9a62bf42fcommit hash: 0e744155027dd8674d9ee0e77f96aad9a62bf42f files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/tmv: check for omp.h on all architectures
0.75_8
06 Oct 2021 20:52:24
commit hash: 2bedec467001a6c2e8990acd9be67362d5f0163ccommit hash: 2bedec467001a6c2e8990acd9be67362d5f0163ccommit hash: 2bedec467001a6c2e8990acd9be67362d5f0163ccommit hash: 2bedec467001a6c2e8990acd9be67362d5f0163c files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
math/tmv: fix build on powerpc

c++ -O2 -pipe -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing  -isystem /usr/local/include  -I../include -fopenmp -fPIC
-DTMV_NDEBUG -DFBLAS -DNOLAP -isystem /usr/local/include  -c -o
TMV_MultMM_OpenMP.o TMV_MultMM_OpenMP.cpp
TMV_MultMM.cpp:33:10: fatal error: 'omp.h' file not found
0.75_8
03 Oct 2021 17:47:27
commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2commit hash: 07fb2d5e9d001934f1670d01aec1f536f14ebde2 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
*/*: Remove compiler:openmp from Mk/Uses/compiler.mk

The option implied a dependency on gcc but clang got openmp support long ago.

Remove compiler:openmp from Mk/Uses/compiler.mk

For ports using USE=compiler:openmp, just remove it and make them build with
clang.
Fix conditionals when necessary
Bump PORTREVISION where appropriate

If problem arises, they can be addressed by using USE_GCC=yes

An update to the Porter's Handbook will follow.

Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D31971
0.75_7
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
0.75_7
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.75_7
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.
0.75_7
30 Jan 2020 14:17:44
Revision:524642Original commit files touched by this commit
swills search for other commits by this committer
Fix math/openblas and bump dependent ports

* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
0.75_6
04 Oct 2019 20:40:34
Revision:513778Original commit files touched by this commit
pkubaj search for other commits by this committer
math/tmv: fix build on GCC architectures

Instead of depending on libomp, set USES=compiler:openmp.

Also don't link to libomp.

PR:		241050
Approved by:	linimon (mentor), yuri (maintainer)
0.75_5
21 Sep 2019 18:59:57
Revision:512535Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: update to 9.0.0

- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783

Changes:	http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI:		https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
0.75_4
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.75_3
08 May 2019 16:05:53
Revision:501030Original commit files touched by this commit
jbeich search for other commits by this committer
devel/openmp: phase out

- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)

PR:		236907
Approved by:	bapt (maintainer)
Differential Revision:	https://reviews.freebsd.org/D19767
0.75_2
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.75_1
10 Mar 2018 17:46:06
Revision:464084Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
0.75
26 Jan 2018 23:14:51
Revision:460061Original commit files touched by this commit
yuri search for other commits by this committer
New port: math/tmv: Fast, intuitive linear algebra library for C++

This library can be useful to anybody who needs to write code that
involves matrix and vector computations.

Please see the documentation here:
https://github.com/rmjarvis/tmv/blob/master/doc/TMV_Documentation.pdf

Approved by:	tcberner (mentor)
Differential Revision:	D13689

Number of commits found: 19