forked from chaos/slurm-spank-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve slurm-spank-plugins build system for build outside LLNL.
Rename project to slurm-spank-plugins and create slurm-spank-plugins.spec specfile with new cpuset and llnl subpackages. To build these subpackages, use '--with cpuset' and/or '--with llnl_plugins' on the rpmbuild command line. These changes are just an incremental improvement over previous build system, but should suffice until the project is converted to autoconf & friends.
- Loading branch information
Showing
7 changed files
with
209 additions
and
93 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2008-10-03 Mark Grondona <[email protected]> | ||
|
||
* chaos-spankings.spec : | ||
Removed. | ||
|
||
* slurm-spank-plugins.spec : | ||
New spec file for slurm-spank-plugins RPM. | ||
|
||
* META : | ||
Rename project to slurm-spank-plugins. | ||
|
||
* Makefile, cpuset/Makefile, | ||
overcommit-memory/Makefile, | ||
use-env/Makefile : | ||
Update to build system to not build cpuset and oom-detect | ||
plugins by default, and to support "make install" target. | ||
|
||
|
||
2008-09-25 Mark Grondona <[email protected]> | ||
|
||
* : tag v0.34. | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Name: chaos-spankings | ||
Version: 0.34 | ||
Name: slurm-spank-plugins | ||
Version: 0.1 | ||
Release: 1 | ||
Author: Mark Grondona <[email protected]> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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.