all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b9c0ed5c10001e81af5d1a36fda815ffccae762d 778 bytes (raw)
name: gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
From 80a6611cfca98a5979c5ac69cba56a49af8c1e48 Mon Sep 17 00:00:00 2001
From: Yuriy Chernyshov <thegeorg@yandex-team.com>
Date: Sun, 19 Jun 2022 19:29:20 +0300
Subject: [PATCH] Fix typo in CMakeLists.txt

At the time generated dynamic library is named `libnetcdf.so.19}` which looks like a typo.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7bf8641bec..18366d24ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,5 +39,5 @@ SET(NC_VERSION ${netCDF_VERSION})
 SET(PACKAGE_VERSION ${VERSION})

 # These values should match those in configure.ac
-SET(netCDF_LIB_VERSION 19})
+SET(netCDF_LIB_VERSION 19)
 SET(netCDF_SO_VERSION 19)

 # Version of the dispatch table. This must match the value in

debug log:

solving b9c0ed5c10 ...
found b9c0ed5c10 in https://yhetil.org/guix/86mt7rp4c5.fsf@burningswell.com/

applying [1/1] https://yhetil.org/guix/86mt7rp4c5.fsf@burningswell.com/
diff --git a/gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch b/gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch
new file mode 100644
index 0000000000..b9c0ed5c10

Checking patch gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch...
Applied patch gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch cleanly.

index at:
100644 b9c0ed5c10001e81af5d1a36fda815ffccae762d	gnu/packages/patches/netcdf-4.9.0-fix-cmake-typo.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.