ensure arpackicb.h is installed (#1990366)

epel9
Dominik 'Rathann' Mierzejewski 3 years ago
parent 6aeaf5670a
commit 7f28de9c36

@ -0,0 +1,12 @@
diff -up src/Makefile.am.icb src/Makefile.am
--- src/Makefile.am.icb 2020-12-07 11:40:45.000000000 +0100
+++ src/Makefile.am 2021-09-02 23:55:29.346733967 +0200
@@ -1,7 +1,7 @@
ACLOCAL_AMFLAGS = -I m4
pkgincludedir = $(includedir)/arpack
-pkginclude_HEADERS = debug.h stat.h arpackdef.h
+pkginclude_HEADERS = debug.h stat.h arpackdef.h arpackicb.h
AM_DISTCHECK_CONFIGURE_FLAGS =
if MPI

@ -20,12 +20,14 @@
Name: arpack Name: arpack
Version: 3.8.0 Version: 3.8.0
Release: 1%{dist} Release: 2%{dist}
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
License: BSD License: BSD
URL: https://github.com/opencollab/arpack-ng URL: https://github.com/opencollab/arpack-ng
Source0: https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz Source0: https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz
# https://bugzilla.redhat.com/show_bug.cgi?id=1990366
Patch0: arpack-install-arpackicb_h.patch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gcc-gfortran BuildRequires: gcc-gfortran
@ -92,6 +94,7 @@ library and so links used for building arpack based applications.
%setup -qc %setup -qc
mv arpack-ng-%{version} src mv arpack-ng-%{version} src
pushd src pushd src
%patch0 -p1
autoreconf -vif autoreconf -vif
popd popd
%if %{build64} %if %{build64}
@ -192,6 +195,9 @@ popd
%changelog %changelog
* Thu Sep 02 2021 Dominik Mierzejewski <rpm@greysector.net> - 3.8.0-2
- ensure arpackicb.h is installed (#1990366)
* Wed Jun 02 2021 Dominik Mierzejewski <rpm@greysector.net> - 3.8.0-1 * Wed Jun 02 2021 Dominik Mierzejewski <rpm@greysector.net> - 3.8.0-1
- update to 3.8.0 (#1905263) - update to 3.8.0 (#1905263)
- drop obsolete patches - drop obsolete patches

Loading…
Cancel
Save