Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Sep 2020 20:51:22
7.0.g20191020_1

|
jmd  |
devel/flang: add common workaround |
08 Dec 2019 07:27:04
7.0.g20191020

|
antoine  |
Remove duplicate line from plist |
21 Oct 2019 00:23:17
7.0.g20191020

|
jmd  |
devel/flang: update to the latest upstream snapshot
OpenMP now works in my tests. |
04 Oct 2019 22:13:05
6.0.g20180904_4

|
linimon  |
Factor out hardcoding of the string "clang<version". When doing the
work to identify stale versions of clang tree-wide, these instances
cause extra work.
Refactor this usage into LLVM_VER.
Note: this refactoring causes portlint to complain but IMHO this
annoyance is worth tolerating to help ease maintainability.
PR: 239737, 239738
Approved by: maintainer |
26 Jul 2019 20:46:57
6.0.g20180904_4

|
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 |
15 Mar 2019 08:43:09
6.0.g20180904_3

|
tobik  |
devel/flang: Attempt to fix TESTS option
In r479159 the TESTS option was incorrectly switched to options
helpers. Options helpers are ineffective when set after
bsd.port.options.mk and it should have used the CMAKE_BOOL helper.
Reported by: tobik (in D19553) |
25 Dec 2018 20:25:40
6.0.g20180904_2

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
6.0.g20180904_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
11 Sep 2018 00:15:00
6.0.g20180904_1

|
jmd  |
devel/flang[-clang]: remove wrapper script dependency.
Patch flang-clang directly to link the required libraries and include the proper
library directories. Hence, the need of the wrapper script (and it's non-optimal
behavior) vanishes.
While there, mark flang-clang broken on 10. Its LLVM6 base is not supported
there and due to libpgmath only working on 12+, there is no need for it
anyways. |
06 Sep 2018 20:11:07
6.0.g20180904

|
jmd  |
devel/flang[-clang]: update to later snapshots
This introduces flang-driver, a clang6-derived driver / companion compiler, and
uses math/libpgmath as the math library backend. Notably, the latter currently
limits us to 12-CURRENT.
Patches are a combination of carry-over and adapted OpenBSD ones.
While there, pet portlint.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations
Differential Revision: https://reviews.freebsd.org/D17036 |
29 Jul 2018 22:18:46
5.0.20171225_2

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
15 Jan 2018 23:01:07
5.0.20171225_1

|
jmd  |
devel/flang-clang: Update to a new snapshot and fix pkg-plist to match the
recent upgrade of LLVM 5.0.0 to 5.0.1. Update requires patch to remove -ldl.
devel/flang: Bump PORTREVISION to force recompilation after the above companion
compiler update.
PR: 225174 (for the LLVM 5.0.1)
Approved by: swills (mentor, implicit) |
03 Jan 2018 02:14:35
5.0.20171225

|
jmd  |
devel/flang: Update to a later development snapshot.
Contains various improvements and fixes over the last two months.
Reported by: Rainer Hurling <rhurlin@gwdg.de>
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D13727 |
12 Dec 2017 02:43:49
5.0.20171019_2

|
jmd  |
devel/flang: silence warnings caused by the wrapper script shortcomings and only
add linking flags if needed.
PR: 220588
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Obtained from: PR220588 (with changes)
Differential Revision: https://reviews.freebsd.org/D13371 |
23 Oct 2017 14:18:15
5.0.20171019_1

|
jmd  |
devel/flang, devel/flang-clang: Upgrade to use LLVM5.0 as the backend compiler
and use clang from upstream's LLVM5 branch.
While there, also remove all potential calls to sincos() as the function is, in
difference to what man (3) sincos reports on HEAD, not available in either 10 or
11 branches.
Reported by: jrm (sincos issue on 10/11)
Reviewed by: swills (mentor)
Approved by: swills (mentor), jrm (tested math/R with it)
Differential Revision: https://reviews.freebsd.org/D12735 |
20 Oct 2017 01:34:43
4.0.20171019_1

|
jmd  |
devel/flang-clang and devel/flang: Upgrade to later snapshots. They bring a lot
of fixed bugs inside of flang and support for ejecting AVX512 operations.
Removes dependency on lang/openmp since devel/llvm40 brings its own (correct)
libomp.so.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12734 |
10 Sep 2017 20:55:39
4.0.20170812_1

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
16 Aug 2017 02:15:59
4.0.20170812

|
jmd  |
devel/flang and devel/flang-clang: Update to later snapshots. While there, mark
flang-clang as only for amd64. It is only useful for flang and flang is only for
amd64 at the moment.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D12029 |
31 Jul 2017 02:33:10
4.0.20170717

|
jmd  |
devel/flang and devel/flang-clang: Update to snapshots supporting llvm 4.0 and
upgrade dependencies to this version.
PR: 220829
Submitted by: Rainer Hurling (rhurlin@gwdg.de)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D11709 |
25 Jun 2017 21:07:58
3.9.20170522_1

|
tcberner  |
Make ninja opt-out in cmake.mk
Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.
Previously cmake-ports that wanted to use ninja could set
CMAKE_NINJA=yes
now, ports that do not work with ninja can set
cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.
The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary
PR: 219629
PR: 213331
Exp-run by: antoine
Reviewed by: rakuco
Differential Revision: https://reviews.freebsd.org/D10748 |
24 May 2017 03:21:58
3.9.20170522_1

|
jmd  |
devel/flang: update to latest github revision to chase their work in progress.
While there include two suggestions by Steve Kargl in the flang wrapper script
(add flang's include directory by default, add libompstub by default). Add a
TESTS option that enables flang's internal unit tests (request on
freebsd-fortran@). The last does not seem to be doing much in upstream yet.
There is still a problem when trying to compile statically. Also, OpenMP code
does compile w/ -fopenmp -L/usr/local/lib but does not execute in parallel yet.
Reported by: Steve Kargl <sgk@troutmask.apl.washington.edu> (flang wrapper
additions)
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10866 |
19 May 2017 15:57:15
3.9.20170518_1

|
jmd  |
devel/flang: fix typo, increment port revision
Reported by: mat
Reviewed by: swills (mentor)
Approved by: swills (mentor) |
19 May 2017 02:01:51
3.9.20170518

|
jmd  |
new ports: devel/flang and devel/flang-clang.
Welcome the freshly released flang Fortran LLVM compiler (currently only for
amd6) ! It needs as a companion a custom clang, added as flang-clang.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10805 |