Search Criteria
Package Details: mlpack 3.4.1-1
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: | |
Submitter: | jerry73204 |
Maintainer: | robertohueso |
Last Packager: | robertohueso |
Votes: | 9 |
Popularity: | 0.40 |
First Submitted: | 2015-10-29 03:40 |
Last Updated: | 2020-09-16 13:41 |
Dependencies (13)
- lapack (openblas-lapack-git, lapack-tmg, flexiblas, openblas-lapack-static, atlas-lapack, lapack-git, openblas-lapack, armpl)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-pandas>=0.15.0
- cython>=0.24 (cython-kivy, cython-git)
- boost>=1.58 (boost-git)
- ensmallen>=2.10.0
- armadillo>=8.400.0
- python-setuptools (make)
- txt2man (make)
- cmake>=3.3.2 (cmake-git) (make)
- openmp (openmp-svn, openmp-nvptx, llvm-toolchain-nightly-bin, openmp-rc) (optional) – parallel computation support
- go>=2:1.12.9-1 (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (optional) – go bindings support
- julia>=2:1.3.0 (julia-mkl-git, julia-aarch64-git, julia-nightly-bin, julia-mkl, julia-git, julia-beta-bin, julia-bin) (optional) – julia bindings support
Latest Comments
1 2 3 Next › Last »
Lone_Wolf commented on 2019-10-19 18:10
https://bbs.archlinux.org/viewtopic.php?id=250062
masca commented on 2019-10-03 09:20
It now compiles with GCC9, but it still fails to install.
I somehow obtain the following:
nicolino commented on 2019-07-16 17:47
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
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
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
Hi @mark, I drop the version constraint for armadillo. Hope it works for you.
mark commented on 2019-01-21 10:01
@jerry73204 - it compiled successfully, thanks!
Also, it still complains about armadillo>=6.500.0, that it cannot be found so I have to install it explicitly. Other than that it's great!
jerry73204 commented on 2019-01-16 07:03
I update the package to 3.0.4 and disable check by default.
Mark please check if this update fixes your problem.
mark commented on 2019-01-15 08:43
gcc: error: unrecognized command line option ‘-std=c++11-march=x86-64’ error: command 'gcc' 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
This is when installing it with trizen, first it complained armadillo>=6.500.0 cannot be found, but it went away after installing it manually.
Is this a typo in the makefile or? Should there be a whitespace between 11 and the dash?
alcros33 commented on 2018-05-14 16:31
to jerry73204,
Thank you, I'll just skip the check() step, but just saying that I have reproduced the issue around 10 times...