Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
add a lazy import for libgiac
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic HAN committed Aug 17, 2020
1 parent 2e44aa6 commit db48d99
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/libs/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@
'mwrank_MordellWeil', 'mwrank_initprimes', 'CremonaModularSymbols'))
lazy_import('sage.libs.eclib.all', 'get_precision', 'mwrank_get_precision')
lazy_import('sage.libs.eclib.all', 'set_precision', 'mwrank_set_precision')

lazy_import('sage.libs.giac.giac', 'libgiac')
Loading

0 comments on commit db48d99

Please sign in to comment.