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
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.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2022.05.00_2
12 Dec 2023 19:03:50
commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0commit hash: ab1713728d621e7b57d276ef27de37a8754e6ee0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS

PR:		273219
2022.05.00_1
18 Nov 2023 19:25:57
commit hash: a8bc918ae7c32c3e373434e0a412ff7a780b355ccommit hash: a8bc918ae7c32c3e373434e0a412ff7a780b355ccommit hash: a8bc918ae7c32c3e373434e0a412ff7a780b355ccommit hash: a8bc918ae7c32c3e373434e0a412ff7a780b355c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/blaspp: Fix configure

configure was failing to find the BLAS library because it used its
own ad-hoc cmake file that was failing.
find_package(BLAS) works.

PR:		275162
Reported by:	Lorenzo Salvadore <salvadore@freebsd.org>; fallout
2022.05.00_1
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)
2022.05.00
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)
2022.05.00
04 Jul 2022 20:29:14
commit hash: db5eeb201b93c19c42724ec98f8ca1be9e88db15commit hash: db5eeb201b93c19c42724ec98f8ca1be9e88db15commit hash: db5eeb201b93c19c42724ec98f8ca1be9e88db15commit hash: db5eeb201b93c19c42724ec98f8ca1be9e88db15 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/blaspp: New port: C++ API for the Basic Linear Algebra Subroutines

Number of commits found: 6