-
### Xmake 版本
v2.8.5+master
### 操作系统版本和架构
ubuntu22 gcc-linaro-5.4.1-2017.05-x86_64_arm-linux-gnueabihf
### 描述问题
```set_project(test)
target("a")
add_syslinks("pthread")
set_kind("shar…
-
When I was running "pip install -r assets/requirements/requirements.txt", I got the following errors. Could you please tell me what should I do?
Building wheels for collected packages: mpi4py
Bu…
-
### Xmake Version
2.8.6
### Operating System Version and Architecture
Windows 11
### Describe Bug
**Windows**系统上,**动态链接**,**导出了符号**,工具链是`clang`或`llvm`,链接阶段出现如下报错:
On Windows, dynamic linking, …
-
### Xmake 版本
v2.8.5+master
### 操作系统版本和架构
ubuntu22 gcc-linaro-5.4.1-2017.05-x86_64_arm-linux-gnueabihf
### 描述问题
交叉编译器无法获取到`target:check_sizeof`数据
配置阶段的编译器检查编译文件时链接了后级的库 导致链接失败 然后`target:check_siz…
-
Two issues. First, there's no documentation for **outpath**. It doesn't appear in the discovery listing as one of the available options. Second, when specified with a path, it generates the **modm**…
-
### Xmake 版本
2.8.3
### 操作系统版本和架构
arm64-linux
### 描述问题
在arm64-linux下链接 libuv.a 生成的参数是:":libuv.a", 缺少 -l 前缀,参照x64-linux下生成的参数应该是:"-l:libuv.a"
### 期待的结果
同样的配置,在 x64-linux 平台下测试是正确的:
[ 59%]: linki…
-
I am trying to execute example_kem.c https://github.com/open-quantum-safe/liboqs/blob/main/tests/example_kem.c it's failing with, could you please suggest to me what else I am missing here?
```sh
…
-
Installing shap on AWS Deep Learning AMI 44.0 (g3s instance) either from source or by "pip install shap" produces the following error
```python
>>> import shap
>>> X, y = shap.datasets.boston()…
-
Greetings.
Good news first: I got NUMPY installed with GraalPy JDK11.
However, it fails for JDK17 or JDK20 and I suspect the reason is the provided NUMPY version vs. the provided Python 3.10 env…
-
I'm attempting to install Gkeyll for Ubuntu via WSL. My system is a HP Pavilion Aero Laptop 13-be1xxx, running Windows 11.
I'm able to set up dependencies and run the configuration just fine. When …