Étienne Mollier pushed to branch master at Debian Med / librandom123
Commits: ab84bbc3 by Adrian Bunk at 2024-08-24T19:07:14+03:00 Enable building on all architectures - - - - - 3 changed files: - − debian/patches/add-support-for-loong64.patch - debian/patches/add-riscv64-support.patch → debian/patches/all-archs.patch - debian/patches/series Changes: ===================================== debian/patches/add-support-for-loong64.patch deleted ===================================== @@ -1,23 +0,0 @@ -Description: add support for loong64 - While compiling the neuron package, an error was encountered. The following - patch was added to the librandom123 software package, which successfully - solved the problem. - -Author: wuruilong <[email protected]> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1059824 -Forwarded: no -Reviewed-by: Étienne Mollier <[email protected]> -Last-Update: 2024-01-02 ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ ---- a/include/Random123/features/gccfeatures.h 2024-01-02 01:40:35.426859137 +0000 -+++ b/include/Random123/features/gccfeatures.h 2024-01-02 01:41:19.538567978 +0000 -@@ -34,7 +34,7 @@ - - #define R123_GNUC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) - --#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) && !defined(__riscv) -+#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) && !defined(__riscv) && !defined(__loongarch__) - # error "This code has only been tested on x86, powerpc and a few arm platforms." - #include <including_a_nonexistent_file_will_stop_some_compilers_from_continuing_with_a_hopeless_task> - { /* maybe an unbalanced brace will terminate the compilation */ ===================================== debian/patches/add-riscv64-support.patch → debian/patches/all-archs.patch ===================================== @@ -1,9 +1,7 @@ -Description: enable riscv64 build in source code -Author: Eric Long <[email protected]> -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1030614 +Description: Enable building on all architectures +Author: Adrian Bunk <[email protected]> Forwarded: no -Reviewed-by: Étienne Mollier <[email protected]> -Last-Update: 2023-02-05 +Last-Update: 2024-08-24 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ @@ -14,7 +12,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ #define R123_GNUC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__) -#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) -+#if !defined(__x86_64__) && !defined(__i386__) && !defined(__powerpc__) && !defined(__arm__) && !defined(__aarch64__) && !defined(__s390x__) && !defined(__riscv) ++#if 0 # error "This code has only been tested on x86, powerpc and a few arm platforms." #include <including_a_nonexistent_file_will_stop_some_compilers_from_continuing_with_a_hopeless_task> { /* maybe an unbalanced brace will terminate the compilation */ ===================================== debian/patches/series ===================================== @@ -1,2 +1 @@ -add-riscv64-support.patch -add-support-for-loong64.patch +all-archs.patch View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/commit/ab84bbc3ac29cd2b970bb113be1a8e982feef264 -- View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/commit/ab84bbc3ac29cd2b970bb113be1a8e982feef264 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
