feat: configure, make, cmake, and build ices#613
Merged
vladdoster merged 6 commits intozdharma-continuum:refactor/make-icesfrom Dec 30, 2023
Merged
feat: configure, make, cmake, and build ices#613vladdoster merged 6 commits intozdharma-continuum:refactor/make-icesfrom
vladdoster merged 6 commits intozdharma-continuum:refactor/make-icesfrom
Conversation
abef766 to
732201c
Compare
7 tasks
Member
Author
|
The recipe for zinit for \
as'program' \
atclone"autoreconf -ifm; ./configure --prefix=$ZPFX" \
atpull'%atclone' \
make"-j PREFIX=$ZPFX install" \
pick"cmatrix" \
abishekvashok/cmatrixis simplified to either: zinit build for abishekvashok/matrixor zinit configure make for abishekvashok/matrix |
50f812c to
cd08e34
Compare
- 'configure' and 'make' ices refactored
- Delete command now handles programs using 'make' and 'cmake' ices
- Setting `ZINIT[DEBUG]` enables debug logging (i.e., `+zi-log "{dbg}
- New 'build' ice sets 'configure' and 'make ices if no flags are needed.
- New 'cmake' ice will build/install using 'cmake'
- Zunit tests added
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
d37e9c5 to
5a1966d
Compare
vladdoster
added a commit
that referenced
this pull request
Jan 9, 2024
* Refactored 'configure' and 'make' ices
* New 'build' ice sets 'configure' and 'make ices if no flags are needed.
* New 'cmake' ice will build/install using 'cmake'
* Delete command now handles programs using 'make' and 'cmake' ices
* Setting `$ZINIT[DEBUG]` enables debug logging (i.e., `+zi-log "{dbg} message ..."`)
github-actions bot
pushed a commit
that referenced
this pull request
Jan 18, 2024
# [3.13.0](v3.12.1...v3.13.0) (2024-01-18) ### Bug Fixes * **ci:** remove duplicate gh-r zunit job ([#623](#623)) ([70cefc0](70cefc0)) * debug logging logic and format ([#592](#592)) ([3c7e5be](3c7e5be)) * handle zinit --help ([#597](#597)) ([8cf9104](8cf9104)) * link ice check in .zinit-download-snippet function ([#608](#608)) ([358ef03](358ef03)) * pin dua gh-r test to v2.20.3 ([#605](#605)) ([0ba778a](0ba778a)) * silence unzip command in ziextract ([#614](#614)) ([71764bf](71764bf)) * tar permissions when `ziextract` ran as root user ([#557](#557)) ([e2d477c](e2d477c)) * update labeler config to v5 ([#604](#604)) ([794723c](794723c)) ### Features * configure, make, cmake, and build ices ([#613](#613)) ([#616](#616)) ([22e66db](22e66db)) * **delete:** fix unsetting plugin state & add `--debug` / `--quiet` flags ([#622](#622)) ([3f4b685](3f4b685)) * remove zpextract and use ziextract ([#611](#611)) ([2ccac85](2ccac85))
7 tasks
1 task
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
ZINIT[DEBUG]enables debug logging (i.e.,+zi-log "{dbg} message ...")How Has This Been Tested?
Types of changes
Checklist: