automatic version update by autodist [release 1.28.0-1mamba;Sun Dec 10 2023]
This commit is contained in:
parent
154ad15304
commit
1f8c1c284c
16
meep.spec
16
meep.spec
@ -1,5 +1,5 @@
|
|||||||
Name: meep
|
Name: meep
|
||||||
Version: 1.27.0
|
Version: 1.28.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A free finite-difference time-domain (FDTD) simulation software package
|
Summary: A free finite-difference time-domain (FDTD) simulation software package
|
||||||
Group: Applications/Scientific
|
Group: Applications/Scientific
|
||||||
@ -16,13 +16,12 @@ BuildRequires: libctl-devel
|
|||||||
BuildRequires: libfftw-devel
|
BuildRequires: libfftw-devel
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgmp-devel
|
|
||||||
BuildRequires: libgsl-devel
|
BuildRequires: libgsl-devel
|
||||||
BuildRequires: libguile-devel
|
BuildRequires: libguile-devel
|
||||||
BuildRequires: libharminv-devel
|
BuildRequires: libharminv-devel
|
||||||
BuildRequires: libhdf5-devel
|
BuildRequires: libhdf5-devel
|
||||||
BuildRequires: libopenblas-devel
|
BuildRequires: libopenblas-devel
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libquadmath-devel
|
BuildRequires: libquadmath-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
@ -106,14 +105,17 @@ This package contains the Python bindings to %{name}.
|
|||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python310_sitearch}/meep
|
%dir %{python3_sitearch}/meep
|
||||||
%{python310_sitearch}/meep/*
|
%{python3_sitearch}/meep/*
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
%dir %{python310_sitelib}/meep
|
%dir %{python3_sitelib}/meep
|
||||||
%{python310_sitelib}/meep/*
|
%{python3_sitelib}/meep/*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 10 2023 Automatic Build System <autodist@mambasoft.it> 1.28.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
* Wed Aug 23 2023 Automatic Build System <autodist@mambasoft.it> 1.27.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user