Bläddra i källkod

autoupdate docs by xmake-repo/ci

ruki 4 år sedan
förälder
incheckning
621747be4c

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: libsvm, cyrus-sasl, openldap**
+- **Recently added: port, armadillo, libsvm**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

@@ -1,7 +1,7 @@
 - Getting Started
   - [Sponsor](https://xmake.io/#/about/sponsor)
   - [Quick Start](getting_started.md)
-- Packages (458)
+- Packages (459)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 38 - 1
mirror/packages/linux.html

@@ -269,6 +269,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("angelscript")
 </code></pre>
+<h3 id="armadillolinux">armadillo (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for linear algebra &amp; scientific computing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://arma.sourceforge.net/">http://arma.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>10.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua">armadillo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install armadillo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("armadillo")
+</code></pre>
 <h3 id="asmjitlinux">asmjit (linux)</h3>
 <table>
 <thead>
@@ -13557,7 +13594,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v5.2.2</td>
+<td>v5.2.2, v5.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 38 - 1
mirror/packages/macosx.html

@@ -228,6 +228,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("argp-standalone")
 </code></pre>
+<h3 id="armadillomacosx">armadillo (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for linear algebra &amp; scientific computing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://arma.sourceforge.net/">http://arma.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>10.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua">armadillo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install armadillo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("armadillo")
+</code></pre>
 <h3 id="asmjitmacosx">asmjit (macosx)</h3>
 <table>
 <thead>
@@ -12598,7 +12635,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v5.2.2</td>
+<td>v5.2.2, v5.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 71 - 1
mirror/packages/windows.html

@@ -232,6 +232,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("angelscript")
 </code></pre>
+<h3 id="armadillowindows">armadillo (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>C++ library for linear algebra &amp; scientific computing</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://arma.sourceforge.net/">http://arma.sourceforge.net/</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>10.7.0</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua">armadillo/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install armadillo
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("armadillo")
+</code></pre>
 <h3 id="asmjitwindows">asmjit (windows)</h3>
 <table>
 <thead>
@@ -5397,6 +5434,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("libhv")
 </code></pre>
+<h3 id="libiconvwindows">libiconv (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Character set conversion library.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.gnu.org/software/libiconv">https://www.gnu.org/software/libiconv</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>1.15, 1.16</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>x64, x86</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libiconv/xmake.lua">libiconv/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install libiconv
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("libiconv")
+</code></pre>
 <h3 id="libiglwindows">libigl (windows)</h3>
 <table>
 <thead>
@@ -10982,7 +11052,7 @@
 </tr>
 <tr>
 <td>Versions</td>
-<td>v5.2.2</td>
+<td>v5.2.2, v5.3.0</td>
 </tr>
 <tr>
 <td>Architectures</td>

+ 25 - 1
packages/linux.md

@@ -119,6 +119,30 @@ add_requires("angelscript")
 ```
 
 
+### armadillo (linux)
+
+
+| Description | *C++ library for linear algebra & scientific computing* |
+| -- | -- |
+| Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
+| License | Apache-2.0 |
+| Versions | 10.7.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install armadillo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("armadillo")
+```
+
+
 ### asmjit (linux)
 
 
@@ -9065,7 +9089,7 @@ add_requires("stlab")
 | -- | -- |
 | Homepage | [https://portal.nersc.gov/project/sparse/superlu/](https://portal.nersc.gov/project/sparse/superlu/) |
 | License | BSD-3-Clause |
-| Versions | v5.2.2 |
+| Versions | v5.2.2, v5.3.0 |
 | Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
 | Definition | [superlu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/superlu/xmake.lua) |
 

+ 25 - 1
packages/macosx.md

@@ -94,6 +94,30 @@ add_requires("argp-standalone")
 ```
 
 
+### armadillo (macosx)
+
+
+| Description | *C++ library for linear algebra & scientific computing* |
+| -- | -- |
+| Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
+| License | Apache-2.0 |
+| Versions | 10.7.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install armadillo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("armadillo")
+```
+
+
 ### asmjit (macosx)
 
 
@@ -8427,7 +8451,7 @@ add_requires("stlab")
 | -- | -- |
 | Homepage | [https://portal.nersc.gov/project/sparse/superlu/](https://portal.nersc.gov/project/sparse/superlu/) |
 | License | BSD-3-Clause |
-| Versions | v5.2.2 |
+| Versions | v5.2.2, v5.3.0 |
 | Architectures | arm64, i386, x86_64 |
 | Definition | [superlu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/superlu/xmake.lua) |
 

+ 48 - 1
packages/windows.md

@@ -95,6 +95,30 @@ add_requires("angelscript")
 ```
 
 
+### armadillo (windows)
+
+
+| Description | *C++ library for linear algebra & scientific computing* |
+| -- | -- |
+| Homepage | [http://arma.sourceforge.net/](http://arma.sourceforge.net/) |
+| License | Apache-2.0 |
+| Versions | 10.7.0 |
+| Architectures | x64, x86 |
+| Definition | [armadillo/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/a/armadillo/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install armadillo
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("armadillo")
+```
+
+
 ### asmjit (windows)
 
 
@@ -3559,6 +3583,29 @@ add_requires("libhv")
 ```
 
 
+### libiconv (windows)
+
+
+| Description | *Character set conversion library.* |
+| -- | -- |
+| Homepage | [https://www.gnu.org/software/libiconv](https://www.gnu.org/software/libiconv) |
+| Versions | 1.15, 1.16 |
+| Architectures | x64, x86 |
+| Definition | [libiconv/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libiconv/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install libiconv
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("libiconv")
+```
+
+
 ### libigl (windows)
 
 
@@ -7315,7 +7362,7 @@ add_requires("stlab")
 | -- | -- |
 | Homepage | [https://portal.nersc.gov/project/sparse/superlu/](https://portal.nersc.gov/project/sparse/superlu/) |
 | License | BSD-3-Clause |
-| Versions | v5.2.2 |
+| Versions | v5.2.2, v5.3.0 |
 | Architectures | x64, x86 |
 | Definition | [superlu/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/s/superlu/xmake.lua) |
 

+ 27 - 27
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-10-04T15:05:13+08:00</lastmod>
+  <lastmod>2021-10-07T06:25:02+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-10-04T15:05:15+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
+  <lastmod>2021-10-07T06:25:04+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-10-04T15:05:15+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
+  <lastmod>2021-10-07T06:25:04+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-10-04T15:05:15+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
+  <lastmod>2021-10-07T06:25:04+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-10-04T15:05:16+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
+  <lastmod>2021-10-07T06:25:05+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-10-04T15:05:16+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
+  <lastmod>2021-10-07T06:25:05+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-10-04T15:05:16+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
+  <lastmod>2021-10-07T06:25:05+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-10-04T15:05:16+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
+  <lastmod>2021-10-07T06:25:05+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-10-04T15:05:17+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
+  <lastmod>2021-10-07T06:25:05+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-10-04T15:05:17+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
+  <lastmod>2021-10-07T06:25:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-10-04T15:05:17+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
+  <lastmod>2021-10-07T06:25:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-10-04T15:05:17+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
+  <lastmod>2021-10-07T06:25:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-10-04T15:05:18+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
+  <lastmod>2021-10-07T06:25:06+08:00</lastmod>
 </url>
 
 <url>
-  <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-10-04T15:05:18+08:00</lastmod>
+  <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
+  <lastmod>2021-10-07T06:25:07+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: libsvm, cyrus-sasl, openldap**
+- **Recently added: port, armadillo, libsvm**
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/xrepo/)

+ 1 - 1
zh-cn/_sidebar.md

@@ -1,7 +1,7 @@
 - 快速入门
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (458)
+- 包列表 (459)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)