forked from alisw/AliRoot
-
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.
DAs: improve single/collective RPM generation
RPMs are not created automatically with `make`, one must manually invoke `make <da><algo>da.rpm` to trigger the build. This saves some time as RPM generation is expensive. * Created individual targets for `<da><algo>da.rpm` * Created meta target `daqDA-all-rpm` that creates all RPMs (note: it has to be invoked in single-core mode to avoid `rpmbuild` problems) * Only generated RPMs will be copied to `<install_prefix>/darpms`
- Loading branch information
dberzano
committed
Jul 19, 2016
1 parent
10e7a14
commit 758815f
Showing
2 changed files
with
36 additions
and
8 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
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