guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-dm-tree: Fix build.


From: guix-commits
Subject: branch master updated: gnu: python-dm-tree: Fix build.
Date: Fri, 29 Dec 2023 11:49:22 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 375200111d gnu: python-dm-tree: Fix build.
375200111d is described below

commit 375200111db1c90dcb3cd179609f0aab96360bed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 29 17:26:17 2023 +0100

    gnu: python-dm-tree: Fix build.
    
    * gnu/packages/python-xyz.scm (python-dm-tree)[arguments]: Drop
    --whole-archive linker arguments because with them symbols provided by
    libabsl_hash.a would not be found.
    
    Change-Id: Id9ea0e233dc9a1cc76c88c08314803671e4810f9
---
 gnu/packages/python-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bac82b4893..2afce6c667 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5935,7 +5935,6 @@ flexibility and power of the Python language.")
                       (string-append "-Wl," "-rpath=" python "/lib")
                       "-fno-semantic-interposition"
                       "build/temp/tree/tree.o"
-                      "-Wl,--whole-archive"
                       "-L" (string-append python "/lib")
                       (string-append abseil-cpp "/lib/libabsl_int128.a")
                       (string-append abseil-cpp "/lib/libabsl_raw_hash_set.a")
@@ -5943,7 +5942,6 @@ flexibility and power of the Python language.")
                       (string-append abseil-cpp "/lib/libabsl_strings.a")
                       (string-append abseil-cpp 
"/lib/libabsl_strings_internal.a")
                       (string-append abseil-cpp 
"/lib/libabsl_throw_delegate.a")
-                      "-Wl,--no-whole-archive"
                       "-o" "build/lib/tree/_tree.so")))))))
     (home-page "https://github.com/deepmind/tree";)
     (synopsis "Work with nested data structures in Python")



reply via email to

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