emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50476: closed ([PATCH 00/10] Update guile-dbi and guile-dbd-*)


From: GNU bug Tracking System
Subject: bug#50476: closed ([PATCH 00/10] Update guile-dbi and guile-dbd-*)
Date: Sun, 03 Oct 2021 15:05:02 +0000

Your message dated Sun, 03 Oct 2021 20:33:56 +0530
with message-id <87tuhygnfn.fsf@systemreboot.net>
and subject line Re: [PATCH v2 00/10] Update guile-dbi and guile-dbd-*
has caused the debbugs.gnu.org bug report #50476,
regarding [PATCH 00/10] Update guile-dbi and guile-dbd-*
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50476: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50476
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 00/10] Update guile-dbi and guile-dbd-* Date: Wed, 8 Sep 2021 20:15:20 +0530
Hi,

This patchset improves our guile-dbi and guile-dbd-* packages. The two most
significant ones are:

1. It updates guile-dbi and guile-dbd-* upstream to
https://github.com/opencog/guile-dbi . It simplifies and deduplicates the
package definitions of guile-dbd-* by inheriting from guile-dbi.

2. Additionally, it removes the tight LDFLAGS coupling between guile-dbi and
guile-dbd-*. With this patchset, guile-dbd-* are not inputs of guile-dbi. They
are picked up from the profile using the LD_LIBRARY_PATH environment variable
specified in native-search-paths. This way, the user can choose to only
install the specific guile-dbd- package that they are interested in and not
pull in all guile-dbd-* packages.

Regards,
Arun

Arun Isaac (10):
  gnu: guile-dbi: Update upstream source.
  gnu: guile-dbi: Remove hard-coded guile effective version.
  gnu: guile-dbi: Search for dbd libraries using native-search-paths.
  gnu: guile-dbi: Do not return #t from custom phases.
  gnu: guile-dbi: Update to 2.1.8.
  gnu: guile-dbd-sqlite3: Inherit from guile-dbi.
  gnu: guile-dbd-postgresql: Inherit from guile-dbi.
  gnu: guile-dbi-bootstrap: Remove package.
  gnu: Add guile-dbd-mysql.
  gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference.

 gnu/packages/guile-xyz.scm | 209 +++++++++++++++++++------------------
 1 file changed, 109 insertions(+), 100 deletions(-)

-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2 00/10] Update guile-dbi and guile-dbd-* Date: Sun, 03 Oct 2021 20:33:56 +0530
Pushed to master, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]