Skip to content

Commit

Permalink
Fix arb runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 16, 2023
1 parent ef0ba56 commit 56e1d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/libs/arb/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ foreach name, pyx : extension_data
subdir: 'sage/libs/arb',
install: true,
include_directories: [inc_arb, inc_cpython, inc_flint, inc_rings],
dependencies: [py_dep, flint, gmp, mpfr],
dependencies: [py_dep, arb, flint, gmp, mpfr],
)
endforeach

0 comments on commit 56e1d8d

Please sign in to comment.