-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Action: Apply Pep8-formatting
- Loading branch information
github-actions
committed
Aug 9, 2024
1 parent
a0aa11b
commit d1591e0
Showing
4 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,9 +49,11 @@ class Icontools(AutotoolsPackage): | |
depends_on('[email protected] +fortran ~aec', type=('build', 'link', 'run')) | ||
depends_on('[email protected]', type=('build', 'link')) | ||
|
||
variant('slave', | ||
default='none', | ||
description='Build on described slave machine',) | ||
variant( | ||
'slave', | ||
default='none', | ||
description='Build on described slave machine', | ||
) | ||
variant('slurm_account', | ||
default='g110', | ||
description= | ||
|
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