New package: fann-2.2.0
This commit is contained in:
parent
4007db0c30
commit
00c78dfa8c
3 changed files with 27 additions and 0 deletions
|
@ -2284,3 +2284,7 @@ libmpd.so.1 libmpd-11.8.17_1
|
||||||
libfa.so.1 augeas-1.4.0_1
|
libfa.so.1 augeas-1.4.0_1
|
||||||
libaugeas.so.0 augeas-1.4.0_1
|
libaugeas.so.0 augeas-1.4.0_1
|
||||||
libplot.so.2 plotutils-2.6_1
|
libplot.so.2 plotutils-2.6_1
|
||||||
|
libfloatfann.so.2 fann-2.2.0_1
|
||||||
|
libfixedfann.so.2 fann-2.2.0_1
|
||||||
|
libfann.so.2 fann-2.2.0_1
|
||||||
|
libdoublefann.so.2 fann-2.2.0_1
|
||||||
|
|
1
srcpkgs/fann-devel
Symbolic link
1
srcpkgs/fann-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
fann
|
22
srcpkgs/fann/template
Normal file
22
srcpkgs/fann/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'fann'
|
||||||
|
pkgname=fann
|
||||||
|
version=2.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake"
|
||||||
|
short_desc="A free open source neural network library"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="LGPL-2.1"
|
||||||
|
homepage="http://leenissen.dk/fann/"
|
||||||
|
distfiles="https://github.com/libfann/fann/archive/${version}.tar.gz"
|
||||||
|
checksum=f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c
|
||||||
|
|
||||||
|
fann-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue