diff options
author | MXEBot as Travis CI <mxebot@gmail.com> | 2020-12-12 03:59:03 (GMT) |
---|---|---|
committer | MXEBot as Travis CI <mxebot@gmail.com> | 2020-12-12 03:59:03 (GMT) |
commit | a5c92bcc39d9bbe1a46925efb54616568475a368 (patch) | |
tree | 1b580d67c5b159fee9f8e856af56edc63f8386f2 | |
parent | 4f78c9135a0cdf969a07d4782ead72c147236a12 (diff) | |
download | mxe-a5c92bcc39d9bbe1a46925efb54616568475a368.zip mxe-a5c92bcc39d9bbe1a46925efb54616568475a368.tar.gz mxe-a5c92bcc39d9bbe1a46925efb54616568475a368.tar.bz2 |
Update packages.json & build-matrix.html
-rw-r--r-- | docs/build-matrix.html | 16 | ||||
-rw-r--r-- | docs/packages.json | 3 |
2 files changed, 15 insertions, 4 deletions
diff --git a/docs/build-matrix.html b/docs/build-matrix.html index 43b42eb..9830652 100644 --- a/docs/build-matrix.html +++ b/docs/build-matrix.html @@ -379,7 +379,7 @@ feel free to submit a pull request. <tr> <th class="row" title=""> cmake </th> - <td>3.17.3 </td> + <td>3.19.1 </td> <td></td> <td></td> <td></td> @@ -2988,6 +2988,16 @@ feel free to submit a pull request. </tr> <tr> + <th class="row" title=""> ninja </th> + <td>1.10.2 </td> + <td></td> + <td></td> + <td></td> + <td></td> + <td class="supported">✓</td> + </tr> + +<tr> <th class="row" title=""> nlopt </th> <td>2.6.1 </td> <td class="supported">✓</td> @@ -5021,13 +5031,13 @@ feel free to submit a pull request. <th class="row" colspan="2"> Total: 479 <br>(+7 virtual -+12 native-only) ++13 native-only) </th> <th>474</th> <th>409</th> <th>460</th> <th>408</th> -<th>48</th> +<th>49</th> </tr> </tbody> </table> diff --git a/docs/packages.json b/docs/packages.json index 13d3673..f88dcf2 100644 --- a/docs/packages.json +++ b/docs/packages.json @@ -33,7 +33,7 @@ "chromaprint": {"version": "1.4.3", "website": "https://acoustid.org/chromaprint", "description": "Chromaprint"}, "cimg": {"version": "2.7.1", "website": "http://cimg.eu/", "description": "CImg Library"}, "cloog": {"version": "0.18.4", "website": "https://www.bastoul.net/cloog/", "description": "CLooG Code Generator"}, - "cmake": {"version": "3.17.3", "website": "https://www.cmake.org/", "description": ""}, + "cmake": {"version": "3.19.1", "website": "https://www.cmake.org/", "description": ""}, "cmake-conf": {"version": "1", "website": "", "description": ""}, "cmark": {"version": "0.28.3", "website": "https://github.com/commonmark/cmark", "description": "CommonMark parsing and rendering library and program in C"}, "cminpack": {"version": "1.3.4", "website": "http://devernay.free.fr/hacks/cminpack/cminpack.html", "description": ""}, @@ -294,6 +294,7 @@ "netcdf-cxx4": {"version": "4.3.0", "website": "https://www.unidata.ucar.edu/software/netcdf/", "description": "NetCDF-CXX4"}, "netpbm": {"version": "10.35.96", "website": "https://netpbm.sourceforge.io/", "description": "Netpbm"}, "nettle": {"version": "3.6", "website": "https://www.lysator.liu.se/~nisse/nettle/", "description": ""}, + "ninja": {"version": "1.10.2", "website": "https://ninja-build.org", "description": "A small build system with a focus on speed"}, "nlopt": {"version": "2.6.1", "website": "https://nlopt.readthedocs.io/en/latest/", "description": "NLopt"}, "nsis": {"version": "3.06.1", "website": "https://nsis.sourceforge.io/", "description": "NSIS"}, "ocaml-cairo": {"version": "1.2.0", "website": "https://cairographics.org/cairo-ocaml/", "description": "cairo-ocaml"}, |