File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,12 @@ jobs:
27
27
- stable-4.11
28
28
- stable-4.12
29
29
- stable-4.13
30
- pkgs-to-clone :
31
- - NautyTracesInterface
30
+ pkgs-to-clone : " NautyTracesInterface digraphs/graphviz"
32
31
ABI : ['']
33
32
34
33
include :
35
- - gap-branch : stable-4.10
36
- os : ubuntu
37
34
- gap-branch : master
38
- pkgs-to-clone : " NautyTracesInterface"
35
+ pkgs-to-clone : " NautyTracesInterface digraphs/graphviz "
39
36
os : macos
40
37
- gap-branch : master
41
38
os : ubuntu
61
58
run : |
62
59
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
63
60
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
64
- - name : " Clone datastructures v0.3.0"
65
- if : ${{ matrix.gap-branch == 'stable-4.10' }}
66
- run : |
67
- rm -rf $HOME/gap/pkg/datastructures
68
- cd $HOME/gap/pkg/
69
- git clone https://github.com/gap-packages/datastructures.git datastructures
70
- cd datastructures
71
- git checkout v0.3.0
72
- ./configure
73
- make
74
61
- name : " Run DigraphsTestInstall"
75
62
uses : gap-actions/run-pkg-tests@v2
76
63
with :
101
88
- uses : gap-actions/setup-gap@cygwin-v2
102
89
with :
103
90
GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
91
+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
104
92
- uses : gap-actions/build-pkg@cygwin-v1
105
93
- name : " Install digraphs-lib"
106
94
run : |
@@ -135,6 +123,7 @@ jobs:
135
123
uses : gap-actions/setup-gap@v2
136
124
with :
137
125
GAP_PKGS_TO_BUILD : " io orb profiling grape datastructures"
126
+ GAP_PKGS_TO_CLONE : " digraphs/graphviz"
138
127
- name : " Build Digraphs"
139
128
uses : gap-actions/build-pkg@v1
140
129
with :
Original file line number Diff line number Diff line change 10
10
11
11
# # <#GAPDoc Label="PKGVERSIONDATA">
12
12
# # <!ENTITY VERSION "1.7.1">
13
- # # <!ENTITY GAPVERS "4.10 .0">
13
+ # # <!ENTITY GAPVERS "4.11 .0">
14
14
# # <!ENTITY GRAPEVERS "4.8.1">
15
15
# # <!ENTITY IOVERS "4.5.1">
16
16
# # <!ENTITY ORBVERS "4.8.2">
@@ -388,7 +388,7 @@ PackageDoc := rec(
388
388
),
389
389
390
390
Dependencies := rec (
391
- GAP := " >=4.10 .0" ,
391
+ GAP := " >=4.11 .0" ,
392
392
NeededOtherPackages := [[ " io" , " >=4.5.1" ] ,
393
393
[ " orb" , " >=4.8.2" ] ,
394
394
[ " graphviz" , " >=0.0.0" ] ,
You can’t perform that action at this time.
0 commit comments