Port details on branch 2023Q2 |
- llvm-cheri LLVM and Clang with support for the CHERI architecture
- 14.0.d20230104 devel
=0 14.0.d20230104Version of this port present on the latest quarterly branch. - Maintainer: brooks@FreeBSD.org
 - Port Added: 2023-06-13 18:06:05
- Last Update: 2023-06-13 18:02:38
- Commit Hash: 002024a
- Also Listed In: lang
- License: BSD3CLAUSE LLVM MIT PD REGEX LLVM2
- WWW:
- https://cheri-cpu.org
- Description:
- The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies. This version adds support for CHERI on RISC-V
and MIPS64.
This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker),
and the LLVM infrastructure these are built on.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- llvm-cheri>0:devel/llvm-cheri
- To install the port:
- cd /usr/ports/devel/llvm-cheri/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/llvm-cheri
- pkg install llvm-cheri
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: llvm-cheri
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386 armv6 armv7 powerpc mips
- distinfo:
- TIMESTAMP = 1675470307
SHA256 (CTSRD-CHERI-llvm-project-14.0.d20230104-086e03ef5a1e80fbfd8dbcf115897dfa7caa2197_GH0.tar.gz) = 0adbae47fb463dcda08e573d7dab58519e0d3ccd96e224f251a1c719f67bc929
SIZE (CTSRD-CHERI-llvm-project-14.0.d20230104-086e03ef5a1e80fbfd8dbcf115897dfa7caa2197_GH0.tar.gz) = 163044744
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:

- Slave ports:
-
- devel/llvm-cheriot
- devel/llvm-morello
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-sphinx>=0,1 : textproc/py-sphinx@py39
- py39-recommonmark>=0.0.20180530 : textproc/py-recommonmark@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for llvm-cheri-14.0.d20230104:
CLANG=on: Build clang
DOCS=on: Build and/or install documentation
LIT=on: Install lit and FileCheck test tools
LLD=on: Install lld linker
===> Use 'make config' to modify these settings
- Options name:
- devel_llvm-cheri
- USES:
- cmake compiler:c++11-lib cpe libedit perl5 shebangfix gnome python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
14.0.d20230104 13 Jun 2023 18:02:38
    |
Brooks Davis (brooks)  |
devel/llvm*: Consistently use python:3.7+
llvm12 was inappropriately constrained to 3.6-3.9 breaking the ability
to set 3.10 as the default. llvm11 just specified "python", but there's
no need to keep 2.7 support around. The rest had obsolete 3.6+ entries.
No functional change: This is not expected to change the version of
python used.
PR: 270978
Reported by: michael.osipov@siemens.com
Sponsored by: DARPA
(cherry picked from commit fb323dfd2ac2499f35e4d31a24fd9dd958af619a) |
Number of commits found: 1
|