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 on branch 2022Q3
tlapack C++ Template Linear Algebra PACKage
g20220628_1 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 g20220628_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-07-05 05:03:04
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
License: BSD3CLAUSE
WWW:
https://github.com/tlapack/tlapack
Description:
tlapack is a C++ Template Linear Algebra PACKage.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (159 items)
Collapse this list.
  1. /usr/local/share/licenses/tlapack-g20220628_1/catalog.mk
  2. /usr/local/share/licenses/tlapack-g20220628_1/LICENSE
  3. /usr/local/share/licenses/tlapack-g20220628_1/BSD3CLAUSE
  4. include/base/arrayTraits.hpp
  5. include/base/constants.hpp
  6. include/base/exceptionHandling.hpp
  7. include/base/types.hpp
  8. include/base/utils.hpp
  9. include/blas/asum.hpp
  10. include/blas/axpy.hpp
  11. include/blas/copy.hpp
  12. include/blas/dot.hpp
  13. include/blas/dotu.hpp
  14. include/blas/gemm.hpp
  15. include/blas/gemv.hpp
  16. include/blas/ger.hpp
  17. include/blas/geru.hpp
  18. include/blas/hemm.hpp
  19. include/blas/hemv.hpp
  20. include/blas/her.hpp
  21. include/blas/her2.hpp
  22. include/blas/her2k.hpp
  23. include/blas/herk.hpp
  24. include/blas/iamax.hpp
  25. include/blas/nrm2.hpp
  26. include/blas/rot.hpp
  27. include/blas/rotg.hpp
  28. include/blas/rotm.hpp
  29. include/blas/rotmg.hpp
  30. include/blas/scal.hpp
  31. include/blas/swap.hpp
  32. include/blas/symm.hpp
  33. include/blas/symv.hpp
  34. include/blas/syr.hpp
  35. include/blas/syr2.hpp
  36. include/blas/syr2k.hpp
  37. include/blas/syrk.hpp
  38. include/blas/trmm.hpp
  39. include/blas/trmv.hpp
  40. include/blas/trsm.hpp
  41. include/blas/trsv.hpp
  42. include/lapack/agressive_early_deflation.hpp
  43. include/lapack/gehd2.hpp
  44. include/lapack/gehrd.hpp
  45. include/lapack/gelq2.hpp
  46. include/lapack/geqr2.hpp
  47. include/lapack/lacpy.hpp
  48. include/lapack/ladiv.hpp
  49. include/lapack/lahqr.hpp
  50. include/lapack/lahqr_eig22.hpp
  51. include/lapack/lahqr_schur22.hpp
  52. include/lapack/lahqr_shiftcolumn.hpp
  53. include/lapack/lahr2.hpp
  54. include/lapack/lange.hpp
  55. include/lapack/lanhe.hpp
  56. include/lapack/lansy.hpp
  57. include/lapack/lantr.hpp
  58. include/lapack/lapy2.hpp
  59. include/lapack/lapy3.hpp
  60. include/lapack/larf.hpp
  61. include/lapack/larfb.hpp
  62. include/lapack/larfg.hpp
  63. include/lapack/larft.hpp
  64. include/lapack/larnv.hpp
  65. include/lapack/lascl.hpp
  66. include/lapack/laset.hpp
  67. include/lapack/lassq.hpp
  68. include/lapack/lasy2.hpp
  69. include/lapack/lauum_recursive.hpp
  70. include/lapack/move_bulge.hpp
  71. include/lapack/multishift_qr.hpp
  72. include/lapack/multishift_qr_sweep.hpp
  73. include/lapack/potrf.hpp
  74. include/lapack/potrf2.hpp
  75. include/lapack/potrs.hpp
  76. include/lapack/schur_move.hpp
  77. include/lapack/schur_swap.hpp
  78. include/lapack/transpose.hpp
  79. include/lapack/ung2r.hpp
  80. include/lapack/unghr.hpp
  81. include/lapack/ungl2.hpp
  82. include/lapack/unm2r.hpp
  83. include/lapack/unmhr.hpp
  84. include/lapack/unmqr.hpp
  85. include/legacy_api/base/legacyArray.hpp
  86. include/legacy_api/base/mdspan.hpp
  87. include/legacy_api/base/types.hpp
  88. include/legacy_api/base/utils.hpp
  89. include/legacy_api/blas.hpp
  90. include/legacy_api/blas/asum.hpp
  91. include/legacy_api/blas/axpy.hpp
  92. include/legacy_api/blas/copy.hpp
  93. include/legacy_api/blas/dot.hpp
  94. include/legacy_api/blas/dotu.hpp
  95. include/legacy_api/blas/gemm.hpp
  96. include/legacy_api/blas/gemv.hpp
  97. include/legacy_api/blas/ger.hpp
  98. include/legacy_api/blas/geru.hpp
  99. include/legacy_api/blas/hemm.hpp
  100. include/legacy_api/blas/hemv.hpp
  101. include/legacy_api/blas/her.hpp
  102. include/legacy_api/blas/her2.hpp
  103. include/legacy_api/blas/her2k.hpp
  104. include/legacy_api/blas/herk.hpp
  105. include/legacy_api/blas/iamax.hpp
  106. include/legacy_api/blas/nrm2.hpp
  107. include/legacy_api/blas/rot.hpp
  108. include/legacy_api/blas/rotg.hpp
  109. include/legacy_api/blas/rotm.hpp
  110. include/legacy_api/blas/rotmg.hpp
  111. include/legacy_api/blas/scal.hpp
  112. include/legacy_api/blas/swap.hpp
  113. include/legacy_api/blas/symm.hpp
  114. include/legacy_api/blas/symv.hpp
  115. include/legacy_api/blas/syr.hpp
  116. include/legacy_api/blas/syr2.hpp
  117. include/legacy_api/blas/syr2k.hpp
  118. include/legacy_api/blas/syrk.hpp
  119. include/legacy_api/blas/trmm.hpp
  120. include/legacy_api/blas/trmv.hpp
  121. include/legacy_api/blas/trsm.hpp
  122. include/legacy_api/blas/trsv.hpp
  123. include/legacy_api/lapack.hpp
  124. include/legacy_api/lapack/geqr2.hpp
  125. include/legacy_api/lapack/lacpy.hpp
  126. include/legacy_api/lapack/lange.hpp
  127. include/legacy_api/lapack/lanhe.hpp
  128. include/legacy_api/lapack/lansy.hpp
  129. include/legacy_api/lapack/lantr.hpp
  130. include/legacy_api/lapack/larf.hpp
  131. include/legacy_api/lapack/larfb.hpp
  132. include/legacy_api/lapack/larfg.hpp
  133. include/legacy_api/lapack/larft.hpp
  134. include/legacy_api/lapack/larnv.hpp
  135. include/legacy_api/lapack/lascl.hpp
  136. include/legacy_api/lapack/laset.hpp
  137. include/legacy_api/lapack/lassq.hpp
  138. include/legacy_api/lapack/potrf.hpp
  139. include/legacy_api/lapack/potrs.hpp
  140. include/legacy_api/lapack/ung2r.hpp
  141. include/legacy_api/lapack/unm2r.hpp
  142. include/legacy_api/lapack/unmqr.hpp
  143. include/legacy_api/legacyArray.hpp
  144. include/optimized/wrappers.hpp
  145. include/plugins/tlapack_abstractArray.hpp
  146. include/plugins/tlapack_debugutils.hpp
  147. include/plugins/tlapack_eigen.hpp
  148. include/plugins/tlapack_legacyArray.hpp
  149. include/plugins/tlapack_mdspan.hpp
  150. include/plugins/tlapack_mpreal.hpp
  151. include/plugins/tlapack_stdvector.hpp
  152. include/tblas.hpp
  153. include/tlapack.hpp
  154. lib/cmake/tlapack/tlapackConfig.cmake
  155. lib/cmake/tlapack/tlapackConfigVersion.cmake
  156. lib/cmake/tlapack/tlapackTargets.cmake
  157. @owner
  158. @group
  159. @mode
Collapse this list.
Dependency lines:
  • tlapack>0:math/tlapack
To install the port:
cd /usr/ports/math/tlapack/ && make install clean
To add the package, run one of these commands:
  • pkg install math/tlapack
  • pkg install tlapack
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tlapack
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1656961878 SHA256 (tlapack-tlapack-g20220628-77352a9_GH0.tar.gz) = ba517844c12c6e2747ac1190f8fb42717300eccef7b0f90128fdf8d9fe44e466 SIZE (tlapack-tlapack-g20220628-77352a9_GH0.tar.gz) = 595303

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. lapackpp>0 : math/lapackpp
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Test dependencies:
  1. blaspp>0 : math/blaspp
Runtime dependencies:
  1. lapackpp>0 : math/lapackpp
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
math_tlapack
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tlapack/tlapack/tar.gz/77352a9?dummy=/
Collapse this list.

There are no commits on branch 2022Q3 for this port