Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-115119: Default to --with-system-libmpdec=yes#118539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
Show all changes
14 commits
Select commitHold shift + click to select a range
268d270
gh-115119: Default to --with-system-libmpdec=yes
erlend-aaslandMay 3, 2024
45173e3
Pull in main
erlend-aaslandMay 5, 2024
6f020d0
Use the same style as the surrounding code
erlend-aaslandMay 5, 2024
fe56023
Fail if --with-system-libmpdec is given but no library was found
erlend-aaslandMay 5, 2024
0006897
Address review: warn if bundled version is used
erlend-aaslandMay 5, 2024
4f87c91
Address review: warn if system library was not found
erlend-aaslandMay 5, 2024
f8f4ea2
For now, build with bundled libmpdec in Ubuntu CIs
erlend-aaslandMay 5, 2024
8e80866
Add NEWS
erlend-aaslandMay 5, 2024
e51c1f7
What's New
erlend-aaslandMay 5, 2024
a971a26
Actually use bundled version if told to do so
erlend-aaslandMay 5, 2024
e3f3e17
Address review: add deprecated-removed directive regarding the remova…
erlend-aaslandMay 6, 2024
c84f2b7
Add libmpdec-dev to CI deps, remove CI hack, and enforce mpdecimal ve…
erlend-aaslandMay 6, 2024
161d50b
Pull in main
erlend-aaslandMay 6, 2024
1016f0d
Make the mpdec link check more accurate, and use LIBS iso. LDFLAGS
erlend-aaslandMay 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Actually use bundled version if told to do so
  • Loading branch information
@erlend-aasland
erlend-aasland committedMay 5, 2024
commita971a262d1196cd89b21e81e274fbccce1a50355
3 changes: 2 additions & 1 deletionconfigure
View file
Open in desktop

Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.

3 changes: 2 additions & 1 deletionconfigure.ac
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -3998,7 +3998,8 @@ AS_VAR_IF([with_system_libmpdec], [yes],
AC_SEARCH_LIBS(
[mpd_version], [mpdec],
[have_mpdec=yes], [have_mpdec=no])])],
[AC_MSG_WARN([m4_normalize([
[AS_VAR_SET([have_mpdec], [yes])
AC_MSG_WARN([m4_normalize([
the bundled copy of libmpdecimal is scheduled for removal in Python 3.15;
consider using a system installed mpdecimal library.])])])

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp