Port details |
- fann Free open source neural network library
- 2.2.0 math
=0 Version of this port present on the latest quarterly branch. - Maintainer: tzhuan@csie.org
 - Port Added: 2007-03-06 19:16:27
- Last Update: 2022-07-20 14:22:24
- Commit Hash: f53eb28
- Also Listed In: science
- License: LGPL21+
- Description:
- Fast Artificial Neural Network Library is a free open source neural network
library, which implements multilayer artificial neural networks in C with
support for both fully connected and sparsely connected networks. Cross-platform
execution in both fixed and floating point are supported. It includes a
framework for easy handling of training data sets. It is easy to use, versatile,
well documented, and fast. Bindings to more than 15 programming languages are
available. An easy to read introduction article and a reference manual
accompanies the library with examples and recommendations on how to use the
library. Several graphical user interfaces are also available for the library.
WWW: http://leenissen.dk/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/fann/ && make install clean
- To add the package, run one of these commands:
- pkg install math/fann
- pkg install fann
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fann
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1509354959
SHA256 (FANN-2.2.0-Source.zip) = 434b85fce60701c4e0066c442d60110d8e649f278e4edb814f0c0e7a1e0929fd
SIZE (FANN-2.2.0-Source.zip) = 2285087
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake
- ninja : devel/ninja
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- math_fann
- USES:
- cmake pathfix zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:22:24 2.2.0 |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 2.2.0 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Oct 2017 01:43:55
2.2.0 |
wen  |
- Add LICENSE
PR: 223144
Submitted by: yasu@utahime.org
Approved by: maintainer |
21 Oct 2016 15:21:13
2.2.0 |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
23 May 2016 18:36:52
2.2.0 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
18 May 2016 14:11:34
2.2.0 |
amdmi3  |
- No need to specify master site subdirectory when it's the same as default
Approved by: portmgr blanket |
10 Mar 2014 16:25:34
2.2.0 |
bapt  |
Convert m* to USES=zip |
02 Feb 2014 14:33:37
2.2.0 |
miwi  |
- Stage support
- Convert few ports to USES |
20 Sep 2013 20:55:06
2.2.0 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
22 Mar 2013 20:06:15
2.2.0 |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
15 Mar 2013 16:03:04
2.2.0 |
makc  |
- Clean up cmake usage
- Trim header and adjust COMMENT while here
Approved by: Tz-Huan Huang (maintainer) |
31 Mar 2012 07:50:36
2.2.0 |
dhn  |
- Update to 2.2.0
PR: ports/166533
Submitted by: Tz-Huan Huang <tzhuan@gmail.com> (maintainer)
Feature safe: yes |
20 Mar 2011 12:54:45
2.1.0b |
miwi  |
- Get Rid MD5 support |
22 Aug 2009 00:28:34
2.1.0b  |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
21 Aug 2008 06:18:49
2.1.0b |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
06 Mar 2007 19:15:43
2.1.0b |
miwi  |
Fast Artificial Neural Network Library is a free open source neural network
library, which implements multilayer artificial neural networks in C with
support for both fully connected and sparsely connected networks.
Cross-platform execution in both fixed and floating point are supported. It
includes a framework for easy handling of training data sets. It is easy to
use, versatile, well documented, and fast. PHP, C++, .NET, Ada, Python, Delphi,
Octave, Ruby, Pure Data and Mathematica bindings are available. A reference
manual accompanies the library with examples and recommendations on how to use
the library. A graphical user interface is also available for the library.
WWW: http://leenissen.dk/fann/
PR: ports/109853
Submitted by: Tz-Huan Huang <tzhuan at csie.org> |