]> git.pld-linux.org Git - packages/armadillo.git/commitdiff
- updated to 10.8.2 master auto/th/armadillo-10.8.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Sep 2023 11:32:11 +0000 (13:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 2 Sep 2023 11:32:11 +0000 (13:32 +0200)
armadillo.spec

index efdfb101469457397fb90968bffdff65f4da5f03..50daff630047fb62b767eeb4d9f1b1649a7350b1 100644 (file)
@@ -1,21 +1,22 @@
 Summary:       C++ linear algebra library
 Summary(pl.UTF-8):     Biblioteka C++ do algebry liniowej
 Name:          armadillo
-Version:       10.1.2
+Version:       10.8.2
 Release:       1
 License:       MPL v2.0
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz
-# Source0-md5: 1419e8ef00a8e08a34a5e2e1164ef042
-URL:           http://arma.sourceforge.net/
+Source0:       https://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz
+# Source0-md5: ecf2ed979c7f950d6dfaf17b0a3d02cf
+URL:           https://arma.sourceforge.net/
 BuildRequires: SuperLU-devel >= 5
 BuildRequires: arpack-devel
 BuildRequires: blas-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: hdf5-devel
 BuildRequires: lapack-devel
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:4.8.3
 BuildRequires: pkgconfig
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.752
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -41,8 +42,8 @@ Requires:     arpack-devel
 Requires:      blas-devel
 Requires:      hdf5-devel
 Requires:      lapack-devel
-Requires:      libstdc++-devel
-Obsoletes:     armadillo-static
+Requires:      libstdc++-devel >= 6:4.8.3
+Obsoletes:     armadillo-static < 6
 
 %description devel
 Header files for Armadillo library.
@@ -66,7 +67,9 @@ Dokumentacja API biblioteki Armadillo.
 %setup -q
 
 %build
-%cmake . \
+install -d build
+cd build
+%cmake .. \
        -DDETECT_HDF5=ON \
        -DINSTALL_LIB_DIR=%{_libdir}
 
@@ -75,7 +78,7 @@ Dokumentacja API biblioteki Armadillo.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
This page took 0.31585 seconds and 4 git commands to generate.