aboutsummaryrefslogtreecommitdiff
path: root/ports/fann/CONTROL
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-05-08 05:21:09 +0800
committerGitHub <noreply@github.com>2021-05-07 14:21:09 -0700
commit89a8853159b11c601e2a69d211795f5db29958e3 (patch)
tree1f5b5f49e54832b1f17140210c29cb813fa2bdda /ports/fann/CONTROL
parentda0f1cc2bba3acd91be6fad4398368c70448666f (diff)
downloadvcpkg-89a8853159b11c601e2a69d211795f5db29958e3.tar.gz
vcpkg-89a8853159b11c601e2a69d211795f5db29958e3.zip
[fann] Support UNIX, re-fix installation (#17682)
* [fann] Support UNIX, re-fix installation * [fann] fix uwp build * update baseline * update version record
Diffstat (limited to 'ports/fann/CONTROL')
-rw-r--r--ports/fann/CONTROL3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/fann/CONTROL b/ports/fann/CONTROL
deleted file mode 100644
index 20fc0dde6..000000000
--- a/ports/fann/CONTROL
+++ /dev/null
@@ -1,3 +0,0 @@
-Source: fann
-Version: 2.2.0-1
-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.