diff options
| author | JackBoos <398808571@qq.com> | 2019-02-08 06:12:31 +0800 |
|---|---|---|
| committer | Codiferous <44823842+Codiferous@users.noreply.github.com> | 2019-02-07 14:12:31 -0800 |
| commit | 3155a7c79a81065fcd1a73d64cc613c038a6395c (patch) | |
| tree | 0db175fc4f81e4f8e1d2f93d3127367fc7c5e460 /ports/fann/CONTROL | |
| parent | 721de0cbbc837c3fb7152192799c50092ed5abb8 (diff) | |
| download | vcpkg-3155a7c79a81065fcd1a73d64cc613c038a6395c.tar.gz vcpkg-3155a7c79a81065fcd1a73d64cc613c038a6395c.zip | |
feat(rang, fann): add ports for rang and fann
* feat(rang): add port for rang
* feat(fann): add port for fann
* fix(fann): revert to dynamic if statically linked
Diffstat (limited to 'ports/fann/CONTROL')
| -rw-r--r-- | ports/fann/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/fann/CONTROL b/ports/fann/CONTROL new file mode 100644 index 000000000..84b062a30 --- /dev/null +++ b/ports/fann/CONTROL @@ -0,0 +1,3 @@ +Source: fann
+Version: 2.2.0
+Description: Fast Artificial Neural Network (FANN) 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.
\ No newline at end of file |
