update to 1.23.0 [release 1.23.0-1mamba;Wed May 25 2022]
This commit is contained in:
parent
5a9c1f6975
commit
f4b778a0e1
35
meep.spec
35
meep.spec
@ -1,43 +1,36 @@
|
|||||||
Name: meep
|
Name: meep
|
||||||
Version: 1.3
|
Version: 1.23.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
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ab-initio.mit.edu/wiki/index.php/Meep
|
URL: https://github.com/NanoComp/meep
|
||||||
Source: http://ab-initio.mit.edu/meep/meep-%{version}.tar.gz
|
Source: https://github.com/NanoComp/meep.git/v%{version}/meep-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%ifarch %{ix86}
|
|
||||||
BuildRequires: libatlas-3dnow-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libblas-devel
|
|
||||||
BuildRequires: libctl-devel
|
BuildRequires: libctl-devel
|
||||||
BuildRequires: libffi-devel
|
BuildRequires: libffi-devel
|
||||||
BuildRequires: libfftw-devel
|
BuildRequires: libfftw-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libgc-devel
|
BuildRequires: libgc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgmp-devel
|
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: libltdl-devel
|
BuildRequires: libopenblas-devel
|
||||||
BuildRequires: libquadmath-devel
|
BuildRequires: libquadmath-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libunistring-devel
|
BuildRequires: libunistring-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%ifarch x86_64
|
|
||||||
BuildRequires: libatlas-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libunistring-devel >= 0.9.6
|
BuildRequires: libunistring-devel >= 0.9.6
|
||||||
|
BuildRequires: libharminv-devel >= 1.4.1
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems, along with our MPB eigenmode package.
|
Meep (or MEEP) is a free finite-difference time-domain (FDTD) simulation software package developed at MIT to model electromagnetic systems, along with our MPB eigenmode package.
|
||||||
@ -62,9 +55,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--enable-maintainer-mode \
|
||||||
--enable-shared
|
--enable-shared
|
||||||
|
|
||||||
%make
|
%make
|
||||||
@ -83,28 +78,28 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/meep
|
%{_bindir}/meep
|
||||||
%dir %{_datadir}/meep
|
%dir %{_datadir}/meep
|
||||||
%{_datadir}/meep/casimir.scm
|
%{_datadir}/meep/*.scm
|
||||||
%{_datadir}/meep/meep-enums.scm
|
|
||||||
%{_datadir}/meep/meep.scm
|
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libmeep.so.*
|
%{_libdir}/libmeep.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYRIGHT LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/meep.hpp
|
%{_includedir}/meep.hpp
|
||||||
%dir %{_includedir}/meep
|
%dir %{_includedir}/meep
|
||||||
%{_includedir}/meep/mympi.hpp
|
%{_includedir}/meep/*
|
||||||
%{_includedir}/meep/vec.hpp
|
|
||||||
%{_libdir}/libmeep.a
|
%{_libdir}/libmeep.a
|
||||||
%{_libdir}/libmeep.la
|
%{_libdir}/libmeep.la
|
||||||
%{_libdir}/libmeep.so
|
%{_libdir}/libmeep.so
|
||||||
%{_libdir}/pkgconfig/meep.pc
|
%{_libdir}/pkgconfig/meep.pc
|
||||||
%doc NEWS TODO
|
%doc TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.23.0-1mamba
|
||||||
|
- update to 1.23.0
|
||||||
|
|
||||||
* Sun May 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
* Sun May 15 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
|
||||||
- update to 1.3
|
- update to 1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user