| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Only libmpdec 4.0.0 supports pkg-config.
|
Tested on macOS with the following scenarios: $ ./configure && make # Uses CPython vendored mpdecimal
$ ./configure --with-system-libmpdec && make # pkg-config detects Homebrew installed libmpdec 4.0.0
$ LIBMPDEC_CFLAGS="-I$HOME/install" \
LIBMPDEC_LIBS="-L$HOME/install -lm -lmpdec" \
./configure --with-system-libmpdec && make # Build with custom libmpdec 2.5.1For some reason the latter fails, but I suspect it is an issue with my setup. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM, thanks! FWIW, I was able to successfully build and test with mpdecimal 2.5.1 as well as 4.0.0.
Sorry, something went wrong.
|
Thanks, Ned! I had forgotten about this :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Only libmpdec 4.0.0 supports pkg-config.