Port details |
- f18 Fortran compiler targeting LLVM
- g20191019_1 devel
=0 g20191019_1Version of this port present on the latest quarterly branch.
- Maintainer: jmd@FreeBSD.org
- Port Added: 2019-04-26 14:21:13
- Last Update: 2023-01-14 23:14:56
- Commit Hash: 21778d8
- License: APACHE20
- WWW:
- https://github.com/flang-compiler/f18
- Description:
- F18 is a ground-up implementation of a Fortran front end written in modern C++.
F18, when combined with LLVM, is intended to replace the Flang compiler.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: f18
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1571522391
SHA256 (flang-compiler-f18-g20191019-1688bef_GH0.tar.gz) = e5e264bf6151e276ca1812284e93a2909ddbd2c65a177375c6044a650e9141cd
SIZE (flang-compiler-f18-g20191019-1688bef_GH0.tar.gz) = 793017
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:
-
- llvm80>=0 : devel/llvm80
- cmake : devel/cmake-core
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- llvm80>=0 : devel/llvm80
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_f18
- USES:
- cmake:noninja libedit perl5 tar:xz shebangfix python:build
- 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 |
g20191019_1 14 Jan 2023 23:14:56 |
Tobias C. Berner (tcberner) |
Cleanup: Remove devel/llvm[789]0
* remove old devel/llvm70
* remove old devel/llvm80
* remove old devel/llvm90
* remove ports explicitely depending on either of the three
Differential Revision: https://reviews.freebsd.org/D37936 |
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) |
g20191019_1 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 ) |
g20191019_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
g20191019_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20191019_1 20 Oct 2019 07:59:16 |
antoine |
Fix typos (?) |
g20191019 20 Oct 2019 03:05:56 |
jmd |
devel/f18: Update to latest upstream revision. |
g20190422_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
g20190422 01 May 2019 01:23:09 |
jmd |
devel/f18: mark BROKEN on FreeBSD 11.
Fails to link with "could not read symbols: File format not recognized." |
g20190422 26 Apr 2019 14:21:03 |
jmd |
new port: devel/f18
f18 is the work in process successor to flang, a LLVM-based Fortran compiler.
It recently was accepted as an official LLVM project and while hence likely
change drastically (also in distribution) in the future. This port tracks
FreeBSD support/development. |