fixed my git problems
This commit is contained in:
		| @@ -291,7 +291,7 @@ def find_in_modules(cls): | ||||
| #                match = re.findall(r'(%s)/([^\s(]*)' % cls.PrgEnv_compiler, module) | ||||
|  | ||||
|             for name, version in matches: | ||||
|                 v = version + '-craype' | ||||
|                 v = version | ||||
|                 comp = cls(spack.spec.CompilerSpec(name + '@' + v), | ||||
|                            ['cc', 'CC', 'ftn'], [cls.PrgEnv, name +'/' + v]) | ||||
|  | ||||
|   | ||||
| @@ -42,7 +42,7 @@ class Gcc(Compiler): | ||||
|     # MacPorts builds gcc versions with prefixes and -mp-X.Y suffixes. | ||||
|     suffixes = [r'-mp-\d\.\d'] | ||||
|  | ||||
|     PrgEnv = 'gnu' | ||||
|     PrgEnv = 'PrgEnv-gnu' | ||||
|     PrgEnv_compiler = 'gcc' | ||||
|  | ||||
|     @property | ||||
|   | ||||
| @@ -37,7 +37,7 @@ class Intel(Compiler): | ||||
|     # Subclasses use possible names of Fortran 90 compiler | ||||
|     fc_names = ['ifort'] | ||||
|  | ||||
|     PrgEnv = 'intel' | ||||
|     PrgEnv = 'PrgEnv-intel' | ||||
|     PrgEnv_compiler = 'intel' | ||||
|  | ||||
|     @property | ||||
|   | ||||
| @@ -37,7 +37,7 @@ class Pgi(Compiler): | ||||
|     # Subclasses use possible names of Fortran 90 compiler | ||||
|     fc_names = ['pgf95', 'pgf90'] | ||||
|  | ||||
|     PrgEnv = 'pgi' | ||||
|     PrgEnv = 'PrgEnv-pgi' | ||||
|     PrgEnv_compiler = 'pgi' | ||||
|  | ||||
|     @classmethod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gregory Becker
					Gregory Becker