-
## Problem description
Armadillo 10.5 requires the use of C++11. GridLAB-D is not compatible with this requirement. Instead Armadillo 9.900 must be installed:
~~~
$ curl -sL "http://sourcefor…
-
Hearthstone installation not found
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S
python-xyz', wh…
-
As part of the transition to a header-only library, a number of changes are being made to simplify includes (#3255 and discussion), build configuration (#3256), and many other parts of the library. T…
-
### Description
I'm trying to build our package for M1 Macs via `cibuildwheel` by cross-compiling for M1 Macs from a Github Mac Runner, as suggested in the [Tips and Tricks](https://cibuildwheel.re…
-
#### Describe the bug
signed_distance triggers a crash that can be reproduced on 705_MarchingCubes sample with this mesh https://we.tl/t-lDMQHyxOjV
the mesh contains vertices but no faces (point…
-
#### Issue description
For example, [here](https://github.com/mlpack/mlpack/blob/master/src/mlpack/methods/ann/ffn_impl.hpp#L150).
I stepped through the above Train call and found that the A…
-
#### Issue description
During `AugLagrangian`'s optimization, `L_BFGS` sets coordinates to `nan`
I believe the issue is [here](https://github.com/mlpack/ensmallen/blob/master/include/ensmall…
-
I cannot find any `add_library` command in CMakeLists.txt in any subfolder...And also after `make` I do not see any libs in lib folder.
`cmake -DDOWNLOAD_DEPENDENCIES=ON -DBUILD_SHARED_LIBS=ON .. …
-
#### Issue description
I am using (packaging) `mlpack` in [spack](https://github.com/spack/spack), a package manager often used in high performance computing contexts. Spack installs all packages i…
-
**Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)**
/kind feature
**Description**
podman load can fail with ENOSPC in a few places.
When failing reading an archive …