guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ceres-solver: Install library to lib/ instead of lib64/.


From: guix-commits
Subject: 01/02: gnu: ceres-solver: Install library to lib/ instead of lib64/.
Date: Fri, 26 Nov 2021 07:52:13 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit d19aff9339384bd970bec6932fcc86b674fb3783
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Nov 25 17:00:58 2021 +0100

    gnu: ceres-solver: Install library to lib/ instead of lib64/.
    
    * gnu/packages/maths.scm (ceres)[arguments]: In 'set-library-directory'
    phase, modify the top-level 'CMakeLists.txt'.
---
 gnu/packages/maths.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index a6fe2b5..83f31c1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2373,10 +2373,9 @@ satisfiability checking (SAT).")
                   (add-before 'configure 'set-library-directory
                     (lambda _
                       ;; Install libraries to lib/, not lib64/.
-                      (substitute* "internal/ceres/CMakeLists.txt"
+                      (substitute* "CMakeLists.txt"
                         (("set\\(LIB_SUFFIX \"64\"\\)")
-                         "set(LIB_SUFFIX \"\")"))
-                      #t)))))
+                         "set(LIB_SUFFIX \"\")")))))))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (propagated-inputs



reply via email to

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