A new ice build'' that's a shorthand for: null configure'' make'' #548
Closed
psprint wants to merge 2 commits into
Closed
A new ice build'' that's a shorthand for: null configure'' make'' #548psprint wants to merge 2 commits into
psprint wants to merge 2 commits into
Conversation
Contributor
Author
|
@vladdoster @pschmitt ping |
Contributor
Author
|
@vladdoster: ping. I've revived the patch and expect a merge |
Contributor
Author
|
@vladdoster: Why this still has not been merged? |
Member
|
Closing in favor of PR feat: configure, make, cmake, and build ices (#613). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
I think that the PR is important so I'm refreshing it (old: #458).
After the
configure''ice has been added the building of programs from sources became simpler. The new icebuild''is one step further –zinit null configure make for …will be equivalent ofzinit build for …. The new ice is just a "pull-in" ice, as all that it does is to pull-in the other 3 ices.nullice pulling can be blocked withnonull. Parameters given tobuild''are passed to the underlyingmake''ice.Motivation and Context
The motivation is to type-less and to have a clear way of compiling apps with zinit. With
build''ice there's a single method of building all kinds of software, from autotools to meson. I also add a test case and update README.md.Usage examples
How Has This Been Tested?
I've been using the ice with no problems for about of 8 months with no problems, for a variety of software, like the above examples.
Types of changes
Checklist: