-
- suitesparse: 7.8.3
- ceres-solver: 2.2.0
FindSuiteSparse [calls](https://github.com/ceres-solver/ceres-solver/blob/c29b5257e23f91d6a47c4db9d57350ed4985ea46/cmake/FindSuiteSparse.cmake#L97) `find…
minrk updated
2 weeks ago
-
**The bug**
$ make
[ 0%] Building C object SuiteSparse_config/CMakeFiles/SuiteSparseConfig.dir/SuiteSparse_config.c.o
[ 0%] Linking C shared library msys-suitesparseconfig-7.dll
C:/msys64/ucrt…
-
Currently, `glomap` depends explicitly on `SuiteSparse`.
On my distribution, `ceres` is not packaged with `SuiteSparse` support (it only provides the following CMake components: `EigenSparse Sparse…
-
**The BUG**
When I try to cmake in Example/build directory after successfully installed a subset of SuiteSparse packages (due to failure of SPEX to find gmp and mpfr libraries although they exists)…
-
Hi all,
first of all: thanks a lot for putting together this python wrapper for MFEM. I've been using MFEM for quite a while, and it's been a huge upgrade to the usability of MFEM for me.
I've bee…
-
**Describe the bug**
Error when compiling Pycolmap
**To Reproduce**
1. compile and install the `colmap 3.11.dev0`
2. Proof whether colmap is installed properly
```
>> colmap --help
COLMAP 3.1…
-
This is a medium-term issue that we should start considering to do since PyBaMM will migrate to using the IDAKLU solver as the default instead of the CasadiSolver.
This requires fixing the sdist, com…
-
### Description / Steps to reproduce the issue
Here is my source code in C++ to call MUMPS attached in the text file (can be easily modified to C language by replacing "static_cast" by "(type)").
[…
-
To recreate (using Python 3.12 on Windows):
```shell
$ py -3.12 -m venv env
$ source env/Scripts/activate
$ python -m pip install -U pip
$ pip install suitesparse-graphblas
$ python -c "import s…
-
Hi, I want to build to windows but I got an error in building.
Here's the log :
```
Configuring for python 3.7...
-- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19042.
--…