We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1489b commit 2986489Copy full SHA for 2986489
src/sage/groups/meson.build
@@ -25,7 +25,6 @@ py.install_sources(
25
'libgap_mixin.py',
26
'libgap_morphism.py',
27
'libgap_wrapper.pxd',
28
- 'old.pxd',
29
'pari_group.py',
30
'raag.py',
31
subdir: 'sage/groups',
@@ -34,7 +33,6 @@ py.install_sources(
34
33
extension_data = {
35
'group' : files('group.pyx'),
36
'libgap_wrapper' : files('libgap_wrapper.pyx'),
37
- 'old' : files('old.pyx'),
38
}
39
40
foreach name, pyx : extension_data
0 commit comments