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 2022Q2
blaspp C++ API for the Basic Linear Algebra Subroutines
2022.05.00_2 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 2022.05.00_2Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-07-04 20:30:05
Last Update: 2023-12-12 19:03:50
Commit Hash: ab17137
License: BSD3CLAUSE
WWW:
https://bitbucket.org/icl/blaspp/src/master/
Description:
The objective of BLAS++ is to provide a convenient, performance oriented API for development in the C++ language, that, for the most part, preserves established conventions, while, at the same time, takes advantages of modern C++ features, such as: namespaces, templates, exceptions, etc. BLAS++ is part of the SLATE project (Software for Linear Algebra Targeting Exascale), which is funded by the Department of Energy as part of its Exascale Computing Initiative (ECP). Closely related to BLAS++ is the LAPACK++ project, which provides a C++ API for LAPACK.
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 (55 items)
Collapse this list.
  1. /usr/local/share/licenses/blaspp-2022.05.00_2/catalog.mk
  2. /usr/local/share/licenses/blaspp-2022.05.00_2/LICENSE
  3. /usr/local/share/licenses/blaspp-2022.05.00_2/BSD3CLAUSE
  4. include/blas.hh
  5. include/blas/asum.hh
  6. include/blas/axpy.hh
  7. include/blas/batch_common.hh
  8. include/blas/config.h
  9. include/blas/copy.hh
  10. include/blas/defines.h
  11. include/blas/device.hh
  12. include/blas/device_blas.hh
  13. include/blas/dot.hh
  14. include/blas/dotu.hh
  15. include/blas/flops.hh
  16. include/blas/fortran.h
  17. include/blas/gemm.hh
  18. include/blas/gemv.hh
  19. include/blas/ger.hh
  20. include/blas/geru.hh
  21. include/blas/hemm.hh
  22. include/blas/hemv.hh
  23. include/blas/her.hh
  24. include/blas/her2.hh
  25. include/blas/her2k.hh
  26. include/blas/herk.hh
  27. include/blas/iamax.hh
  28. include/blas/mangling.h
  29. include/blas/nrm2.hh
  30. include/blas/rot.hh
  31. include/blas/rotg.hh
  32. include/blas/rotm.hh
  33. include/blas/rotmg.hh
  34. include/blas/scal.hh
  35. include/blas/swap.hh
  36. include/blas/symm.hh
  37. include/blas/symv.hh
  38. include/blas/syr.hh
  39. include/blas/syr2.hh
  40. include/blas/syr2k.hh
  41. include/blas/syrk.hh
  42. include/blas/trmm.hh
  43. include/blas/trmv.hh
  44. include/blas/trsm.hh
  45. include/blas/trsv.hh
  46. include/blas/util.hh
  47. include/blas/wrappers.hh
  48. lib/blaspp/blasppConfig.cmake
  49. lib/blaspp/blasppConfigVersion.cmake
  50. lib/blaspp/blasppTargets-release.cmake
  51. lib/blaspp/blasppTargets.cmake
  52. lib/libblaspp.so
  53. @owner
  54. @group
  55. @mode
Collapse this list.
Dependency lines:
  • blaspp>0:math/blaspp
To install the port:
cd /usr/ports/math/blaspp/ && make install clean
To add the package, run one of these commands:
  • pkg install math/blaspp
  • pkg install blaspp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: blaspp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1656962327 SHA256 (blaspp-2022.05.00.tar.gz) = 696277859bc1bd9c0aeb0cb170a1e259765c0a86af49b20afa0ffcbabc3e207e SIZE (blaspp-2022.05.00.tar.gz) = 596268

Packages (timestamps in pop-ups are UTC):
blaspp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2022.05.00_22022.05.00_2-2022.05.00_22022.05.00_2---
FreeBSD:13:quarterly2022.05.00_22022.05.00_2-2022.05.00_22022.05.00_2-2022.05.00_2-
FreeBSD:14:latest2022.05.00_22022.05.00_2-2022.05.00_22022.05.00_2---
FreeBSD:14:quarterly2022.05.00_22022.05.00_2-2022.05.00_22022.05.00_2-2022.05.00_2-
FreeBSD:15:latest2022.05.00_22022.05.00_2n/a2022.05.00_2n/a-2022.05.00_22022.05.00_2
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. cmake : devel/cmake-core
  2. gfortran12 : lang/gcc12
  3. as : devel/binutils
Test dependencies:
  1. cblas>0 : math/cblas
Runtime dependencies:
  1. gfortran12 : lang/gcc12
Library dependencies:
  1. libopenblas.so : math/openblas
This port is required by:
for Libraries
  1. math/lapackpp

Configuration Options:
No options to configure
Options name:
math_blaspp
USES:
cmake:testing fortran localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://bitbucket.org/icl/blaspp/downloads/
Collapse this list.

There are no commits on branch 2022Q2 for this port