Compiler support now uses configuration files.

- no more need for compiler python files.

- Default compilers are found in user's environment and added
	to ~/.spackconfig automatically

- User can add new compilers by editing configuration file
This commit is contained in:
Todd Gamblin
2014-06-19 10:34:21 -07:00
parent b6740cf1d1
commit 3653cfe6f0
15 changed files with 287 additions and 85 deletions

View File

@@ -1,4 +0,0 @@
cc = '/usr/bin/clang'
cxx = '/usr/bin/clang++'
f77 = 'gfortran'
fc = 'gfortran'

View File

@@ -1,4 +0,0 @@
cc = '/Users/gamblin2/macports/bin/gcc-mp-4.5'
cxx = '/Users/gamblin2/macports/bin/g++-mp-4.5'
f77 = '/Users/gamblin2/macports/bin/gfortran-mp-4.5'
fc = '/Users/gamblin2/macports/bin/gfortran-mp-4.5'

View File

@@ -1,4 +0,0 @@
cc = '/Users/gamblin2/macports/bin/gcc-mp-4.7'
cxx = '/Users/gamblin2/macports/bin/g++-mp-4.7'
f77 = '/Users/gamblin2/macports/bin/gfortran-mp-4.7'
fc = '/Users/gamblin2/macports/bin/gfortran-mp-4.7'

View File

@@ -1,4 +0,0 @@
cc = '/Users/gamblin2/macports/bin/gcc-mp-4.8'
cxx = '/Users/gamblin2/macports/bin/g++-mp-4.8'
f77 = '/Users/gamblin2/macports/bin/gfortran-mp-4.8'
fc = '/Users/gamblin2/macports/bin/gfortran-mp-4.8'