e2a7b82
Name:           alglib
a184079
Version:        3.14.0
db72c81
Release:        2%{?dist}
e2a7b82
Summary:        A numerical analysis and data processing library
e2a7b82
e2a7b82
License:        GPLv2+
e2a7b82
URL:            http://www.alglib.net/
a894e08
Source0:        http://www.alglib.net/translator/re/%{name}-%{version}.cpp.gpl.tgz
e2a7b82
Source1:        CMakeLists.txt
e2a7b82
# Extracted from manual.cpp.html
e2a7b82
Source2:        bsd.txt
e2a7b82
16bb726
# Make test output more verbose
16bb726
Patch0:         alglib_verbose-tests.patch
16bb726
e2a7b82
BuildRequires:  cmake
19862c0
BuildRequires:  gcc-c++
19862c0
BuildRequires:  make
e2a7b82
e2a7b82
%description
e2a7b82
ALGLIB is a cross-platform numerical analysis and data processing library.
e2a7b82
ALGLIB features include:
e2a7b82
 - Data analysis (classification/regression, including neural networks)
e2a7b82
 - Optimization and nonlinear solvers
e2a7b82
 - Interpolation and linear/nonlinear least-squares fitting
e2a7b82
 - Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear
e2a7b82
   solvers, Fast Fourier Transform and many other algorithms (numerical
e2a7b82
   integration, ODEs, statistics, special functions)
