Skip to content
Snippets Groups Projects
Unverified Commit d98b98aa authored by Anthony Scemama's avatar Anthony Scemama Committed by GitHub
Browse files

Package for IRPF90 (#15076)


* Added IRPF90 package

* PEP8

* SHA256

* Update var/spack/repos/builtin/packages/py-irpf90/package.py

Co-Authored-By: default avatarAdam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: default avatarAdam J. Stewart <ajstewart426@gmail.com>
parent 4d62dda1
No related branches found
No related tags found
No related merge requests found
# Copyright 2013-2020 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 PyIrpf90(PythonPackage):
"""IRPF90 is a Fortran90 preprocessor written in Python for programming
using the Implicit Reference to Parameters (IRP) method. It simplifies the
development of large fortran codes in the field of scientific high
performance computing."""
homepage = "http://irpf90.ups-tlse.fr"
url = "https://pypi.io/packages/source/i/irpf90/irpf90-1.7.7.tar.gz"
maintainers = ['scemama']
version('1.7.7', sha256='c6b2eecb9180f1feaab9644bbed806637a4a30a0fad2c4775a985fcc01a99530')
depends_on('python@2.7.0:2.8.999', type=('build', 'run'))
depends_on('py-setuptools', type='build')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment