Port details |
- caliper Instrumentation and performance profiling library
- 2.9.1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2022-08-20 07:54:04
- Last Update: 2023-01-26 05:57:03
- Commit Hash: 2ca65e1
- License: BSD3CLAUSE
- Description:
- Caliper is a library to integrate performance profiling capabilities into
applications. To use Caliper, developers mark code regions of interest using
Caliper's annotation API. Applications can then enable performance profiling at
runtime with Caliper's configuration API. Alternatively, you can configure
Caliper through environment variables or config files.
Caliper can be used for lightweight always-on profiling or advanced performance
engineering use cases, such as tracing, monitoring, and auto-tuning. It is
primarily aimed at HPC applications, but works for any C/C++/Fortran program on
Unix/Linux.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/caliper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/caliper
- pkg install caliper
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: caliper
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1674704724
SHA256 (LLNL-Caliper-v2.9.1_GH0.tar.gz) = 4771d630de505eff9227e0ec498d0da33ae6f9c34df23cb201b56181b8759e9e
SIZE (LLNL-Caliper-v2.9.1_GH0.tar.gz) = 2052980
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_caliper
- USES:
- cmake:testing compiler:c++11-lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 5
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.9.1 26 Jan 2023 05:57:03
    |
Yuri Victorovich (yuri)  |
devel/caliper: Update 2.9.0 → 2.9.1
Reported by: portscout |
2.9.0 01 Dec 2022 22:15:39
    |
Yuri Victorovich (yuri)  |
devel/caliper: Update 2.8.0 -> 2.9.0
Reported by: portscout |
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) |
2.8.0 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 ) |
2.8.0 20 Aug 2022 07:53:11
    |
Yuri Victorovich (yuri)  |
devel/caliper: New port: Instrumentation and performance profiling library |
Number of commits found: 5
|