Update dependency mini_portile2 to v2.8.8 #69
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.8.4
->2.8.8
Release Notes
flavorjones/mini_portile (mini_portile2)
v2.8.8
Compare Source
Improved
xzcat
is needed but is not installed. (#152) @flavorjonesv2.8.7
Compare Source
Added
MiniPortile
constructor, the preferred keyword argument is now:cc_command
. The original:gcc_command
is still supported. (#144 by @flavorjones)MakeMakefile#mkmf_config
. (#141 by @flavorjones)Changed
MiniPortileCMake
now detects the C and C++ compiler the same wayMiniPortile
does: by examining environment variables, then using kwargs, then looking in RbConfig (in that order). (#144 by @flavorjones)stderr
. (#145 by @flavorjones)v2.8.6
Compare Source
Added
v2.8.5
Compare Source
Added
#lib_path
and#include_path
which point at the installed directories underports
. (by @flavorjones)Release
. (#136 by @Watson1978)Experimental
Introduce experimental support for
MiniPortile#mkmf_config
which sets up MakeMakefile variables to properly link against the recipe. This should make it easier for C extensions to package third-party libraries. (by @flavorjones)$INCFLAGS
,$libs
, and$LIBPATH
.$INCFLAGS
,$libs
,$LIBPATH
, and$CFLAGS
/$CXXFLAGS
.Note that the behavior may change slightly before official support is announced. Please comment on #118 if you have feedback.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.