Skip to content

Commit

Permalink
fix sage.all import
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Sep 28, 2024
1 parent c942abe commit ca168d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/sage/crypto/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ foreach name, pyx : extension_data
endforeach

install_subdir('block_cipher', install_dir: sage_install_dir / 'crypto')
install_subdir('key_exchange', install_dir: sage_install_dir / 'crypto')
install_subdir('mq', install_dir: sage_install_dir / 'crypto')
install_subdir('public_key', install_dir: sage_install_dir / 'crypto')
2 changes: 1 addition & 1 deletion src/sage/graphs/base/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ endforeach
extension_data_cpp = {
'boost_graph': files('boost_graph.pyx'),
'c_graph': files('c_graph.pyx'),
# 'static_sparse_graph': files('static_sparse_graph.pyx'), # fails
'static_sparse_graph': files('static_sparse_graph.pyx'),
}

foreach name, pyx : extension_data_cpp
Expand Down
1 change: 1 addition & 0 deletions src/sage/modular/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ endforeach
install_subdir('abvar', install_dir: sage_install_dir / 'modular')
subdir('arithgroup')
install_subdir('btquotients', install_dir: sage_install_dir / 'modular')
install_subdir('drinfeld_modform', install_dir: sage_install_dir / 'modular')
install_subdir('hecke', install_dir: sage_install_dir / 'modular')
install_subdir('local_comp', install_dir: sage_install_dir / 'modular')
subdir('modform')
Expand Down

0 comments on commit ca168d8

Please sign in to comment.