Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
gh-115119: Update macOS installer to use libmpdecimal 4.0.1.
  • Loading branch information
ned-deily committed Oct 14, 2025
commit bb6fdc3afe94d2a20e5e6ce148e0f9a52af66906
6 changes: 3 additions & 3 deletions Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ def library_recipes():
install=f"make && ranlib libsqlite3.a && make install DESTDIR={shellQuote(os.path.join(WORKDIR, 'libraries'))}",
),
dict(
name="libmpdec 4.0.0",
url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.0.tar.gz",
checksum="942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c",
name="libmpdec 4.0.1",
url="https://www.bytereef.org/software/mpdecimal/releases/mpdecimal-4.0.1.tar.gz",
checksum="96d33abb4bb0070c7be0fed4246cd38416188325f820468214471938545b1ac8",
configure_pre=[
"--disable-cxx",
"MACHINE=universal",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update macOS installer to use libmpdecimal 4.0.1.
Loading