Name: libgetfem++ Version: 5.1 Release: 1mamba Summary: A generic C++ template library for sparse, dense and skyline matrices Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://home.gna.org/getfem/ Source: http://download.gna.org/getfem/stable/getfem-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatlas-devel BuildRequires: libblas-devel BuildRequires: libboost-devel BuildRequires: libgcc BuildRequires: libpython-devel BuildRequires: libqhull-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: libqhull-devel >= 2015-1mamba BuildRequires: python-numpy BuildRequires: python-scipy BuildRoot: %{_tmppath}/%{name}-%{version}-root # FIXME # enable the use of the qd library (some computation will be done with double-double precision, usefull for high order FEMs) # enable the use of the qd library (some computation will be done with quad-double precision, usefull for high order FEMs) #--------------------------------------- # Ready to build getfem++ # building MATLAB interface: NO # building PYTHON interface: NO (requires numarray) #--------------------------------------- %description A generic C++ template library for sparse, dense and skyline matrices. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} >= %{version} %description devel A generic C++ template library for sparse, dense and skyline matrices. This package contains static library and header files need for development. %prep %setup -q -n getfem-%{version} %build %configure \ --enable-boost \ --enable-qhull \ --datadir=%{_datadir} \ --enable-shared \ BLAS_LIBS="-L%{_libdir} -lblas" %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall mkdir -p %{buildroot}%{_datadir}/getfem_toolbox mv %{buildroot}%{_prefix}/getfem_toolbox/* %{buildroot}%{_datadir}/getfem_toolbox rm %{buildroot}%{_prefix}/getfem_toolbox -rf %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libgetfem.so.* %dir %{python_sitearch}/getfem %{python_sitearch}/getfem/* %dir %{python_sitelib}/getfem %{python_sitelib}/getfem/* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_bindir}/getfem-config %dir %{_datadir}/getfem_toolbox/meshes %{_datadir}/getfem_toolbox/meshes/*.msh %dir %{_includedir}/getfem %{_includedir}/getfem/*.h %dir %{_includedir}/getfem_boost %{_includedir}/getfem_boost/*.hpp %dir %{_includedir}/gmm %{_includedir}/gmm/*.h %{_libdir}/libgetfem.a %{_libdir}/libgetfem.la %{_libdir}/libgetfem.so %doc ChangeLog NEWS README %changelog * Sun Sep 18 2016 Automatic Build System 5.1-1mamba - automatic update by autodist * Sun Jul 24 2016 Silvan Calarco 5.0-2mamba - rebuilt by autoport with build requirements: libqhull-devel>=2015-1mamba * Thu Feb 04 2016 Automatic Build System 5.0-1mamba - automatic update by autodist * Sun Jul 13 2014 Silvan Calarco 4.3-1mamba - update to 4.3 * Fri Jul 12 2013 Automatic Build System 4.2-1mamba - update to 4.2 * Mon Feb 16 2009 Silvan Calarco 3.1-1mamba - automatic update by autodist * Mon Oct 13 2008 gil 3.0.5-1mamba - package created by autospec