Commit 5c35d3d
Refactors installer to be more forgiving of failures (#2)
* Refactors installer to be more forgiving of failures
Includes the following:
- List of pre-build dependencies that can be installed with system package manager
- At the moment this only works for debian-like systems
- Moves perl dependencies into a perldeps file to reduce code duplication
- Moves perl DB package into a conditional clause based on user needs
- Adds 'installed' after successful compilation/installation of each dependency
- This allows the program to re-execute upon failure and resume where it failed
- Allows administrator to leverage multi-processor systems to speed up dependency compilation
* Fixes gnuplot installation error
* prevent unnecessary downloading
* removing more failed checks
* another error in the installer1 parent abe8fb7 commit 5c35d3d
3 files changed
+826
-605
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments