-
I have installed scikit-sparse 0.4.12 and suitesparse 5.10.1 (default versions) for python 3.11.4 with conda, on MacOS Ventura 13.4.1. When I try to import one of its functions, I get an error:
```…
-
Hello All,
I did not see this error show up in earlier issues, does any one have a suggestion? I tried compiling on an Ubuntu system.
> src/count-tri.cpp: In function ‘int main(int, char*_)’:
> src/…
-
When building `petsc` on our local cluster [Abel](http://www.uio.no/english/services/it/research/hpc/abel/), it fails to find `blas`:
```
[petsc] *****************************************************…
-
I am in the (for me) unusual position of packaging commercial software for windows; the software itself uses no GPL libraries, but some packages it depends on pull in GPL dependencies which are not st…
-
i compile the glomap success with:
`cmake .. -GNinja -DCeres_DIR=/home/zr/Thirdparty/ceres-2.2.0/lib/cmake/Ceres/ -DEigen3_DIR=/home/zr/Thirdparty/eigen-3.4.0/share/eigen3/cmake -DCMAKE_CUDA_ARCHITE…
-
Hi everyone,
I hope it helps.
Linux Ubuntu 12.04 LTS 64-bit, gcc / g++ version 4.6.3
Q: After installing opengl (hardware drivers if needed and glut library) does not exist
A: freeglut3 package hea…
-
Hi, Professor Tim Davis
To install CHOLMOD from SuiteSparse v7.6.0, the following sources and tools are used to bulid libblas.lib and liblapack.lib in Windows 10. Well, it seems that CHOLMOD links …
-
In CMake, I used "find_package(BLAS REQUIRED) and I got this error: "Could NOT find BLAS (missing: BLAS_LIBRARIES) "
I followed the tutorial on mxe website, using "make cc cmake blas cblas lapack s…
-
https://github.com/JuliaLang/julia/blob/b56a9f07948255dfbe804eef25bdbada06ec2a57/stdlib/SuiteSparse/src/spqr.jl#L207
The code should be
```julia
size(A, 1) !=size(Q.factors,2)
```
as in htt…
-
https://trac.sagemath.org/ticket/34251 is bringing a new MIP backend with its dependencies to supplement cylp (already in overlay). It is optional at this stage - just like cylp but would be good to h…