unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 19fa705a31e384ac502484a3a06e6df5b6f224c6 1794 bytes (raw)
name: gnu/packages/patches/miniz-for-pytorch.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
Modifications from the internal fork of the python-pytorch package.

diff --git a/miniz.h b/miniz.h
index 42e1ea2..5869ab9 100644
--- a/miniz.h
+++ b/miniz.h
@@ -123,7 +123,7 @@
 /* If MINIZ_NO_TIME is specified then the ZIP archive functions will not be able to get the current time, or */
 /* get/set file times, and the C run-time funcs that get/set times won't be called. */
 /* The current downside is the times written to your archives will be from 1979. */
-/*#define MINIZ_NO_TIME */
+#define MINIZ_NO_TIME
 
 /* Define MINIZ_NO_ARCHIVE_APIS to disable all ZIP archive API's. */
 /*#define MINIZ_NO_ARCHIVE_APIS */
@@ -135,7 +135,7 @@
 /*#define MINIZ_NO_ZLIB_APIS */
 
 /* Define MINIZ_NO_ZLIB_COMPATIBLE_NAME to disable zlib names, to prevent conflicts against stock zlib. */
-/*#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES */
+#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES
 
 /* Define MINIZ_NO_MALLOC to disable all calls to malloc, free, and realloc. 
    Note if MINIZ_NO_MALLOC is defined then the user must always provide custom user alloc/free/realloc
@@ -172,8 +172,7 @@
 #if !defined(MINIZ_USE_UNALIGNED_LOADS_AND_STORES)
 #if MINIZ_X86_OR_X64_CPU
 /* Set MINIZ_USE_UNALIGNED_LOADS_AND_STORES to 1 on CPU's that permit efficient integer loads and stores from unaligned addresses. */
-#define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 1
-#define MINIZ_UNALIGNED_USE_MEMCPY
+#define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
 #else
 #define MINIZ_USE_UNALIGNED_LOADS_AND_STORES 0
 #endif
diff --git a/miniz_zip.h b/miniz_zip.h
index 82502bd..3d92255 100644
--- a/miniz_zip.h
+++ b/miniz_zip.h
@@ -150,7 +150,7 @@ typedef enum {
     MZ_ZIP_TOTAL_ERRORS
 } mz_zip_error;
 
-typedef struct
+typedef struct mz_zip_archive
 {
     mz_uint64 m_archive_size;
     mz_uint64 m_central_directory_file_ofs;

debug log:

solving 19fa705a31 ...
found 19fa705a31 in https://yhetil.org/guix-patches/20240306194037.17992-9-david.elsing@posteo.net/ ||
	https://yhetil.org/guix-patches/20240323220518.25063-9-david.elsing@posteo.net/ ||
	https://yhetil.org/guix-patches/20240320223906.13214-9-david.elsing@posteo.net/ ||
	https://yhetil.org/guix-patches/20240312225211.16427-9-david.elsing@posteo.net/

applying [1/1] https://yhetil.org/guix-patches/20240306194037.17992-9-david.elsing@posteo.net/
diff --git a/gnu/packages/patches/miniz-for-pytorch.patch b/gnu/packages/patches/miniz-for-pytorch.patch
new file mode 100644
index 0000000000..19fa705a31

1:19: trailing whitespace.
 
1:24: trailing whitespace.
 
1:28: trailing whitespace.
 
1:29: trailing whitespace.
 /* Define MINIZ_NO_MALLOC to disable all calls to malloc, free, and realloc. 
1:48: trailing whitespace.
 
Checking patch gnu/packages/patches/miniz-for-pytorch.patch...
Applied patch gnu/packages/patches/miniz-for-pytorch.patch cleanly.
warning: 5 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/20240323220518.25063-9-david.elsing@posteo.net/ for 19fa705a31
skipping https://yhetil.org/guix-patches/20240320223906.13214-9-david.elsing@posteo.net/ for 19fa705a31
skipping https://yhetil.org/guix-patches/20240312225211.16427-9-david.elsing@posteo.net/ for 19fa705a31
index at:
100644 19fa705a31e384ac502484a3a06e6df5b6f224c6	gnu/packages/patches/miniz-for-pytorch.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).