Pochung Chen
Pochung Chen
This issue is to document my test of the new python build system, and serve as a base for future documention. ## MacOS, Apple Silicon I use homebrew to install...
When I try ```` conda build conda_build/ ```` I got this error and fail. ```` Running command Building wheel for cytnx (pyproject.toml) *** scikit-build-core 0.11.6 using CMake 4.1.1 (wheel) ***...
I propose to add `cytnx.show_config()` which similar to the `numpy.show_config()`.
It seems that the default values with and without using CMakePresents.json are not consistent. If I use `cmake -S . -B build` the default value for `USE_HPTT` is `OFF`. If...
pybind11
I just find out that * If I use `pip install', then it will automatically install pybind11 (through pip) for me if I don't have pybind11 in the system. *...
If I use gcc-15, I got this internal compiler error ```` during GIMPLE pass: vect /Users/pcchen/github/Cytnx-dev/Cytnx/build/hptt/src/hptt/src/transpose.cpp: In function 'void hptt::transpose_int(const floatType*, const floatType*, floatType*, const floatType*, floatType, floatType, const ComputeNode*)...
On ubuntu24.04, using miniconda, when I try conda install I encounter this problem: ```` conda create --channel conda-forge --name cytnx python=3.13 _openmp_mutex=*=*_llvm conda install -c kaihsinwu cytnx Channels: - kaihsinwu...