Skip to content
Snippets Groups Projects
Commit fb946e51 authored by Navdeep Rana's avatar Navdeep Rana Committed by Adam J. Stewart
Browse files

Added a package for chapel. (#11002)

* Added a package for chapel.

* flake8 compliance.
parent 95a0e9c6
Branches
Tags
No related merge requests found
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class Chapel(AutotoolsPackage):
"""Chapel is a modern programming language that is parallel, productive,
portable, scalable and open-source."""
homepage = "https://chapel-lang.org/"
url = "https://github.com/chapel-lang/chapel/releases/download/1.19.0/chapel-1.19.0.tar.gz"
version('1.19.0', sha256='c2b68a20d87cc382c2f73dd1ecc6a4f42fb2f590b0b10fbc577382dd35c9e9bd')
version('1.18.0', sha256='68471e1f398b074edcc28cae0be26a481078adc3edea4df663f01c6bd3b6ae0d')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment