diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-20 03:45:57 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-20 03:45:57 +0000 |
commit | c09e005297d0061822b875e80d6c0fd2a5c37e87 (patch) | |
tree | 36a6a6e71c8f7cd6ef793c5e8b28fdfdf8d08317 | |
parent | 892b9412d375a0c57fce67bc080283d757b7fcd4 (diff) |
automatic import of python-BigJob2openeuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-bigjob2.spec | 78 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 80 insertions, 0 deletions
@@ -0,0 +1 @@ +/BigJob2-0.54.post73.tar.gz diff --git a/python-bigjob2.spec b/python-bigjob2.spec new file mode 100644 index 0000000..a637cee --- /dev/null +++ b/python-bigjob2.spec @@ -0,0 +1,78 @@ +%global _empty_manifest_terminate_build 0 +Name: python-BigJob2 +Version: 0.54.post73 +Release: 1 +Summary: P* Pilot-Job Implementation based on SAGA-Python +License: UNKNOWN +URL: https://github.com/saga-project/BigJob +Source0: https://mirrors.aliyun.com/pypi/web/packages/6d/10/b6351cf358339574d40c880d96bd87953d70085308c87d4be4f1ddc72386/BigJob2-0.54.post73.tar.gz +BuildArch: noarch + + +%description +The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob +(i) natively supports MPI job and +(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach. + +%package -n python3-BigJob2 +Summary: P* Pilot-Job Implementation based on SAGA-Python +Provides: python-BigJob2 +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-BigJob2 +The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob +(i) natively supports MPI job and +(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach. + +%package help +Summary: Development documents and examples for BigJob2 +Provides: python3-BigJob2-doc +%description help +The SAGA BigJob framework is a SAGA-based pilot job implementation. The Simple API for Grid Applications (SAGA) is a high-level, easy-to-use API for accessing distributed resources. SAGA BigJob supports a wide range of application types, and is usable over a broad range of infrastructures, i.e., it is general-purpose, extensible and interoperable. Unlike other common pilot job systems SAGA BigJob +(i) natively supports MPI job and +(ii) works on a variety of back-end systems, generally reflecting the advantage of using a SAGA-based approach. + +%prep +%autosetup -n BigJob2-0.54.post73 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-BigJob2 -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Tue Jun 20 2023 Python_Bot <Python_Bot@openeuler.org> - 0.54.post73-1 +- Package Spec generated @@ -0,0 +1 @@ +75dfa2a5366aaf5e5f2ce40ac5d066c5 BigJob2-0.54.post73.tar.gz |