Port details |
- uica Code Analyzer from the uops.info project
- g20240114+2022.12 benchmarks =2 g20230312+2022.12Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2022-08-01 20:30:04
- Last Update: 2024-10-28 12:41:49
- Commit Hash: 4441be1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: AGPLv3 APACHE20
- WWW:
- https://uops.info/uiCA.html
- Description:
- uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.
uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}uiCA>0:benchmarks/uica@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/benchmarks/uica/ && make install clean
- To add the package, run one of these commands:
- pkg install benchmarks/uica
- pkg install py311-uiCA
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-uiCA listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-uiCA
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729507977
SHA256 (instructions_Dec2022.xml) = 69b2098c239ef7530d194caf5b2d85122d2158d64df5e1e77b9124796c87a420
SIZE (instructions_Dec2022.xml) = 114820836
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-plotly>0 : graphics/py-plotly@py311
- py311-pydot>0 : graphics/py-pydot@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- benchmarks_uica
- USES:
- compiler python shebangfix
- 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 |
g20240114+2022.12 28 Oct 2024 12:41:49 |
Robert Clausecker (fuz) |
benchmarks/uica: update to g20240114+2022.12
Misc. fixes. |
g20230312+2022.12 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
g20230312+2022.12 17 Mar 2023 09:02:17 |
Robert Clausecker (fuz) |
benchmarks/uica: update to g20221215+2022.12
Upstream changes:
- add new simulation parameter options
- fix latencies with fused rip-relative loads
- fix handling of displacement fields |
g20221215+2022.12 08 Feb 2023 23:24:25 |
Robert Clausecker (fuz) |
*/*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit. I did intentionally not
touch the entry in UPDATING.
Reviewed by: eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435 |
g20221215+2022.12 30 Dec 2022 07:07:08 |
Li-Wen Hsu (lwhsu) Author: Robert Clausecker |
benchmarks/uica: update to g20221215+2022.12
Changelog:
https://github.com/andreas-abel/uiCA/compare/ba6ad5557ebd96a10fa0d0e076c9961ec5024574...e6421b5957ec53eaa05dc150b2a40c5e0abc6dd4
PR: 268648 |
g20220630+2022.04 16 Oct 2022 23:30:54 |
Piotr Kubaj (pkubaj) |
benchmarks/uica: add support for powerpc* |
g20220630+2022.04 15 Oct 2022 15:59:34 |
Dima Panov (fluffy) Author: Robert Clausecker |
benchmarks/uica: fix build on riscv and in UTC-... time zones
- inform mbuild CPU type detection script about the
existence of this newfangled architecture.
- pass TZ=UTC to date(1) while generating distfile name
to avoid off by one error on the first day of the month
in time zones west of Greenwich.
PR: 267020
Submitted by: maintainer
MFH: 2022Q4 |
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) |
g20220630+2022.04 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 ) |
g20220630+2022.04 01 Aug 2022 20:28:49 |
Kurt Jaeger (pi) Author: Robert Clausecker |
benchmarks/uica: New port: uops.info Code Analyzer
uiCA is a simulator that can predict the throughput of basic blocks on
recent Intel microarchitectures. In addition to that, it also provides
insights into how the code is executed.
uiCA is based on data from uops.info, combined with a detailed pipeline
model. Like related tools, it assumes that all memory accesses result in
cache hits.
WWW: https://uops.info/uiCA.html
Author: Robert Clausecker <fuz@fuz.su>
PR: 265368 |