-
### Xmake 版本
2.9.4
### 操作系统版本和架构
Ubuntu18.04
### 描述问题
我现在有demo需要链接几个动态库,但是该段代码中并未直接使用到这几个库中的代码,所以导致最终并没有链接上, 尝试添加了add_ldflags("-Wl,--no-as-needed"),但是看编译命令,xmake把他加到了最后面 也就并不能正常生效。
![image](http…
-
v1.8.1
This recently broke after working for 9 months, and I don't know why. Everything appears to be respecting the fact that this is an arm64 Mac, and yet the .so file that is generated for the l…
-
Felix (as of the latest commit in 26th October) throws a build error when installed.
**OS:** Ubuntu 20.04.5 LTS x86_64
**Python version:** 3.8.10
**OCaml version:** 4.14.0
**g++ version:**…
-
Hi,
I have been trying to compile PyNaCl on AIX 7.1 & & 7.2. Everytime i throws another monkey in the wrench. When started to compile it (with gcc) from scratch (without libsodium), it gave the sa…
-
https://github.com/NVIDIA/TensorRT-LLM/blob/48686bca3a34c6d323086e540c1c5245ac8eaef5/requirements.txt#L8
needs to be pinned
```
- mpi4py
+ mpi4py>=4.0.0
```
trt is linked against v4 of mpi4py, and…
-
### Xmake 版本
xmake v2.8.6+HEAD.211710b
### 操作系统版本和架构
Linux 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
### 描述问题
使用 pack 生成免安装格式的 zi…
-
System Config:
OS : Ubuntu 18.04
Issue:
The GibsonEnv fails to install at the step : `pip install -e .`
Following is the error log (error at the end):
```
(py35) $USER@Cadence:~/GibsonEnv$ pip…
-
## Background
We need to release a new QPython3 toolchain, which allow other guys can build the QPython3 core by themselves.
## Features
- It should support Macos & Ubuntu linux
- It should …
-
Using `sys-devel/mold-2.34.1` to link `dev-build/ninja-1.12.1` causes ninja itself to segfault inside the dynamic linker during bootstrapping. The issue does not appear when building with gnu ld.
`…
-
**Describe the bug**
Cannot run "sudo pip3 install -r requirements.txt" and "sudo pip3 install .".
**To Reproduce**
Steps to reproduce the behavior:
1. cd pwnagotchi-1.4.3
2. sudo pip3 install …