Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Mar 2020 21:56:37
0.3.123

|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
14 Dec 2019 21:08:41
0.3.123

|
yuri  |
devel/dmlc-core: Update 0.3-105 -> 0.3-123 |
30 Nov 2019 08:02:41
0.3.105_3

|
jbeich  |
devel/dmlc-core: drop devel/llvm80 dependency
find_package(OpenMP) was fixed in r497948, so use devel/openmp but
only on FreeBSD 12.0 as later versions have /usr/lib/libomp.so. |
30 Nov 2019 07:02:41
0.3.105_2

|
antoine  |
Stop doing bad hacks |
30 Nov 2019 02:56:08
0.3.105_2

|
pkubaj  |
devel/dmlc-core: remove ? from toolchain setup
It turns out that having ? makes compiler.mk set base toolchain. |
30 Nov 2019 02:42:10
0.3.105_2

|
pkubaj  |
devel/dmlc-core: use LLVM on LLVM architectures
Use LLVM on LLVM architectures to avoid mixing C++ libraries. Add
USES=compiler:c++11-lang to force new GCC on GCC architectures (the port
requires C++11 anyway). Also add ? to toolchain setup to allow switching to GCC
binaries.
Reported by: jbeich
Approved by: mentors (implicit approval) |
29 Nov 2019 22:24:45
0.3.105_1

|
pkubaj  |
devel/dmlc-core: fix build on GCC architectures
Use USES=compiler:openmp instead of hard dependency on ports LLVM. Use new GCC
when using base GCC.
Remove -D_POSIX_SOURCE -D_POSIX_C_SOURCE=200809L, this causes some errno.h
macros not being visible.
PR: 242234
Approved by: yuri (maintainer), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D22580 |
20 Sep 2019 19:58:36
0.3.105

|
jbeich  |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
27 Aug 2019 07:01:49
0.3.105

|
yuri  |
New port: devel/dmlc-core: Common library for scalable and portable distributed
machine learning |