-
### Describe the issue
I have an old version of Eigen3 installed on my Pop!_OS Linux workstation. I tried overriding eigen to a vendored copy:
```
--use_preinstalled_eigen \
--eigen_path=$(realpath…
-
Some functions have hard dependencies and the handling in case the dependency is not present is inconsistent in the code.
Examples:
Fixed_border_parameterizer_3 or Orbifold_Tutte_parameterizer_3 t…
-
See: https://github.com/lopsided98/nix-ros-overlay/blob/master/distros/humble/velodyne-pointcloud/default.nix
## Steps to reproduce
1. Load the following into `flake.nix`:
```nix
{
inputs…
-
## 环境
硬件:lpi4a (TH1520)
软件:RevyOS 0721
## 问题描述
在启用了 `-march=rv64gcv` 参数后,遇到了 log 中的错误
> log 过长,放在评论区中
若启用 `-march=rv64gc` 则可以正常跑测试
但目前观测到前两次批次的测试时间差异不大:
第一批次:
- 启用前:1/8 Test #…
-
Thanks for your contribution, awesome work! I'm asking whether you have the Eigen API, if not we are trying to implement one and create a pull request later on :)
Again, thanks for your great work!
-
I recommend to set
```
-DFEELPP_ENABLE_SYSTEM_EIGEN3=ON
```
in `*/feelpp/debian/rules` (line 28) to avoid [this](https://launchpadlibrarian.net/183185150/buildlog_ubuntu-precise-amd64.feel%2B%2B_1%…
-
## Setup
- VS Code
- Makefile tools (VS Code)
- Arch Linux
- Eigen (c++ library, installed via pacman)
- `/usr/include/eigen3/Eigen` (location of Eigen library)
- `ln -s /usr/include/eigen3/Eige…
-
**Describe the bug**
It crashes when running to a performing post build validation.It shows what appears to be an out-of-bounds string error.
EXCEPTION=basic_string::basic_string: __pos (which is 12…
-
I am trying to install from source on a Rocky 8.10 system which I don't have admin access on.
I tried following the directions at https://macaulay2.com/Downloads/SourceCode/, cloned from GitHub in…
-
While performing the build , I am getting the following two errors:
error: no type named 'ReturnType' in 'Eigen::ScalarBinaryOpTraits'
error: cannot convert between vector and non-scalar values…