Search Criteria
Package Details: mlpack 4.5.1-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: | 12 |
Popularity: | 0.031420 |
First Submitted: | 2015-10-29 03:40 (UTC) |
Last Updated: | 2024-12-12 16:29 (UTC) |
Dependencies (18)
- armadilloAUR
- boost (boost-gitAUR)
- cereal
- cython (cython-gitAUR, cython0AUR)
- ensmallenAUR
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pandas
- cmake (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, 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 (r352AUR, r-mklAUR) (optional) – r bindings support
Latest Comments
1 2 3 Next › Last »
Samega7Cattac commented on 2022-04-27 11:56 (UTC)
This pakage requires
python-pip
on 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"
tocmake
fixes 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 :(
masca commented on 2019-06-05 15:26 (UTC)
I am having troubles installing. I tried on two different machines and I get errors (albeit different ones). In the first case, I get the following:
build/temp.linux-x86_64-3.6/home/andrea/Documenti/mlpack/src/mlpack-3.1.1/src/mlpack/bindings/python/mlpack/sparse_coding.o: file not recognized: file format not recognized collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1 make[2]: [src/mlpack/methods/sparse_coding/CMakeFiles/build_pyx_sparse_coding.dir/build.make:58: src/mlpack/methods/sparse_coding/CMakeFiles/build_pyx_sparse_coding] Error 1 make[1]: [CMakeFiles/Makefile2:7344: src/mlpack/methods/sparse_coding/CMakeFiles/build_pyx_sparse_coding.dir/all] Error 2 make: *** [Makefile:141: all] Error 2
whereas in the second case I get: mlpack: /usr/bin/cygdb esiste già nel filesystem mlpack: /usr/bin/cython esiste già nel filesystem mlpack: /usr/bin/cythonize esiste già nel filesystem mlpack: /usr/bin/f2py esiste già nel filesystem mlpack: /usr/bin/f2py3 esiste già nel filesystem mlpack: /usr/bin/f2py3.7 esiste già nel filesystem mlpack: /usr/lib/python3.7/site-packages/easy-install.pth esiste già nel filesystem mlpack: /usr/lib64 esiste già nel filesystem
jerry73204 commented on 2019-06-05 15:14 (UTC)
Hi @mark, I drop the version constraint for armadillo. Hope it works for you.
1 2 3 Next › Last »