Étienne Mollier pushed to branch master at Debian Med / librandom123
Commits: 056ba651 by Étienne Mollier at 2024-01-02T19:47:21+01:00 d/control: add myself to uploaders. - - - - - 27098a98 by Étienne Mollier at 2024-01-02T20:00:00+01:00 d/clean: new: cleanup documentation artifacts. - - - - - 579f8280 by Étienne Mollier at 2024-01-02T20:04:46+01:00 d/rules: cleanup dynamically test artifacts. Closes: #1048406 - - - - - 1cbc849b by wuruilong at 2024-01-02T20:13:01+01:00 add-support-for-loong64.patch: new: add loong64 support. Closes: #1059824 Signed-off-by: Étienne Mollier <[email protected]> - - - - - 3eac9d53 by Étienne Mollier at 2024-01-02T20:14:09+01:00 ready to upload to unstable. - - - - - 6 changed files: - debian/changelog - + debian/clean - debian/control - + debian/patches/add-support-for-loong64.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +librandom123 (1.14.0+dfsg-5) unstable; urgency=medium + + [ Étienne Mollier ] + * d/control: add myself to uploaders. + * d/clean: new: cleanup documentation artifacts. + * d/rules: cleanup dynamically test artifacts. (Closes: #1048406) + + [ wuruilong ] + * add-support-for-loong64.patch: new: add loong64 support. (Closes: #1059824) + + -- Étienne Mollier <[email protected]> Tue, 02 Jan 2024 20:13:39 +0100 + librandom123 (1.14.0+dfsg-4) unstable; urgency=medium * Team upload. ===================================== debian/clean ===================================== @@ -0,0 +1,2 @@ +docs/html/ +docs/main.md ===================================== debian/control ===================================== @@ -1,6 +1,7 @@ Source: librandom123 Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Andreas Tille <[email protected]> +Uploaders: Andreas Tille <[email protected]>, + Étienne Mollier <[email protected]> Section: science Priority: optional Build-Depends: debhelper-compat (= 13), ===================================== debian/patches/add-support-for-loong64.patch ===================================== @@ -0,0 +1,23 @@ +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/series ===================================== @@ -1 +1,2 @@ add-riscv64-support.patch +add-support-for-loong64.patch ===================================== debian/rules ===================================== @@ -5,3 +5,6 @@ export LC_ALL=C.UTF-8 %: dh $@ + +execute_after_dh_auto_clean: + $(MAKE) -C tests clean View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/compare/5f621bfbd377bba9d090edfe7fe33d0de7fa7eb7...3eac9d53f3d80edbcfafba04f63a975217c51117 -- View it on GitLab: https://salsa.debian.org/med-team/librandom123/-/compare/5f621bfbd377bba9d090edfe7fe33d0de7fa7eb7...3eac9d53f3d80edbcfafba04f63a975217c51117 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
