Cross platform adjustments esp. md5/sha256 checksums#12
Merged
rudolfochrist merged 9 commits intomasterfrom Feb 13, 2024
Merged
Cross platform adjustments esp. md5/sha256 checksums#12rudolfochrist merged 9 commits intomasterfrom
rudolfochrist merged 9 commits intomasterfrom
Conversation
* install.sh: Check for $HOME/quicklisp and die if present
* install.sh: Use QL_TOPDIR as path prefix. Now where able to install quicklisp to a different location. Good for testing and doesn't mess with the current installation.
Not sure why, but sed didn't work on my computer.
Yes. Don't mess with what already exists.
sha256sum isn't available om macos by default (perhaps on other BSD systems as well?). So us openssl.
At least for CL implementations other than SBCL.
We don't depend on md5sum anymore.
Collaborator
|
looks good, and works for me on arch linux with sbcl and ccl |
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.
Some adjustments to handle platform-dependent programs (not just macos):
grep -PI've tested wit CCL on macos and ECL on ubuntu.
This solves #11
@bo-tato Could you do me a favor and have a look over those changes before I merge them in? Thanks in advance.