diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2018-11-06 23:56:40 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-11-06 13:56:40 -0800 |
| commit | 087691c94a45bbfb636c9bc4ebb63906ac012edf (patch) | |
| tree | cfd8d6f89fd0b90ff427e93e87f77fbd6494f025 /ports/fdlibm/CONTROL | |
| parent | 1c01a56dc8aa66c3769c29fce09dbcf8938cc17a (diff) | |
| download | vcpkg-087691c94a45bbfb636c9bc4ebb63906ac012edf.tar.gz vcpkg-087691c94a45bbfb636c9bc4ebb63906ac012edf.zip | |
fdlibm init (#4165)
* fdlibm init
* fix links
* Fix different hashes creation with google host
* Move functions to script
* Fix documentation
* [vcpkg_from_git] Add SHA512 argument, switch to zip to better support Windows.
* [fdlibm] Trigger rebuild
* [vcpkg_from_git] Use FETCH_HEAD reference to support tags
Diffstat (limited to 'ports/fdlibm/CONTROL')
| -rw-r--r-- | ports/fdlibm/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/fdlibm/CONTROL b/ports/fdlibm/CONTROL new file mode 100644 index 000000000..e519980bb --- /dev/null +++ b/ports/fdlibm/CONTROL @@ -0,0 +1,3 @@ +Source: fdlibm
+Version: 5.3-2
+Description: FDLIBM (Freely Distributable LIBM) is a C math library for machines that support IEEE 754 floating-point arithmetic
|
