Commit graph

12 commits

Author SHA1 Message Date
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
gdt
6127607b1b Catch up with HOMEPAGE and MASTER_SITES.
No functional change other than a fetchable distfile.
2015-09-09 23:27:05 +00:00
joerg
80f96b7eaf Repeat after me: va_list is not a pointer. Bump revision. Slightly
better fix can be obtained upstream if someone cares enough to update
the package.
2015-02-28 23:43:01 +00:00
wiz
7f172acfd2 Fix typo in comment. 2014-01-26 10:28:53 +00:00
gdt
a51b1207d5 Add newline to separate decls, but really to provoke a commit.
Commit message that should have been in previous commit follows:

Version 2.2.0 is backwards compatible and adds the following new
features:

    Added Sarprop training
    Added fann_create_train for creating an empty training data struct
    Added fann_copy for copying an ANN
    Added cascade_min_out_epochs and cascade_min_cand_epochs to
    improve cascade training
    Added extra checks when training, to ensure that data and network
    input and output sizes matches
    Added Visual Studio 2010 solution
    Added support for 64bit architecture
    Cleanup in sources
    Moved source from CVS to GIT
2014-01-22 01:49:21 +00:00
gdt
f9350b45eb MSG 2014-01-22 01:17:27 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
gdt
2bbc285339 user-destdir 2009-02-11 00:33:54 +00:00
gdt
b5edca5632 split Makefile into Makefile.common for impending py-fann package.
Add bl3.
2006-10-05 14:55:21 +00:00
gdt
4039b51e3f Fast Artificial Neural Network Library 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 other programming languages
and a GUI are also available.
2006-10-04 20:12:34 +00:00