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
« First ‹ Previous 1 2 3 Next › Last »
mark commented on 2019-01-21 10:01 (UTC)
@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 (UTC)
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 (UTC)
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 (UTC)
to jerry73204,
Thank you, I'll just skip the check() step, but just saying that I have reproduced the issue around 10 times...
jerry73204 commented on 2018-05-12 18:16 (UTC)
To alcron33, My build runs successfully and I cannot reproduce this error. The message indicates that it was caused by a failing test. It's better to report it to upstream. If you need the build to be done, as a remedy, you can comment out check() function in PKGBUILD.
alcros33 commented on 2018-05-11 18:29 (UTC) (edited on 2018-05-11 18:30 (UTC) by alcros33)
I have tried installing a couple of times... it always displays this error when doing the check() after build:
Running 1262 test cases... /tmp/yaourt-tmp-alcros33/aur-mlpack/src/mlpack-3.0.0/src/mlpack/tests/distribution_test.cpp(888): fatal error: in "DistributionTest/GammaDistributionRandomTest": difference{0.100615} between d2.Beta(i){1.1811578593978589} and b(i){1.3} exceeds 10%
unknown location(0): fatal error: in "DecisionTreeMainTest/DecisionTreeCategoricalOutputDimensionTest": memory access violation at address: 0x00000000: no mapping at fault address
/tmp/yaourt-tmp-alcros33/aur-mlpack/src/mlpack-3.0.0/src/mlpack/tests/main_tests/decision_tree_test.cpp(98): last checkpoint: "DecisionTreeCategoricalOutputDimensionTest" test entry
*** 2 failures are detected in the test module "mlpackTest"
jerry73204 commented on 2017-09-24 12:32 (UTC)
flying-sheep commented on 2017-09-20 16:30 (UTC) (edited on 2017-09-20 18:11 (UTC) by flying-sheep)
« First ‹ Previous 1 2 3 Next › Last »