e2a7b82
e2a7b82
e2a7b82
e2a7b82
%package        devel
e2a7b82
Summary:        Development files for %{name}
e2a7b82
Requires:       %{name}%{?_isa} = %{version}-%{release}
e2a7b82
e2a7b82
%description    devel
e2a7b82
The %{name}-devel package contains libraries and header files for
e2a7b82
developing applications that use %{name}.
e2a7b82
e2a7b82
%package        doc
e2a7b82
Summary:        API documentation for %{name}
e2a7b82
License:        BSD
e2a7b82
BuildArch:      noarch
e2a7b82
e2a7b82
%description    doc
e2a7b82
The %{name}-doc package contains the %{name} API documentation.
e2a7b82
e2a7b82
e2a7b82
%prep
16bb726
%autosetup -p1 -n cpp
e2a7b82
cp %{SOURCE1} .
e2a7b82
cp %{SOURCE2} .
e2a7b82
e2a7b82
# Fix permissions and line endings
e2a7b82
chmod 644 gpl2.txt
e2a7b82
chmod 644 manual.cpp.html
e2a7b82
sed -i 's|\r||g' manual.cpp.html
e2a7b82
e2a7b82
e2a7b82
%build
e2a7b82
mkdir build
e2a7b82
(
e2a7b82
cd build
Marcin Juszkiewicz 573bfaf
# disable FMA support to get it pass all tests
Marcin Juszkiewicz 573bfaf
%ifarch aarch64 %{power64} s390 s390x
Marcin Juszkiewicz 573bfaf
export CXXFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
Marcin Juszkiewicz 573bfaf
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
Marcin Juszkiewicz 573bfaf
%endif
a894e08
%cmake -DALGLIB_VERSION=%{version} ..
16bb726
%make_build
e2a7b82
)
e2a7b82
e2a7b82
e2a7b82
%install
e2a7b82
%make_install -C build
a894e08
ln -s libalglib-%{version}.so %{buildroot}%{_libdir}/libalglib.so
a894e08
e2a7b82
e2a7b82
%check
e2a7b82
pushd build
16bb726
# FIXME Temporarily ignore test failures on test_c due to GCC7 test failure on i686, see
16bb726
# http://bugs.alglib.net/view.php?id=689
16bb726
%ifarch %{ix86}
16bb726
LD_LIBRARY_PATH=$PWD ./test_c || true
16bb726
%else
4737e93
LD_LIBRARY_PATH=$PWD ./test_c || false
16bb726
%endif
4737e93
LD_LIBRARY_PATH=$PWD ./test_i || false
e2a7b82
popd
e2a7b82
e2a7b82
e2a7b82
%post -p /sbin/ldconfig
e2a7b82
e2a7b82
%postun -p /sbin/ldconfig
e2a7b82
e2a7b82
e2a7b82
%files
7aa86df
%license gpl2.txt
a894e08
%{_libdir}/libalglib-%{version}.so
e2a7b82
e2a7b82
%files devel
e2a7b82
%{_includedir}/%{name}/
e2a7b82
%{_libdir}/libalglib.so
e2a7b82
e2a7b82
%files doc
7aa86df
%license bsd.txt
7aa86df
%doc manual.cpp.html
e2a7b82
e2a7b82
e2a7b82
%changelog
db72c81
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-2
db72c81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
db72c81
a184079
* Sun Jul 01 2018 Sandro Mani <manisandro@gmail.com> - 3.14.0-1
a184079
- Update to 3.14.0
a184079
19862c0
* Sun Feb 18 2018 Sandro Mani <manisandro@gmail.com> - 3.13.0-3
19862c0
- Add missing BR: gcc-c++, make
19862c0
a0096cf
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.0-2
a0096cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a0096cf
eff7b13
* Fri Dec 29 2017 Sandro Mani <manisandro@gmail.com> - 3.13.0-1
eff7b13
- Update to 3.13.0
eff7b13
4737e93
* Wed Aug 23 2017 Sandro Mani <manisandro@gmail.com> - 3.12.0-1
4737e93
- Update to 3.12.0
4737e93
8c893f2
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-3
8c893f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8c893f2
056862b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.11.0-2
056862b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
056862b
3c8a9c8
* Fri May 12 2017 Sandro Mani <manisandro@gmail.com> - 3.11.0-1
3c8a9c8
- Update to 3.11.0
3c8a9c8
16bb726
* Tue Mar 14 2017 Sandro Mani <manisandro@gmail.com> - 3.10.0-5
16bb726
- Make test output more vebose
16bb726
- Temporarily ignore test failures on i686 due to http://bugs.alglib.net/view.php?id=689
16bb726
eaf9827
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0-4
eaf9827
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
eaf9827
a0215fd
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.0-3
a0215fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a0215fd
Marcin Juszkiewicz 573bfaf
* Fri Sep 18 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 3.10.0-2
Marcin Juszkiewicz 573bfaf
- disable FMA support to get it pass all tests on secondary architectures
Marcin Juszkiewicz 573bfaf
7aa86df
* Sat Aug 22 2015 Sandro Mani <manisandro@gmail.com> - 3.10.0-1
7aa86df
- Update to 3.10.0
7aa86df
07bd21e
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.0-3
07bd21e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
07bd21e
a32b07b
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 3.9.0-2
a32b07b
- Rebuilt for GCC 5 C++11 ABI change
a32b07b
a894e08
* Sat Dec 13 2014 Sandro Mani <manisandro@gmail.com> - 3.9.0-1
a894e08
- Update to 3.9.0
a894e08
- Use version as library name suffix, not as soname
a894e08
e9e9483
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.2-6
e9e9483
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e9e9483
9e865b6
* Wed Jul 9 2014 Jakub ńĆajka <jcajka@redhat.com> - 3.8.2-5
9e865b6
- Made exlusive for primary archs
9e865b6
e2a7b82
* Wed Jun 18 2014 Sandro Mani <manisandro@gmail.com> - 3.8.2-4
e2a7b82
- Add missing license tag
e2a7b82
e2a7b82
* Wed Jun 18 2014 Sandro Mani <manisandro@gmail.com> - 3.8.2-3
e2a7b82
- Add bsd.txt to doc subpackage (license text extracted from manual.cpp.html)
e2a7b82
e2a7b82
* Wed Jun 18 2014 Sandro Mani <manisandro@gmail.com> - 3.8.2-2
e2a7b82
- Add doc subpackage with correct license
e2a7b82
- Run tests
e2a7b82
- Fix unversioned so included in main package
e2a7b82
- Fix manual.cpp.html permissions, line endings
e2a7b82
e2a7b82
* Sat Jun 14 2014 Sandro Mani <manisandro@gmail.com> - 3.8.2-1
e2a7b82
- Initial package