Search Criteria
Package Details: mlpack 4.7.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mlpack.git (read-only, click to copy) |
|---|---|
| Package Base: | mlpack |
| Description: | A fast, flexible, scalable C++ machine learning library |
| Upstream URL: | https://mlpack.org |
| Keywords: | c++ go julia learning machine python R |
| Licenses: | BSD-3-Clause |
| Submitter: | jerry73204 |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 13 |
| Popularity: | 0.001913 |
| First Submitted: | 2015-10-29 03:40 (UTC) |
| Last Updated: | 2026-05-12 13:57 (UTC) |
Dependencies (13)
- armadillo (armadillo-intel)
- cereal
- ensmallenAUR
- lapack (aocl-libflame-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-openblas-gitAUR, lapack-gitAUR, aocl-libflameAUR, openblas-lapackAUR, blas-mklAUR, blas-openblas)
- python-pandas
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cython (cython-gitAUR) (make)
- python-setuptools (make)
- txt2man (make)
- go (go-gitAUR, gcc-go-gitAUR, go-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (optional) – go bindings support
- julia (julia-nightly-binAUR, julia-beta-binAUR, julia-gitAUR, juliaupAUR, juliaup-binAUR, julia-binAUR) (optional) – julia bindings support
- openmp (optional) – parallel computation support
- r (r-mklAUR) (optional) – r bindings support
Latest Comments
1 2 3 4 Next › Last »
advy commented on 2026-05-12 13:26 (UTC)
Hi! Since mlpack 4.4 the minimum required version of C++ is 17 instead of 14: - https://github.com/mlpack/mlpack/releases/tag/4.4.0 - https://github.com/mlpack/mlpack/pull/3704
If you try to compile the current PKGBUILD it fails. Setting CMAKE_CXX_STANDARD=17 in the PKGBUILD works.
micwoj92 commented on 2025-09-15 00:18 (UTC)
Please drop unneeded python-pytest-runner makedep.
BonnyAD9 commented on 2025-07-01 07:47 (UTC)
Hi, I have problem updating the package. If this is not the correct place to report this issue, feel free to redirect me elswhere. Here is the log that I think is relevant (I can provide more if needed):
My current mlpack package version is
4.6.0-1and I'm updating to the currently latest4.6.2-1.It seems that the package fails installing the python bindings because it doesn't have permissions. It tries to install them directly into the system. Maybe they should be installed in the provided fakeroot instead? (idk, this is just guess). Or maybe they should be installed only for the current user (without requiring the permissions).
Samega7Cattac commented on 2022-04-27 11:56 (UTC)
This pakage requires
python-pipon a python scriptrobertohueso commented on 2021-10-12 11:46 (UTC)
Updated :)
GRAPHENE commented on 2021-10-06 06:17 (UTC)
Updates?
Lone_Wolf commented on 2019-10-19 18:10 (UTC)
https://bbs.archlinux.org/viewtopic.php?id=250062
masca commented on 2019-10-03 09:20 (UTC)
It now compiles with GCC9, but it still fails to install.
I somehow obtain the following:
nicolino commented on 2019-07-16 17:47 (UTC) (edited on 2019-07-16 17:47 (UTC) by nicolino)
I have had the same problems as Relyak. I have modified the PKGBUILD as indicated. The lib64 conflict was resolved. The others did not.
1 2 3 4 Next › Last »