summaryrefslogtreecommitdiffstats
path: root/rules/mlpack.in
blob: d34e50a4cda648b0857ca03ca0e670c6cb5f45b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## SECTION=system_libraries

menuconfig MLPACK
	tristate
	select HOST_CMAKE
	select GCCLIBS_CXX
	select GCCLIBS_GOMP
	select ARMADILLO
	select CEREAL
	select ENSMALLEN
	select OPENBLAS
	prompt "mlpack                        "
	help
	  Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
	  machine learning library, meant to be a machine learning analog to
	  LAPACK.  It aims to implement a wide array of machine learning
	  methods and function as a “swiss army knife” for machine learning
	  researchers.

if MLPACK

config MLPACK_TOOLS
	bool
	prompt "install tools"

endif