-
when i try to build numpy 1.25.1 with the chaquopy build tool i get this error
```
INFO: compile options: '-DNO_ATLAS_INFO=1 -I/usr/local/include -I/usr/include/suitesparse -I/home/default/Coding/ch…
-
### Describe the bug
somewhat related to issue #1091, but this time having multiple targets depend on a single library
### Expected behavior
consider the following xmake.lua:
```
option("…
-
Today, I got the following error on various environment, My own PC, Azure VM and company server.
When I ran "make -C docker release_build" follow instruction in
https://github.com/NVIDIA/TensorR…
-
Consider the following example:
```
test.cc:
#include
static void BM_Test(benchmark::State& state) {
int i = 0;
for (auto _ : state) {
benchmark::DoNotOptimize(i++);
}
}
BEN…
-
Commands I ran in the raspberry pi 4:
sudo apt update
sudo apt upgrade
sudo apt install git
sudo apt-get install unzip patch xsltproc gcc libreadline-dev python3-dev python3-setuptools
git …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you ex…
-
### Xmake 版本
2.8.6
### 操作系统版本和架构
win11 x64
### 描述问题
set_config("ndk_cxxstl","c++_static")该设置编译结果还是要依赖libc++_shared.so,xmake -vD输出没有-lc++_static
和-static-libstdc++编译项。
对ndk的stdC++编译设置无效,应该是脚本判断n…
-
I'm not 100% sure if this is an issue with numpy or with me, so I'm cross-posting [my stackoverflow](https://stackoverflow.com/questions/65708176/troubles-installing-numpy-1-19-5-with-python-3-9-1-on-…
-
### Xmake 版本
xmake v2.8.2+20230914
### 操作系统版本和架构
wsl ubuntu20
### 描述问题
一个target
`
add_rules("mode.debug", "mode.release")
add_requires("openssl", "drogon")
target("sqlcipher")
set_ki…
-
@aaronr8684
I'm struggling to get omni-epd to install in my pipenv. Can you give any pointers for how you made this work? It keeps failing on numpy when it tries to install dependencies for _inky_…
txoof updated
8 months ago