Search Criteria
Package Details: mlpack 4.6.2-1
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.024357 |
| First Submitted: | 2015-10-29 03:40 (UTC) |
| Last Updated: | 2025-05-27 12:38 (UTC) |
Dependencies (18)
- armadilloAUR
- boost (boost-gitAUR)
- cereal
- cython (cython-gitAUR)
- ensmallenAUR
- lapack (aocl-libflame-aoccAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas-gitAUR, openblas-lapackAUR, lapack-gitAUR, blas-openblas)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR, python-numpy1AUR)
- python-pandas
- cmake (cmake3AUR, cmake-gitAUR) (make)
- python-pip (make)
- python-pytest-runnerAUR (make)
- python-setuptools (make)
- python-wheel (make)
- txt2man (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, goup-rsAUR, go-binAUR, gcc-go) (optional) – go bindings support
- julia (julia-nightly-binAUR, julia-beta-binAUR, juliaupAUR, juliaup-binAUR, julia-gitAUR, julia-binAUR) (optional) – julia bindings support
- openmp (optional) – parallel computation support
- r (r-mklAUR) (optional) – r bindings support
Latest Comments
1 2 3 Next › Last »
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.
Reylak commented on 2019-06-14 10:46 (UTC) (edited on 2019-06-17 15:32 (UTC) by Reylak)
I second masca's comment and its conflict errors. Mine are:
(same as masca's but without the "easy-install.pth" one; I see in the PKGBUILD that "easy-install.pth" is deleted in the
package()function)For the lib64 conflict, it seems that CMake does not properly handle the UsrMerge of ArchLinux with your PKGBUILD. Passing
-D CMAKE_INSTALL_LIBDIR="lib"tocmakefixes the issue as suggested here. This is what is used by this package for example. That does not solve the other conflicts though.EDIT: the other conflicts actually ended up disappearing but I'm not sure why, sorry :(
1 2 3 Next › Last »