guix-patches
[Top][All Lists]
Advanced

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

bug#64566: [PATCH 0/3] gnu: Add glnemo2.


From: Andreas Enge
Subject: bug#64566: [PATCH 0/3] gnu: Add glnemo2.
Date: Wed, 26 Jul 2023 15:52:24 +0200

Hello,

Am Tue, Jul 11, 2023 at 12:37:04AM +0100 schrieb Sharlatan Hellseher:
> 2 more astro packages for this week, passed lint and build on x86_64 and
> aarch64 systems:

all pushed and closing the bug, thanks!

For glnemo2, I made the description more neutral.
There was a string-append without effect, which I have changed like this:
               (substitute* "CMakeLists.txt"
                 ;; There is some not straightforward logic on how to set
                 ;; the installation prefix for the project; inherit it
                 ;; from the build-system default flags.
                 (("CMAKE_INSTALL_PREFIX  \"/usr\"")
-                 (string-append "CMAKE_INSTALL_PREFIX"))
+                 "CMAKE_INSTALL_PREFIX")

Hopefully this works, or was there anything missing to append?

In any case, it builds and I can start it.

Andreas






reply via email to

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