summaryrefslogtreecommitdiff
path: root/devel/fann
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz1-2/+1
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2020-07-27multiple: Drop MAINTAINERshipgdt1-2/+2
These are simply things I no longer use
2020-05-13devel/fann: fix path to fann.pc filerillig1-3/+3
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2019-11-03devel: align variable assignmentsrillig1-3/+3
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-04-18fann: Improve distinfokamil2-12/+8
Reuse the GitHub framework and stop using plain ${PKGVERSION_NOREV}.zip for distfile name. No functional change intended.
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
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-09-09Catch up with HOMEPAGE and MASTER_SITES.gdt2-9/+14
No functional change other than a fetchable distfile.
2015-02-28Repeat after me: va_list is not a pointer. Bump revision. Slightlyjoerg3-2/+66
better fix can be obtained upstream if someone cares enough to update the package.
2014-01-26Fix typo in comment.wiz1-2/+2
2014-01-22Add newline to separate decls, but really to provoke a commit.gdt1-1/+2
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-22MSGgdt4-27/+32
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-12/+6
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-11user-destdirgdt1-3/+5
2006-10-05split Makefile into Makefile.common for impending py-fann package.gdt3-7/+29
Add bl3.
2006-10-04Fast Artificial Neural Network Library implements multilayergdt4-0/+60
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.