Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.27 21 Jun 2024 09:43:08 |
Yuri Victorovich (yuri) |
devel/dmlc-core: update 0.5-23 → 0.5-27 |
0.5.23 20 Dec 2023 07:43:21 |
Yuri Victorovich (yuri) |
devel/dmlc-core: Add patch for tests |
0.5.23 20 Dec 2023 07:42:33 |
Yuri Victorovich (yuri) |
devel/dmlc-core: update 0.3-123 → 0.5-23
Reported by: portscout |
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) |
0.3.123 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 ) |
0.3.123 27 Apr 2022 13:21:44 |
Piotr Kubaj (pkubaj) |
devel/dmlc-core: use clang on architectures without openmp and disable openmp |
0.3.123 10 Jun 2021 08:57:33 |
Piotr Kubaj (pkubaj) |
devel/dmlc-core: fix build on powerpc
LLVM on powerpc doesn't have libomp working.
Not using compiler:openmp here, because it effectively sets USE_GCC=yes for
everyone. |
0.3.123 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.123 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.123 08 Mar 2020 21:56:37 |
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 |
0.3.123 14 Dec 2019 21:08:41 |
yuri |
devel/dmlc-core: Update 0.3-105 -> 0.3-123 |
0.3.105_3 30 Nov 2019 08:02:41 |
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. |
0.3.105_2 30 Nov 2019 07:02:41 |
antoine |
Stop doing bad hacks |
0.3.105_2 30 Nov 2019 02:56:08 |
pkubaj |
devel/dmlc-core: remove ? from toolchain setup
It turns out that having ? makes compiler.mk set base toolchain. |
0.3.105_2 30 Nov 2019 02:42:10 |
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) |
0.3.105_1 29 Nov 2019 22:24:45 |
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 |
0.3.105 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
0.3.105 27 Aug 2019 07:01:49 |
yuri |
New port: devel/dmlc-core: Common library for scalable and portable distributed
machine learning |