public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cocoalib] rawhide: Rebuild for gfan 0.8beta
@ 2026-06-15 15:48 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-15 15:48 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/cocoalib
            Branch : rawhide
            Commit : 334e7caeeeb8bc8840de46cc9f221550f0609f9b
            Author : Jerry James <loganjerry@gmail.com>
            Date   : 2026-06-15T09:48:13-06:00
            Stats  : +1/-5 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/cocoalib/c/334e7caeeeb8bc8840de46cc9f221550f0609f9b?branch=rawhide

            Log:
            Rebuild for gfan 0.8beta

- Remove unused BRs: boost, tex(latex), tex(ulem.sty)
- Require C++17 until Singular adapts to C++20

---
diff --git a/cocoalib.spec b/cocoalib.spec
index a938a6f..89abc46 100644
--- a/cocoalib.spec
+++ b/cocoalib.spec
@@ -32,7 +32,6 @@ Patch:          %{name}-cvc5.patch
 # See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
 
-BuildRequires:  boost-devel
 BuildRequires:  cddlib-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
@@ -42,8 +41,6 @@ BuildRequires:  make
 BuildRequires:  pkgconfig(flexiblas)
 BuildRequires:  pkgconfig(gsl)
 BuildRequires:  pkgconfig(readline)
-BuildRequires:  tex(latex)
-BuildRequires:  tex(ulem.sty)
 
 %description
 The CoCoA C++ library offers functions to perform calculations in
@@ -53,7 +50,6 @@ is designed to be pleasant to use while offering good run-time performance.
 %package devel
 Summary:        Headers and library links for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
-Requires:       boost-devel%{?_isa}
 Requires:       gmp-devel%{?_isa}
 Requires:       gsl-devel%{?_isa}
 Requires:       libgfan-devel%{?_isa}
@@ -94,7 +90,7 @@ sed -i 's|@RPM_LD_FLAGS@|%{build_ldflags}|' src/AlgebraicCore/Makefile
 
 # This is NOT an autoconf-generated configure script!
 ./configure --prefix=%{_prefix} --only-cocoalib --threadsafe-hack \
-  --with-cxxflags='%{build_cxxflags} -fPIC -I%{_includedir}/frobby -I%{_includedir}/gfanlib %{build_ldflags}' \
+  --with-cxxflags='%{build_cxxflags} -std=c++17 -fPIC -I%{_includedir}/frobby -I%{_includedir}/gfanlib %{build_ldflags}' \
   --with-libcddgmp=%{_libdir}/libcddgmp.so \
   --with-libfrobby=%{_libdir}/libfrobby.so \
   --with-libgfan=%{_libdir}/libgfan.so \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 15:48 [rpms/cocoalib] rawhide: Rebuild for gfan 0.8beta Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox