public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cocoalib] f44: Rebuild for gfan 0.8beta
Date: Sat, 20 Jun 2026 14:49:53 GMT	[thread overview]
Message-ID: <178196699314.1.11473573625317179860.rpms-cocoalib-334e7caeeeb8@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/cocoalib
            Branch : f44
            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=f44

            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 \

                 reply	other threads:[~2026-06-20 14:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178196699314.1.11473573625317179860.rpms-cocoalib-334e7caeeeb8@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox