-
Notifications
You must be signed in to change notification settings - Fork 25
First version of a Prefix installation #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
a06ffdc
Updated README
bedroge 4488047
Our bootstrap script
bedroge fab0dbf
Build file for Singularity container
bedroge fcea440
Update README.md
bedroge 3ec0dde
Update README.md
bedroge 51d6847
use https for distfiles.prefix.bitzolder.nl (to avoid 403 errors when…
boegel c05a920
Merge pull request #6 from boegel/install_prefix
bedroge 99c7663
Updated README
bedroge 27dfe5c
Renamed def file
bedroge df7ffb5
Improved def file
bedroge fa16ba4
Renamed some files in README
bedroge 348e9fb
Merge branch 'install_prefix' of github.com:EESSI/compatibility-layer…
bedroge 28e7ae4
Merge branch 'master' into install_prefix
bedroge 28eb4d9
fix determining shell in bootstrap_startscript, take into account tha…
boegel 224a0b1
Merge pull request #7 from boegel/install_prefix
bedroge c5af17a
Added bootstrap fix to README
bedroge e63649c
Update README.md
bedroge c832839
Updated bootstrap script to latest gentoo git commit
bedroge 244eae9
Updated README
bedroge cf24792
Updated README
bedroge 52e40a9
Update README.md
bedroge 890d2fc
Update singularity-bootstrap-prefix.def
bedroge 1bcc647
add linebreak/indentation
bedroge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The installation path can also be set in the environment as $EPREFIX
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tried this myself (does that also skip the other questions about wishing the script luck?), but added a note about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not skip the questions, but saves time typing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And it avoids accidentally installing to a different location... :)
+1 for defining
$EPREFIXup frontI also had to do this, because some
/etc/profile.dscripts in the system I'm playing on define$LD_LIBRARY_PATH& co:The Prefix bootstrap script gives up when it sees things like
$LD_LIBRARY_PATHand$CPATHdefined in a freshly created shell.