Spack packages now PEP8 compliant.
This commit is contained in:
@@ -22,12 +22,13 @@
|
||||
# License along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
##############################################################################
|
||||
#------------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------
|
||||
# Author: Justin Too <too1@llnl.gov>
|
||||
#------------------------------------------------------------------------------
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
from spack import *
|
||||
|
||||
|
||||
class Rose(Package):
|
||||
"""A compiler infrastructure to build source-to-source program
|
||||
transformation and analysis tools.
|
||||
@@ -36,7 +37,8 @@ class Rose(Package):
|
||||
homepage = "http://rosecompiler.org/"
|
||||
url = "https://github.com/rose-compiler/edg4x-rose"
|
||||
|
||||
version('master', branch='master', git='https://github.com/rose-compiler/edg4x-rose.git')
|
||||
version('master', branch='master',
|
||||
git='https://github.com/rose-compiler/edg4x-rose.git')
|
||||
|
||||
patch('add_spack_compiler_recognition.patch')
|
||||
|
||||
@@ -60,4 +62,3 @@ def install(self, spec, prefix):
|
||||
"--with-boost=" + boost.prefix,
|
||||
"--disable-boost-version-check")
|
||||
make("install-core")
|
||||
|
||||
|
Reference in New Issue
Block a user