summaryrefslogtreecommitdiff
path: root/python-pyamg.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-25 08:38:23 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-25 08:38:23 +0000
commit4b4cfaa58a8e7ac1263d8ae93aaf0e025ded7bf0 (patch)
treefca00e4fe9fa61fc58646685dab4818fff9bace1 /python-pyamg.spec
parent8d23555d22c2112afe7e6da018a5fcb671f78b69 (diff)
automatic import of python-pyamgopeneuler20.03
Diffstat (limited to 'python-pyamg.spec')
-rw-r--r--python-pyamg.spec122
1 files changed, 88 insertions, 34 deletions
diff --git a/python-pyamg.spec b/python-pyamg.spec
index 79e08df..39656c4 100644
--- a/python-pyamg.spec
+++ b/python-pyamg.spec
@@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pyamg
-Version: 4.2.3
+Version: 5.0.0
Release: 1
Summary: PyAMG: Algebraic Multigrid Solvers in Python
License: MIT
URL: https://github.com/pyamg/pyamg
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6d/1a/c6602b4e25093563c9f7a9b79fd462b2db9076043471588c96e307255fc2/pyamg-4.2.3.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/dd/22/e8c569797fc2ffb6c5115237eeb60f48201d63792d8a829b0f997839cafa/pyamg-5.0.0.tar.gz
Requires: python3-numpy
Requires: python3-scipy
@@ -14,6 +14,7 @@ Requires: python3-scipy
[![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain)
[![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/)
[![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg)
+[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142)
# Installation
PyAMG requires `numpy` and `scipy`
@@ -43,18 +44,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py
![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png)
-PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2).
+PyAMG is currently developed and maintained by
+[Luke Olson](http://lukeo.cs.illinois.edu),
+[Jacob Schroder](https://www.unm.edu/~jbschroder), and
+[Ben Southworth](https://arxiv.org/a/southworth_b_1.html).
+The organization of the project can be found in [`organization.md`](organization.md) and
+examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples).
+
+**Acknowledgements:**
+PyAMG was created by
+[Nathan Bell](http://wnbell.com/),
+[Luke Olson](http://lukeo.cs.illinois.edu), and
+[Jacob Schroder](https://www.unm.edu/~jbschroder).
+Portions of the project were partially supported by the NSF under award DMS-0612448.
# Citing
+If you use PyAMG in your work, please consider using the following citation:
+
<pre>
-@MISC{OlSc2018,
- author = "Olson, L. N. and Schroder, J. B.",
- title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
- year = "2018",
- url = "https://github.com/pyamg/pyamg",
- note = "Release 4.0"
- }
+@article{BeOlSc2022,
+ author = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+ title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+ journal = {Journal of Open Source Software},
+ year = {2022},
+ publisher = {The Open Journal},
+ volume = {7},
+ number = {72},
+ pages = {4142},
+ doi = {10.21105/joss.04142},
+ url = {https://doi.org/10.21105/joss.04142},
+}
</pre>
# Getting Help
@@ -169,8 +189,6 @@ conda search pyamg --channel conda-forge
```
-
-
%package -n python3-pyamg
Summary: PyAMG: Algebraic Multigrid Solvers in Python
Provides: python-pyamg
@@ -184,6 +202,7 @@ BuildRequires: gdb
[![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain)
[![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/)
[![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg)
+[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142)
# Installation
PyAMG requires `numpy` and `scipy`
@@ -213,18 +232,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py
![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png)
-PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2).
+PyAMG is currently developed and maintained by
+[Luke Olson](http://lukeo.cs.illinois.edu),
+[Jacob Schroder](https://www.unm.edu/~jbschroder), and
+[Ben Southworth](https://arxiv.org/a/southworth_b_1.html).
+The organization of the project can be found in [`organization.md`](organization.md) and
+examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples).
+
+**Acknowledgements:**
+PyAMG was created by
+[Nathan Bell](http://wnbell.com/),
+[Luke Olson](http://lukeo.cs.illinois.edu), and
+[Jacob Schroder](https://www.unm.edu/~jbschroder).
+Portions of the project were partially supported by the NSF under award DMS-0612448.
# Citing
+If you use PyAMG in your work, please consider using the following citation:
+
<pre>
-@MISC{OlSc2018,
- author = "Olson, L. N. and Schroder, J. B.",
- title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
- year = "2018",
- url = "https://github.com/pyamg/pyamg",
- note = "Release 4.0"
- }
+@article{BeOlSc2022,
+ author = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+ title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+ journal = {Journal of Open Source Software},
+ year = {2022},
+ publisher = {The Open Journal},
+ volume = {7},
+ number = {72},
+ pages = {4142},
+ doi = {10.21105/joss.04142},
+ url = {https://doi.org/10.21105/joss.04142},
+}
</pre>
# Getting Help
@@ -339,8 +377,6 @@ conda search pyamg --channel conda-forge
```
-
-
%package help
Summary: Development documents and examples for pyamg
Provides: python3-pyamg-doc
@@ -348,6 +384,7 @@ Provides: python3-pyamg-doc
[![CI](https://github.com/pyamg/pyamg/workflows/CI/badge.svg)](https://github.com/pyamg/pyamg/actions?query=workflow%3ACI+branch%3Amain)
[![PyPi](https://img.shields.io/pypi/pyversions/pyamg.svg?style=flat-square)](https://pypi.python.org/pypi/pyamg/)
[![codecov](https://codecov.io/gh/pyamg/pyamg/branch/main/graph/badge.svg?token=JpRo1gdALC)](https://codecov.io/gh/pyamg/pyamg)
+[![DOI](https://joss.theoj.org/papers/10.21105/joss.04142/status.svg)](https://doi.org/10.21105/joss.04142)
# Installation
PyAMG requires `numpy` and `scipy`
@@ -377,18 +414,37 @@ PyAMG is a library of **Algebraic Multigrid (AMG)** solvers with a convenient Py
![](https://raw.githubusercontent.com/pyamg/pyamg/main/docs/logo/pyamg_logo_withtext.png)
-PyAMG is currently developed by [Luke Olson](http://lukeo.cs.illinois.edu), and [Jacob Schroder](http://people.llnl.gov/schroder2).
+PyAMG is currently developed and maintained by
+[Luke Olson](http://lukeo.cs.illinois.edu),
+[Jacob Schroder](https://www.unm.edu/~jbschroder), and
+[Ben Southworth](https://arxiv.org/a/southworth_b_1.html).
+The organization of the project can be found in [`organization.md`](organization.md) and
+examples of use can be found in [`pyamg-examples`](https://github.com/pyamg/pyamg-examples).
+
+**Acknowledgements:**
+PyAMG was created by
+[Nathan Bell](http://wnbell.com/),
+[Luke Olson](http://lukeo.cs.illinois.edu), and
+[Jacob Schroder](https://www.unm.edu/~jbschroder).
+Portions of the project were partially supported by the NSF under award DMS-0612448.
# Citing
+If you use PyAMG in your work, please consider using the following citation:
+
<pre>
-@MISC{OlSc2018,
- author = "Olson, L. N. and Schroder, J. B.",
- title = "{PyAMG}: Algebraic Multigrid Solvers in {Python} v4.0",
- year = "2018",
- url = "https://github.com/pyamg/pyamg",
- note = "Release 4.0"
- }
+@article{BeOlSc2022,
+ author = {Nathan Bell and Luke N. Olson and Jacob Schroder},
+ title = {{PyAMG}: Algebraic Multigrid Solvers in Python},
+ journal = {Journal of Open Source Software},
+ year = {2022},
+ publisher = {The Open Journal},
+ volume = {7},
+ number = {72},
+ pages = {4142},
+ doi = {10.21105/joss.04142},
+ url = {https://doi.org/10.21105/joss.04142},
+}
</pre>
# Getting Help
@@ -503,10 +559,8 @@ conda search pyamg --channel conda-forge
```
-
-
%prep
-%autosetup -n pyamg-4.2.3
+%autosetup -n pyamg-5.0.0
%build
%py3_build
@@ -546,5 +600,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.2.3-1
+* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 5.0.0-1
- Package Spec generated