2015-09-10 01:27:05 by Greg Troxel | Files touched by this commit (2) |
Log message:
Catch up with HOMEPAGE and MASTER_SITES.
No functional change other than a fetchable distfile.
|
2015-03-01 00:43:01 by Joerg Sonnenberger | Files touched by this commit (3) |  |
Log message:
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.
|
2014-01-26 11:28:53 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Fix typo in comment.
|
2014-01-22 02:49:21 by Greg Troxel | Files touched by this commit (1) |
Log message:
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 02:17:27 by Greg Troxel | Files touched by this commit (4) |
Log message:
MSG
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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-02-11 01:33:54 by Greg Troxel | Files touched by this commit (1) |
Log message:
user-destdir
|
2006-10-05 16:55:21 by Greg Troxel | Files touched by this commit (3) |
Log message:
split Makefile into Makefile.common for impending py-fann package.
Add bl3.
|