Przeglądaj źródła

autoupdate docs by xmake-repo/ci

ruki 4 lat temu
rodzic
commit
38c0e6eeaa

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: hdf5, gflags, glog**
+- **Recently added: hypre, msmpi, hdf5**
 
 [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 (319)
+- Packages (320)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 37 - 0
mirror/packages/linux.html

@@ -3101,6 +3101,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
+<h3 id="hyprelinux">hypre (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parallel solvers for sparse linear systems featuring multigrid methods.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods">https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.20.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/h/hypre/xmake.lua">hypre/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hypre
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hypre")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4clinux">icu4c (linux)</h3>
 <table>

+ 37 - 0
mirror/packages/macosx.html

@@ -2924,6 +2924,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
+<h3 id="hypremacosx">hypre (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parallel solvers for sparse linear systems featuring multigrid methods.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods">https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.20.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/h/hypre/xmake.lua">hypre/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hypre
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hypre")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4cmacosx">icu4c (macosx)</h3>
 <table>

+ 37 - 0
mirror/packages/windows.html

@@ -2829,6 +2829,43 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
+<h3 id="hyprewindows">hypre (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>Parallel solvers for sparse linear systems featuring multigrid methods.</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods">https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods</a></td>
+</tr>
+<tr>
+<td>License</td>
+<td>Apache-2.0</td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>v2.20.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/h/hypre/xmake.lua">hypre/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install hypre
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("hypre")
+</code></pre>
 <h2 id="i">i</h2>
 <h3 id="icu4cwindows">icu4c (windows)</h3>
 <table>

+ 24 - 0
packages/linux.md

@@ -2047,6 +2047,30 @@ add_requires("http_parser")
 ```
 
 
+### hypre (linux)
+
+
+| Description | *Parallel solvers for sparse linear systems featuring multigrid methods.* |
+| -- | -- |
+| Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
+| License | Apache-2.0 |
+| Versions | v2.20.0 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hypre
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hypre")
+```
+
+
 
 ## i
 ### icu4c (linux)

+ 24 - 0
packages/macosx.md

@@ -1929,6 +1929,30 @@ add_requires("http_parser")
 ```
 
 
+### hypre (macosx)
+
+
+| Description | *Parallel solvers for sparse linear systems featuring multigrid methods.* |
+| -- | -- |
+| Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
+| License | Apache-2.0 |
+| Versions | v2.20.0 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hypre
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hypre")
+```
+
+
 
 ## i
 ### icu4c (macosx)

+ 24 - 0
packages/windows.md

@@ -1861,6 +1861,30 @@ add_requires("http_parser")
 ```
 
 
+### hypre (windows)
+
+
+| Description | *Parallel solvers for sparse linear systems featuring multigrid methods.* |
+| -- | -- |
+| Homepage | [https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods](https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods) |
+| License | Apache-2.0 |
+| Versions | v2.20.0 |
+| Architectures | x64, x86 |
+| Definition | [hypre/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hypre/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install hypre
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("hypre")
+```
+
+
 
 ## i
 ### icu4c (windows)

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-05-04T14:57:48+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:21+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-05-04T14:57:48+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-05-04T14:57:49+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-05-04T14:57:49+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-05-04T14:57:49+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:22+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-05-04T14:57:49+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-05-04T14:57:49+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-05-04T14:57:50+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-05-04T14:57:50+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:23+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-05-04T14:57:50+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-05-04T14:57:50+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-05-04T14:57:50+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-05-04T14:57:51+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:24+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-05-04T14:57:51+08:00</lastmod>
+  <lastmod>2021-05-05T02:37:24+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

@@ -6,7 +6,7 @@
 
 - *简单,轻量,跨平台*
 - *现代化的 C/C++ 包管理工具,分布式仓库支持*
-- **Recently added: hdf5, gflags, glog**
+- **Recently added: hypre, msmpi, hdf5**
 
 [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)
-- 包列表 (319)
+- 包列表 (320)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)