Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Oct 2019 00:19:52
g20191020_1

|
jmd  |
math/libpgmath: also set the linux macro |
20 Oct 2019 18:07:29
g20191020

|
jmd  |
math/libpgmath: update to latest snapshot
Bump LLVM requirement to devel/llvm70. Unify handling in port. |
03 Feb 2019 00:55:48
g20180904_3

|
jmd  |
math/libpgmath: Remove restriction for FreeBSD11.
With the recent explicit setting of CC/CXX the build is successful on 11 again. |
03 Feb 2019 00:54:28
g20180904_3

|
jmd  |
math/libpgmath: remove superfluous c++11-lib requirement
CC/CXX are explicitly set now. Unbreaks make describe.
PR: 235292
Submitted by: Yasuhiro KIMURA <yasu@utahime.org> |
28 Jan 2019 03:12:12
g20180904_2

|
jmd  |
math/libpgmath: enforce usage of LLVM6
LLVM7 on 13-CURRENT breaks intrinsics definitions. |
25 Dec 2018 20:25:40
g20180904_1

|
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
g20180904_1

|
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 |
02 Nov 2018 13:32:35
g20180904

|
rene  |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
06 Sep 2018 20:06:41
g20180904

|
jmd  |
new port: math/libpgmath
This adds the compiler-callable math intrinsics library libpgmath. It is the
math library of the flang compiler with support for vector operations.
Patches were in large part adapted from the OpenBSD port.
Reviewed by: zeising (mentor), mat
Approved by: zeising (mentor)
Obtained from: Brian Callahan (bcallah@openbsd.org) with adaptations
Differential Revision: https://reviews.freebsd.org/D17034 |