Skip to content

Commit bc474fa

Browse files
author
Matthias Koeppe
committed
pkgs/sagemath-bliss: Update after upgrade to 0.77, add tests
1 parent 0f5fcb0 commit bc474fa

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

pkgs/sagemath-bliss/MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ global-include all__sagemath_bliss.py
22

33
include VERSION.txt
44

5+
graft sage/graphs/bliss_cpp
6+
57
global-exclude *.c
68
global-exclude *.cpp
79

pkgs/sagemath-bliss/pyproject.toml.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include(`sage_spkg_versions_toml.m4')dnl' -*- conf-toml -*-
33
# Minimum requirements for the build system to execute.
44
requires = [
55
SPKG_INSTALL_REQUIRES_setuptools
6+
SPKG_INSTALL_REQUIRES_sage_conf
67
SPKG_INSTALL_REQUIRES_sage_setup
78
SPKG_INSTALL_REQUIRES_sagemath_environment
89
SPKG_INSTALL_REQUIRES_cython

pkgs/sagemath-bliss/setup.cfg.m4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ classifiers =
2929
python_requires = >=3.8, <3.12
3030
install_requires =
3131
SPKG_INSTALL_REQUIRES_cysignals
32+
33+
[options.extras_require]
34+
test =
35+
SPKG_INSTALL_REQUIRES_sagemath_repl

src/sage/graphs/bliss_cpp/bliss_find_automorphisms.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* sage_setup: distribution = sagemath-bliss */
2+
13
#include <bliss/graph.hh>
24
#include <bliss/digraph.hh>
35

0 commit comments

Comments
 (0)