Browse Source

autoupdate docs by xmake-repo/ci

ruki 4 years ago
parent
commit
0bf3574a7d

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *Simple, lightweight, cross-platform*
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: c-ares, benchmark, chipmunk2d**
+- **Recently added: openblas, c-ares, benchmark**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)
 [Github](https://github.com/xmake-io/xrepo/)

+ 1 - 1
_sidebar.md

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

+ 33 - 0
mirror/packages/linux.html

@@ -3742,6 +3742,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("oatpp")
 <pre><code class="lang-lua">add_requires("oatpp")
 </code></pre>
 </code></pre>
+<h3 id="openblaslinux">openblas (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openblas.net/">http://www.openblas.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.3.12</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/o/openblas/xmake.lua">openblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openblas")
+</code></pre>
 <h3 id="opencvlinux">opencv (linux)</h3>
 <h3 id="opencvlinux">opencv (linux)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 34 - 0
mirror/packages/mingw.html

@@ -1496,6 +1496,40 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("nlohmann_json")
 <pre><code class="lang-lua">add_requires("nlohmann_json")
 </code></pre>
 </code></pre>
+<h2 id="o">o</h2>
+<h3 id="openblasmingw">openblas (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openblas.net/">http://www.openblas.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.3.12</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua">openblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] openblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openblas")
+</code></pre>
 <h2 id="p">p</h2>
 <h2 id="p">p</h2>
 <h3 id="patchmingw">patch (mingw)</h3>
 <h3 id="patchmingw">patch (mingw)</h3>
 <table>
 <table>

+ 33 - 0
mirror/packages/windows.html

@@ -2418,6 +2418,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("oatpp")
 <pre><code class="lang-lua">add_requires("oatpp")
 </code></pre>
 </code></pre>
+<h3 id="openblaswindows">openblas (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="http://www.openblas.net/">http://www.openblas.net/</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>0.3.12</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/o/openblas/xmake.lua">openblas/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install openblas
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("openblas")
+</code></pre>
 <h3 id="openexrwindows">openexr (windows)</h3>
 <h3 id="openexrwindows">openexr (windows)</h3>
 <table>
 <table>
 <thead>
 <thead>

+ 23 - 0
packages/linux.md

@@ -2557,6 +2557,29 @@ add_requires("oatpp")
 ```
 ```
 
 
 
 
+### openblas (linux)
+
+
+| Description | *OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.* |
+| -- | -- |
+| Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
+| Versions | 0.3.12 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openblas")
+```
+
+
 ### opencv (linux)
 ### opencv (linux)
 
 
 
 

+ 25 - 0
packages/mingw.md

@@ -990,6 +990,31 @@ add_requires("nlohmann_json")
 
 
 
 
 
 
+## o
+### openblas (mingw)
+
+
+| Description | *OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.* |
+| -- | -- |
+| Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
+| Versions | 0.3.12 |
+| Architectures | i386, x86_64 |
+| Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] openblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openblas")
+```
+
+
+
 ## p
 ## p
 ### patch (mingw)
 ### patch (mingw)
 
 

+ 23 - 0
packages/windows.md

@@ -1636,6 +1636,29 @@ add_requires("oatpp")
 ```
 ```
 
 
 
 
+### openblas (windows)
+
+
+| Description | *OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.* |
+| -- | -- |
+| Homepage | [http://www.openblas.net/](http://www.openblas.net/) |
+| Versions | 0.3.12 |
+| Architectures | x64, x86 |
+| Definition | [openblas/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/o/openblas/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install openblas
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("openblas")
+```
+
+
 ### openexr (windows)
 ### openexr (windows)
 
 
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
     
 <url>
 <url>
   <loc>https://xrepo.xmake.io</loc>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2020-11-10T06:36:12+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:52+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2020-11-10T06:36:13+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2020-11-10T06:36:13+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2020-11-10T06:36:14+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2020-11-10T06:36:14+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:53+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2020-11-10T06:36:14+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2020-11-10T06:36:14+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2020-11-10T06:36:14+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2020-11-10T06:36:15+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:54+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2020-11-10T06:36:15+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2020-11-10T06:36:15+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2020-11-10T06:36:15+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2020-11-10T06:36:16+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
 </url>
 </url>
 
 
 <url>
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2020-11-10T06:36:16+08:00</lastmod>
+  <lastmod>2020-11-11T13:43:55+08:00</lastmod>
 </url>
 </url>
 
 
 </urlset>
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 
 - *简单,轻量,跨平台*
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: c-ares, benchmark, chipmunk2d**
+- **Recently added: openblas, c-ares, benchmark**
 
 
 [Gitee](https://gitee.com/tboox/xrepo/)
 [Gitee](https://gitee.com/tboox/xrepo/)
 [GitHub](https://github.com/xmake-io/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)
   - [赞助](https://xmake.io/#/zh-cn/about/sponsor)
   - [快速上手](zh-cn/getting_started.md)
   - [快速上手](zh-cn/getting_started.md)
-- 包列表 (153)
+- 包列表 (154)
   - [android](packages/android.md)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)
   - [cross](packages/cross.md)