aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-10-29 15:25:48 +0000
committerJan Eilers <jan.eilers@arm.com>2020-11-09 15:51:08 +0000
commitc9bc80e1d93d27ad298133c7345627e6a946fb92 (patch)
treef748f0f2564220959dd6fc38310448c817a0d975 /README.md
parent7b23785689486186f027110365cbe2a4bf6c831b (diff)
downloadarmnn-c9bc80e1d93d27ad298133c7345627e6a946fb92.tar.gz
IVGCVSW-5462 Link fmt statically
* Fmt didn't get installed properly. Each component of an interface library needs to be installed separately. * Changed fmt to be a static library Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Ic69bc9536ee01eed7b434b1ff53150581ba60e00
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c6c959131..ad71249578 100644
--- a/README.md
+++ b/README.md
@@ -56,11 +56,12 @@ Third party tools used by Arm NN:
| Tool | License (SPDX ID) | Description | Version | Provenience
|----------------|-------------------|------------------------------------------------------------------|-------------|-------------------
-| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net
-| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb
| cxxopts | MIT | A lightweight C++ option parser library | SHA 12e496da3d486b87fa9df43edea65232ed852510 | https://github.com/jarro2783/cxxopts
+| fmt | MIT | {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. | 7.0.1 | https://github.com/fmtlib/fmt
| ghc | MIT | A header-only single-file std::filesystem compatible helper library | 1.3.2 | https://github.com/gulrak/filesystem
+| half | MIT | IEEE 754 conformant 16-bit half-precision floating point library | 1.12.0 | http://half.sourceforge.net
| mapbox/variant | BSD | A header-only alternative to 'boost::variant' | 1.1.3 | https://github.com/mapbox/variant
+| stb | MIT | Image loader, resize and writer | 2.16 | https://github.com/nothings/stb
### Contributions