ソースを参照

autoupdate docs by xmake-repo/ci

ruki 3 年 前
コミット
df57390f56

+ 1 - 1
_coverpage.md

@@ -6,7 +6,7 @@
 
 - *Simple, lightweight, cross-platform*
 - *Modern C/C++ package manager, support distributed repositories*
-- **Recently added: simde, zfp, liburing**
+- **Recently added: ifort, simde, zfp**
 
 [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 (548)
+- Packages (549)
   - [android](packages/android.md)
   - [bsd](packages/bsd.md)
   - [cross](packages/cross.md)

+ 33 - 0
mirror/packages/android.html

@@ -2117,6 +2117,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortandroid">ifort (android)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p android [--ndk=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguiandroid">imgui (android)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/bsd.html

@@ -1664,6 +1664,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortbsd">ifort (bsd)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagickbsd">imagemagick (bsd)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/cross.html

@@ -1520,6 +1520,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortcross">ifort (cross)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p cross [--sdk=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="injacross">inja (cross)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/iphoneos.html

@@ -1804,6 +1804,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortiphoneos">ifort (iphoneos)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm64, armv7, armv7s, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p iphoneos ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguiiphoneos">imgui (iphoneos)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/linux.html

@@ -5669,6 +5669,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortlinux">ifort (linux)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagicklinux">imagemagick (linux)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/macosx.html

@@ -5344,6 +5344,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortmacosx">ifort (macosx)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imagemagickmacosx">imagemagick (macosx)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/mingw.html

@@ -2187,6 +2187,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortmingw">ifort (mingw)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</td>
+</tr>
+<tr>
+<td>Architectures</td>
+<td>arm, arm64, i386, x86_64</td>
+</tr>
+<tr>
+<td>Definition</td>
+<td><a href="https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install -p mingw [--mingw=/xxx] ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imguimingw">imgui (mingw)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/msys.html

@@ -1590,6 +1590,39 @@
 <pre><code class="lang-lua">add_requires("http_parser")
 </code></pre>
 <h2 id="i">i</h2>
+<h3 id="ifortmsys">ifort (msys)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="injamsys">inja (msys)</h3>
 <table>
 <thead>

+ 33 - 0
mirror/packages/windows.html

@@ -5101,6 +5101,39 @@
 <h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
 <pre><code class="lang-lua">add_requires("icu4c")
 </code></pre>
+<h3 id="ifortwindows">ifort (windows)</h3>
+<table>
+<thead>
+<tr>
+<th>Description</th>
+<th><em>The Fortran Compiler provided by Intel®</em></th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>Homepage</td>
+<td><a href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html">https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html</a></td>
+</tr>
+<tr>
+<td>Versions</td>
+<td>2021.4.0+3224</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/i/ifort/xmake.lua">ifort/xmake.lua</a></td>
+</tr>
+</tbody>
+</table>
+<h5 id="installcommand">Install command</h5>
+<pre><code class="lang-console">xrepo install ifort
+</code></pre>
+<h5 id="integrationintheprojectxmakelua">Integration in the project (xmake.lua)</h5>
+<pre><code class="lang-lua">add_requires("ifort")
+</code></pre>
 <h3 id="imathwindows">imath (windows)</h3>
 <table>
 <thead>

+ 23 - 0
packages/android.md

@@ -1375,6 +1375,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (android)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64-v8a, armeabi, armeabi-v7a, mip64, mips, x86, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p android [--ndk=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (android)
 
 

+ 23 - 0
packages/bsd.md

@@ -1070,6 +1070,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (bsd)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (bsd)
 
 

+ 23 - 0
packages/cross.md

@@ -975,6 +975,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (cross)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm, arm64, i386, mips, mips64, ppc, ppc64, riscv, riscv64, s390x, sh4, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p cross [--sdk=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### inja (cross)
 
 

+ 23 - 0
packages/iphoneos.md

@@ -1164,6 +1164,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (iphoneos)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64, armv7, armv7s, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p iphoneos ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (iphoneos)
 
 

+ 23 - 0
packages/linux.md

@@ -3725,6 +3725,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (linux)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (linux)
 
 

+ 23 - 0
packages/macosx.md

@@ -3511,6 +3511,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (macosx)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm64, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imagemagick (macosx)
 
 

+ 23 - 0
packages/mingw.md

@@ -1422,6 +1422,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (mingw)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | arm, arm64, i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install -p mingw [--mingw=/xxx] ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imgui (mingw)
 
 

+ 23 - 0
packages/msys.md

@@ -1022,6 +1022,29 @@ add_requires("http_parser")
 
 
 ## i
+### ifort (msys)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | i386, x86_64 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### inja (msys)
 
 

+ 23 - 0
packages/windows.md

@@ -3347,6 +3347,29 @@ add_requires("icu4c")
 ```
 
 
+### ifort (windows)
+
+
+| Description | *The Fortran Compiler provided by Intel®* |
+| -- | -- |
+| Homepage | [https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html](https://www.intel.com/content/www/us/en/developer/tools/oneapi/fortran-compiler.html) |
+| Versions | 2021.4.0+3224 |
+| Architectures | x64, x86 |
+| Definition | [ifort/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/i/ifort/xmake.lua) |
+
+##### Install command
+
+```console
+xrepo install ifort
+```
+
+##### Integration in the project (xmake.lua)
+
+```lua
+add_requires("ifort")
+```
+
+
 ### imath (windows)
 
 

+ 14 - 14
sitemap.xml

@@ -7,72 +7,72 @@
     
 <url>
   <loc>https://xrepo.xmake.io</loc>
-  <lastmod>2021-12-16T00:58:00+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-12-16T00:58:02+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-12-16T00:58:02+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/index.html</loc>
-  <lastmod>2021-12-16T00:58:02+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/android.html</loc>
-  <lastmod>2021-12-16T00:58:02+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/macosx.html</loc>
-  <lastmod>2021-12-16T00:58:03+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/windows.html</loc>
-  <lastmod>2021-12-16T00:58:03+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/linux.html</loc>
-  <lastmod>2021-12-16T00:58:03+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/mingw.html</loc>
-  <lastmod>2021-12-16T00:58:03+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/cross.html</loc>
-  <lastmod>2021-12-16T00:58:04+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/msys.html</loc>
-  <lastmod>2021-12-16T00:58:04+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/iphoneos.html</loc>
-  <lastmod>2021-12-16T00:58:04+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/packages/bsd.html</loc>
-  <lastmod>2021-12-16T00:58:04+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xrepo.xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-12-16T00:58:04+08:00</lastmod>
+  <lastmod>2021-12-16T03:34:11+08:00</lastmod>
 </url>
 
 </urlset>

+ 1 - 1
zh-cn/_coverpage.md

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