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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
blaspp C++ API for the Basic Linear Algebra Subroutines
2025.05.28_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 2025.05.28Version 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: 2026-05-13 08:28:41
Commit Hash: 227859d
License: BSD3CLAUSE
WWW:
https://github.com/icl-utk-edu/blaspp
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 (58 items)
Collapse this list.
  1. /usr/local/share/licenses/blaspp-2025.05.28_1/catalog.mk
  2. /usr/local/share/licenses/blaspp-2025.05.28_1/LICENSE
  3. /usr/local/share/licenses/blaspp-2025.05.28_1/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/counter.hh
  11. include/blas/defines.h
  12. include/blas/device.hh
  13. include/blas/device_blas.hh
  14. include/blas/dot.hh
  15. include/blas/dotu.hh
  16. include/blas/flops.hh
  17. include/blas/fortran.h
  18. include/blas/gemm.hh
  19. include/blas/gemv.hh
  20. include/blas/ger.hh
  21. include/blas/geru.hh
  22. include/blas/hemm.hh
  23. include/blas/hemv.hh
  24. include/blas/her.hh
  25. include/blas/her2.hh
  26. include/blas/her2k.hh
  27. include/blas/herk.hh
  28. include/blas/iamax.hh
  29. include/blas/mangling.h
  30. include/blas/nrm2.hh
  31. include/blas/rot.hh
  32. include/blas/rotg.hh
  33. include/blas/rotm.hh
  34. include/blas/rotmg.hh
  35. include/blas/scal.hh
  36. include/blas/swap.hh
  37. include/blas/symm.hh
  38. include/blas/symv.hh
  39. include/blas/syr.hh
  40. include/blas/syr2.hh
  41. include/blas/syr2k.hh
  42. include/blas/syrk.hh
  43. include/blas/trmm.hh
  44. include/blas/trmv.hh
  45. include/blas/trsm.hh
  46. include/blas/trsv.hh
  47. include/blas/util.hh
  48. include/blas/wrappers.hh
  49. lib/cmake/blaspp/blasppConfig.cmake
  50. lib/cmake/blaspp/blasppConfigVersion.cmake
  51. lib/cmake/blaspp/blasppTargets-release.cmake
  52. lib/cmake/blaspp/blasppTargets.cmake
  53. lib/libblaspp.so
  54. lib/libblaspp.so.2
  55. lib/libblaspp.so.2.0.0
  56. @owner
  57. @group
  58. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
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 = 1748423400 SHA256 (blaspp-2025.05.28.tar.gz) = c54a302c78676e611e18339cab388992ef02d3fb323a6bae7a0df54643245629 SIZE (blaspp-2025.05.28.tar.gz) = 890850

Packages (timestamps in pop-ups are UTC):
blaspp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2025.05.282025.05.28-2022.05.00_42025.05.28n/an/an/a
FreeBSD:13:quarterly2025.05.282025.05.28-2022.05.00_42025.05.28n/an/an/a
FreeBSD:14:latest2025.05.28_12025.05.28_1-2022.05.00_4----
FreeBSD:14:quarterly2025.05.282025.05.28-2022.05.00_42025.05.28-2022.05.00_2-
FreeBSD:15:latest2025.05.28_12025.05.28_1n/a2022.05.00_4n/an/a2022.05.00_22022.05.00_2
FreeBSD:15:quarterly2025.05.282025.05.28n/a-n/an/a--
FreeBSD:16:latest2025.05.28_12025.05.28_1n/a-n/an/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. gfortran14 : lang/gcc14
  3. as : devel/binutils
Test dependencies:
  1. cblas>0 : math/cblas
  2. testsweeper>0 : devel/testsweeper
Runtime dependencies:
  1. gfortran14 : lang/gcc14
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://github.com/icl-utk-edu/blaspp/releases/download/v2025.05.28/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2025.05.28_1
13 May 2026 08:28:41
commit hash: 227859d277c6dc5e06360bff127d3fe5f720fccfcommit hash: 227859d277c6dc5e06360bff127d3fe5f720fccfcommit hash: 227859d277c6dc5e06360bff127d3fe5f720fccfcommit hash: 227859d277c6dc5e06360bff127d3fe5f720fccf files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade of OpenBLAS
2025.05.28
30 Mar 2026 20:02:03
commit hash: 76d187f67a00db63ecf27e7e4496e2874789de51commit hash: 76d187f67a00db63ecf27e7e4496e2874789de51commit hash: 76d187f67a00db63ecf27e7e4496e2874789de51commit hash: 76d187f67a00db63ecf27e7e4496e2874789de51 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/testsweeper: New port: C++ testing framework for parameter sweeps
2025.05.28
30 Mar 2026 20:02:03
commit hash: 5ebfea45fe680ec6b11ae9bfbe201e9022d16d02commit hash: 5ebfea45fe680ec6b11ae9bfbe201e9022d16d02commit hash: 5ebfea45fe680ec6b11ae9bfbe201e9022d16d02commit hash: 5ebfea45fe680ec6b11ae9bfbe201e9022d16d02 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/blaspp: update 2022.05.00 → 2025.05.28
2022.05.00_4
28 Jan 2025 16:42:55
commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492commit hash: e54e2c695bbccea73e70ce5bf689928053632492 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after OpenBLAS upgrade

Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
2022.05.00_3
21 Jun 2024 17:49:24
commit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fecommit hash: e2cd1133e68c54606b2b5e0c7b4dee0532a926fe files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: bump PORTREVISION after the upgrade to OpenBLAS
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: 11