|
@@ -466,6 +466,30 @@ add_requires("cereal")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### cgal (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *CGAL is a software project that provides easy access to efficient and reliable geometric algorithms in the form of a C++ library.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://www.cgal.org/](https://www.cgal.org/) |
|
|
|
+| License | LGPL-3.0 |
|
|
|
+| Versions | 5.1.1 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [cgal/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cgal/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install cgal
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("cgal")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### cgetopt (linux)
|
|
|
|
|
|
|
|
@@ -851,7 +875,7 @@ add_requires("effcee")
|
|
|
| Description | *C++ template library for linear algebra* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://eigen.tuxfamily.org/](https://eigen.tuxfamily.org/) |
|
|
|
-| Versions | 3.3.7, 3.3.8 |
|
|
|
+| Versions | 3.3.7, 3.3.8, 3.3.9 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [eigen/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/e/eigen/xmake.lua) |
|
|
|
|
|
@@ -1485,7 +1509,8 @@ add_requires("hopscotch-map")
|
|
|
| Description | *High Performance Network Framework* |
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/ldcsaa/HP-Socket](https://github.com/ldcsaa/HP-Socket) |
|
|
|
-| Versions | v5.7.2 |
|
|
|
+| License | Apache-2.0 |
|
|
|
+| Versions | v5.7.3 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [hpsocket/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/h/hpsocket/xmake.lua) |
|
|
|
|
|
@@ -1951,6 +1976,29 @@ add_requires("libiconv")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### libigl (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Simple C++ geometry processing library.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://libigl.github.io/](https://libigl.github.io/) |
|
|
|
+| Versions | 2.2.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [libigl/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/l/libigl/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install libigl
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("libigl")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### libjpeg (linux)
|
|
|
|
|
|
|
|
@@ -3391,6 +3439,30 @@ add_requires("moonjit")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### mpfr (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *The MPFR library is a C library for multiple-precision floating-point computations with correct rounding.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://www.mpfr.org/](https://www.mpfr.org/) |
|
|
|
+| License | LGPL-3.0 |
|
|
|
+| Versions | 4.1.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [mpfr/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/m/mpfr/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install mpfr
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("mpfr")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
### mysql (linux)
|
|
|
|
|
|
|
|
@@ -4529,7 +4601,7 @@ add_requires("volk")
|
|
|
| -- | -- |
|
|
|
| Homepage | [https://github.com/KhronosGroup/Vulkan-Headers/](https://github.com/KhronosGroup/Vulkan-Headers/) |
|
|
|
| License | Apache-2.0 |
|
|
|
-| Versions | 1.2.154+0, v1.2.154, v1.2.162 |
|
|
|
+| Versions | 1.2.154+0, v1.2.162 |
|
|
|
| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
| Definition | [vulkan-headers/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-headers/xmake.lua) |
|
|
|
|
|
@@ -4546,6 +4618,30 @@ add_requires("vulkan-headers")
|
|
|
```
|
|
|
|
|
|
|
|
|
+### vulkan-memory-allocator (linux)
|
|
|
+
|
|
|
+
|
|
|
+| Description | *Easy to integrate Vulkan memory allocation library.* |
|
|
|
+| -- | -- |
|
|
|
+| Homepage | [https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/) |
|
|
|
+| License | MIT |
|
|
|
+| Versions | v2.3.0 |
|
|
|
+| Architectures | arm64-v8a, armv7, armv7s, i386, mips, mips64, mips64el, mipsel, x86_64 |
|
|
|
+| Definition | [vulkan-memory-allocator/xmake.lua](https://github.com/xmake-io/xmake-repo/blob/master/packages/v/vulkan-memory-allocator/xmake.lua) |
|
|
|
+
|
|
|
+##### Install command
|
|
|
+
|
|
|
+```console
|
|
|
+xrepo install vulkan-memory-allocator
|
|
|
+```
|
|
|
+
|
|
|
+##### Integration in the project (xmake.lua)
|
|
|
+
|
|
|
+```lua
|
|
|
+add_requires("vulkan-memory-allocator")
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
|
|
|
## w
|
|
|
### wayland (linux)
|