-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from nudded/enforce-consistent-eb-naming
rename easyconfig files according to standard
- Loading branch information
Showing
9 changed files
with
31 additions
and
7 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
24 changes: 24 additions & 0 deletions
24
easybuild/easyconfigs/b/BLACS/BLACS-1.1-GCC-4.6.3-MVAPICH2-1.7.eb
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name='BLACS' | ||
version='1.1' | ||
|
||
homepage='http://www.netlib.org/blacs/' | ||
description="""The BLACS (Basic Linear Algebra Communication Subprograms) project is an ongoing investigation whose purpose is to create a linear algebra oriented message passing interface that may be implemented efficiently and uniformly across a large range of distributed memory platforms.""" | ||
|
||
toolkit={'name':'GCC','version':'4.6.3'} | ||
|
||
mpilib='MVAPICH2' | ||
mpilibver='1.7' | ||
versionsuffix='-%s-%s'%(mpilib, mpilibver) | ||
|
||
sources=['mpiblacs.tgz', | ||
'mpiblacs-patch03.tgz'] | ||
sourceURLs=[homepage] | ||
|
||
dependencies=[(mpilib, mpilibver)] | ||
|
||
patches=['bmake.mpi.patch'] | ||
|
||
## parallel build tends to fail | ||
#parallel=1 | ||
|
||
moduleclass='lib' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.