-
# Workshop on interfacing (math) software with low level libraries
**Dates:** April 30th-May 4th
**Location:** Cernay-la-Ville, near Paris, France
## Quick links:
- [Program](https://opendream…
-
### Steps To Reproduce
Build Sage on macos M2
### Expected Behavior
Testsuite should succeed
### Actual Behavior
There are a few giac-related segfaults, for example this one in `void g…
-
I successfully installed SCIP-SDP on my computer using the source code from [scipsdp-4.3.0.tgz](https://www.opt.tu-darmstadt.de/scipsdp/downloads/scipsdp-4.3.0.tgz). However, after completing the inst…
-
### Solution to issue cannot be found in the documentation.
- [x] I checked the documentation.
### Issue
The pkgconfig shipped in the recent versions seems to have wrong paths and doesn't use varia…
-
I am receiving the error below while installing QAOAKit in a conda environment, I also tried installing pynauty==1.0.0 separately but that didn't happen either.
ERROR: Could not find a version that …
-
I'm attempting to compile M2 on multiple RHEL 8 machines and keep running into issues:
```
[root@host M2]# ./configure --enable-download
configure: configuring Macaulay2 version 1.22
relevant envi…
-
I observed this in my package PBWDeformations.jl, in the nightly CI jobs. I unfortunately cannot tell when this first appeared as the nightly CI job was broken for a while.
The error message tells …
-
It would be great to make `sage -tp src` pass. (And `sage -tp --long src` as well.)
A [GitLab CI pipeline](https://gitlab.com/saraedum/conda-sagelib-tests/pipelines) runs these doctests, the result…
-
### Test Case
```rust
fn do_test() {
println!("starting test...");
let g0: Graph = Graph::from_edges(&[
(1, 0), (0, 2), (0, 3), (0, 4), (0, 5), (0, 6), (8, 7), (7, 9), (10, 2)…
-
# Sagemath 简介
SageMath(简称Sage)是一个开源的数学软件系统,旨在提供一个包含数学软件的完整环境,以便于数学建模、数值计算、符号计算和数据可视化等任务。它集成了多个数学软件包和工具,如NumPy、SciPy、SymPy、Matplotlib等,同时提供了一个Python编程接口。
SageMath 的目标是为数学家、科学家和工程师提供一个统一的平台,使他们能够进…