aboutsummaryrefslogtreecommitdiff
path: root/misc/xgboost
Commit message (Collapse)AuthorAgeFilesLines
* misc/{,py-}xgboost: update 1.7.6 → 2.0.3Yuri Victorovich2023-12-203-5/+7
| | | | Reported by: portscout
* misc/xgboost: mark BROKEN on powerpcPiotr Kubaj2023-10-111-0/+1
| | | | Same issue as on i386.
* misc/{,py-}xgboost: Update 1.7.4 → 1.7.6Yuri Victorovich2023-06-192-4/+4
| | | | Reported by: portscout
* math/py-Pyomo: Update 6.4.2 → 6.5.0Yuri Victorovich2023-02-182-4/+4
| | | | Reported by: portscout
* misc/{,py-}xgboost: Update 1.7.1 -> 1.7.3Yuri Victorovich2023-01-082-4/+5
|
* misc/xgboost: Broken on armv7Yuri Victorovich2022-11-271-0/+1
| | | | Reported by: fallout
* misc/xgboost: Broken on i386Yuri Victorovich2022-11-271-0/+2
| | | | Reported by: fallout
* misc/{,py-}xgboost: Update 1.6.2 -> 1.7.1Yuri Victorovich2022-11-053-8/+9
| | | | Reported by: portscout
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc/{,py-}xgboost: Update 1.6.1 -> 1.6.2Yuri Victorovich2022-08-282-4/+4
| | | | Reported by: portscout
* misc/{,py-}xgboost: Update 1.6.0 -> 1.6.1Yuri Victorovich2022-05-102-4/+4
| | | | Reported by: portscout
* misc/{,py-}xgboost: Update 1.5.2 -> 1.6.0Yuri Victorovich2022-04-174-13/+23
| | | | Reported by: portscout
* misc/{,py-}xgboost: Update 1.5.1 -> 1.5.2Yuri Victorovich2022-01-242-4/+4
| | | | Reported by: portscout
* misc/{,py-}xgboost: Update 1.5.0 -> 1.5.1Yuri Victorovich2021-11-252-4/+4
| | | | Reported by: portscout
* misc/xgboost: Update 1.4.2 -> 1.5.0Yuri Victorovich2021-10-224-18/+29
|
* misc/{,py-}xgboost: Update 1.4.1 -> 1.4.2Yuri Victorovich2021-08-212-10/+10
| | | | Add the test target in misc/xgboost.
* misc/xgboost: Update 1.2.1 -> 1.4.1Yuri Victorovich2021-04-205-83/+39
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/xgboost: Update 1.2.0 -> 1.2.1Yuri Victorovich2020-10-262-7/+9
| | | | | | | MFH: 2020Q4 (fixes py-xgboost failure, see bug#247408) Notes: svn path=/head/; revision=553388
* Now builds on FreeBSD-12 powerpc64. As a test, also enable on FreeBSD-13 ↵Mark Linimon2020-10-131-2/+1
| | | | | | | | | powerpc64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=552175
* misc/xgboost: Update 1.1.1 -> 1.2.0Yuri Victorovich2020-09-243-15/+23
| | | | Notes: svn path=/head/; revision=549896
* misc/xgboost: Update 1.1.0 -> 1.1.1Yuri Victorovich2020-06-093-4/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=538277
* misc/xgboost: Update 1.0.2 -> 1.1.0Yuri Victorovich2020-05-252-11/+12
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=536524
* Mark as BROKEN on powerpc64 due to variants of:Mark Linimon2020-05-181-0/+3
| | | | | | | | | /usr/local/include/dmlc/./serializer.h:63:11: error: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>' Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=535700
* Drop dependency on devel/openmpJan Beich2020-03-081-2/+0
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* misc/xgboost: Update 1.0.1 -> 1.0.2Yuri Victorovich2020-03-042-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=527747
* misc/xgboost: Update 1.0.0 -> 1.0.1Yuri Victorovich2020-02-232-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=526926
* misc/xgboost: Update 0.90-291 -> 1.0.0Yuri Victorovich2020-02-224-30/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=526734
* misc/xgboost: Update 0.90-235 -> 0.90-291Yuri Victorovich2020-01-282-5/+5
| | | | Notes: svn path=/head/; revision=524457
* New port: misc/xgboost: Scalable, Portable and Distributed Gradient Boosting ↵Yuri Victorovich2019-12-148-0/+178
(GBDT, GBRT, GBM) Notes: svn path=/head/; revision=520144