Port details |
- lapackpp C++ API for the Linear Algebra PACKage
- 2022.05.00_1 math =2 2022.05.00_1Version of this port present on the latest quarterly branch.
- BROKEN: congifure fails due to cmake scripts convolution, see https://github.com/icl-utk-edu/lapackpp/issues/56
IGNORE: is marked as broken: congifure fails due to cmake scripts convolution, see https://github.com/icl-utk-edu/lapackpp/issues/56
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-07-04 20:30:13
- Last Update: 2024-01-21 21:09:43
- Commit Hash: 036f97b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://bitbucket.org/icl/lapackpp/src/master/
- Description:
- The objective of LAPACK++ 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.
LAPACK++ 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
LAPACK++ is the BLAS++ project, which provides a C++ API for BLAS and
Batch BLAS.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/lapackpp/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install math/lapackpp
- pkg install lapackpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: lapackpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656964791
SHA256 (lapackpp-2022.05.00.tar.gz) = d0f548cbc9d4ac46b1f961834d113173c0b433074f77bcfd69c7c31cb89b7ff2
SIZE (lapackpp-2022.05.00.tar.gz) = 1080533
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lapacke>0 : math/lapacke
- cmake : devel/cmake-core
- gfortran12 : lang/gcc12
- as : devel/binutils
- Test dependencies:
-
- lapacke>0 : math/lapacke
- Runtime dependencies:
-
- gfortran12 : lang/gcc12
- Library dependencies:
-
- libblaspp.so : math/blaspp
- libopenblas.so : math/openblas
- This port is required by:
- for Build
-
- math/tlapack
- for Run
-
- math/tlapack
Configuration Options:
- No options to configure
- Options name:
- math_lapackpp
- USES:
- cmake:testing fortran localbase:ldflags
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2022.05.00_1 21 Jan 2024 21:09:43 |
Yuri Victorovich (yuri) |
math/lapackpp: Broken until the upstream helps to resolve issues |
2022.05.00_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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 |
Stefan Eßer (se) |
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 ) |
2022.05.00 04 Jul 2022 23:16:25 |
Yuri Victorovich (yuri) |
math/lapackpp: Correct WWW |
2022.05.00 04 Jul 2022 20:29:14 |
Yuri Victorovich (yuri) |
math/lapackpp: New port: C++ API for the Linear Algebra PACKage |