From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 10 13:28:40 2023 Received: (at submit) by debbugs.gnu.org; 10 Oct 2023 17:28:40 +0000 Received: from localhost ([127.0.0.1]:36853 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqGX9-0001R3-5f for submit@debbugs.gnu.org; Tue, 10 Oct 2023 13:28:40 -0400 Received: from lists.gnu.org ([2001:470:142::17]:53396) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqGX4-0001Qk-6d for submit@debbugs.gnu.org; Tue, 10 Oct 2023 13:28:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqGWd-0007gt-3B for guix-patches@gnu.org; Tue, 10 Oct 2023 13:28:07 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qqGWY-0005IG-Kd for guix-patches@gnu.org; Tue, 10 Oct 2023 13:28:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1696958879; x=1697218079; bh=D9bdB0vUU9mA6GZH6t2BqS3R8BWQIpY9dUF8QiuE8QQ=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=IUMiqDxhCgSntQOIiFsbffyfsWHV6s339Xjx6MU4Txs3rvGAFetmisl72tssTzJH9 5A+1avhkpEDGY/pxeMZhVcS2xAX4qWEvN7NGIMzfMnVwcAiTLPKZ58zwYi1Q19X/GK L6B8N/RwQ8bSESMc1yCWTmRqOtj1O9Ra8l/xIfhQQrFkXKVDYUoSf+y9s/Sw5lak3i TtlxfVI/gaYqC+EF9N58Ay5MVdF/BhYbs5azsxx19712DhgUB3bzhI/EwK6irNr//3 bVfIerUqeyXvVJeboJSGu8HUqevM4oz+Rkp1U0L5+ZN72cCp2EsaROcx07sLlAI+IH S58g4sw7lMSUA== Date: Tue, 10 Oct 2023 17:27:45 +0000 To: guix-patches@gnu.org From: "Paul A. Patience" Subject: [PATCH] gnu: nomad-optimizer: Update to 4.3.1. Message-ID: Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.18; envelope-from=paul@apatience.com; helo=mail-4018.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: "Paul A. Patience" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/maths.scm (nomad-optimizer): Update to 4.3.1. [native-inputs]: Remove python-wrapper and python-cython. Add openmpi. [arguments]: Use G-expressions. Remove #:imported-modules and #:modules. <#:configure-flags>: Remove -DBUILD_INTERFACE_PYTHON=3DON. <#:phases>: Remove 'fix-sources-for-build' phase. Rename 'fix-sources-for-tests' phase to 'fix-tests' and update it. Add 'mpi-setup' phase. --- gnu/packages/maths.scm | 257 ++++++++++++++++------------------------- 1 file changed, 101 insertions(+), 156 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 928e169e95..f3ee861811 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2420,7 +2420,7 @@ (define-public ipopt (define-public nomad-optimizer (package (name "nomad-optimizer") - (version "4.2.0") + (version "4.3.1") (source (origin (method git-fetch) @@ -2429,164 +2429,109 @@ (define-public nomad-optimizer (commit (string-append "v." version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "1r4ygy3xn83dnppsw1451ynklsxpb238g5gk57inn84ghmdk08mj")))) + (base32 "08bxdvx8p5qzdw331xa5irc1896as4q5hajsid7f3qcxjm4nq4v3")))) (build-system cmake-build-system) (native-inputs - (list python-wrapper python-cython)) + (list openmpi)) (arguments - `(#:imported-modules ((guix build python-build-system) - ,@%cmake-build-system-modules) - #:modules (((guix build python-build-system) - #:select (python-version site-packages)) - (guix build cmake-build-system) - (guix build utils)) - #:configure-flags - '("-DBUILD_INTERFACE_C=3DON" - "-DBUILD_INTERFACE_PYTHON=3DON" - "-DBUILD_TESTS=3DON") - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-sources-for-build - (lambda* (#:key outputs #:allow-other-keys) - (substitute* "CMakeLists.txt" - ;; CMAKE_INSTALL_PREFIX is accidentally hardcoded. - (("set\\(CMAKE_INSTALL_PREFIX .* FORCE\\)") "") - ;; Requiring GCC version 8 or later is unwarranted. - (("message\\(FATAL_ERROR \"GCC version < 8") - "message(STATUS \"GCC version < 8")) - - (let ((out (assoc-ref outputs "out"))) - (substitute* "interfaces/PyNomad/CMakeLists.txt" - ;; We don't want to build in-place, and anyway the instal= l - ;; command further below runs build_ext as a prerequisite= . - (("COMMAND python setup_PyNomad\\.py .* build_ext --inpla= ce\n") - "") - ;; Don't install locally. - (("COMMAND python (setup_PyNomad\\.py .* install) --user\= n" - _ args) - (string-append "COMMAND ${CMAKE_COMMAND} -E env" - " CC=3D" ,(cc-for-target) - " CXX=3D" ,(cxx-for-target) - " " (which "python") - " " args - " --prefix=3D" out - "\n"))) - ;; Fix erroneous assumptions about the paths of the include= and - ;; library directories. - (substitute* "interfaces/PyNomad/setup_PyNomad.py" - (("^( +os_include_dirs =3D ).*" _ prefix) - (string-append prefix "[\"../../src\"]\n")) - (("^(installed_lib_dir1 =3D ).*" _ prefix) - (string-append prefix "\"" out "/lib\"\n")) - (("^installed_lib_dir2 =3D .*") "") - (("^ +link_args\\.append\\(\"-Wl,-rpath,\" \\+ installed_= lib_dir2\\)\n") - ""))))) - - ;; Fix the tests so they run in out-of-source builds. - ;; - ;; TODO: Add support for examples/basic/batch/single_obj_MPIparal= lel, - ;; by adding openmpi to native-inputs and adjusting the example's - ;; BB_EXE parameter. - (add-after 'fix-sources-for-build 'fix-sources-for-tests - (lambda _ - (substitute* "examples/CMakeLists.txt" - ;; This test passes only sometimes. - ;; See https://github.com/bbopt/nomad/issues/72. - (("^ +add_subdirectory\\(\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/= advanced/library/PSDMads\\)\n") - "") - ;; examples/basic/batch/example3 is accidentally omitted. - (("^(add_subdirectory\\(\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}/b= asic/batch/example)2(\\)\n)" - _ prefix suffix) - (string-append prefix "2" suffix - prefix "3" suffix)) - - ;; The generated runExampleTest.sh script runs the test as = part - ;; of a pipeline and incorrectly (because pipefail is unset= ) - ;; relies on the value of the exit status immediately after= the - ;; pipeline. - ;; (The patch-shebangs phase runs later than this one, so n= o - ;; need to update the path to bash here.) - (("#!/bin/bash") "#!/bin/bash\nset -o pipefail")) - - (substitute* - (map (lambda (d) (string-append "examples/" d "/CMakeList= s.txt")) - (append - (map (lambda (d) (string-append "basic/library/" d)= ) - '("example1" "example2" "example3" - "single_obj_parallel")) - (map (lambda (d) (string-append "advanced/library/"= d)) - '("FixedVariable" "NMonly" "PSDMads" "Restart" - "c_api/example1" "c_api/example2" - "exampleSuggestAndObserve")))) - ;; The runExampleTest.sh script is run with WORKING_DIRECTO= RY - ;; set to CMAKE_CURRENT_SOURCE_DIR. - ;; Other scripts invoked by that script (for example - ;; examples/advanced/batch/SuggestAndObserve/loopSuggestAnd= Observe.sh) - ;; are in that same directory, but compiled examples are - ;; located in CMAKE_CURRENT_BINARY_DIR. - (("(COMMAND \\$\\{CMAKE_BINARY_DIR\\}/examples/runExampleTe= st\\.sh )\\.(/.*)" - _ command test) - (string-append command "${CMAKE_CURRENT_BINARY_DIR}" test)= )) - - ;; The examples/basic/batch/example3 executable is already na= med - ;; bb3.exe. - (substitute* "examples/basic/batch/single_obj_parallel/CMakeL= ists.txt" - (("bb3.exe") "bb_parallel.exe")) - - ;; (Unrelated to support for out-of-source testing.) - (make-file-writable - "examples/advanced/library/exampleSuggestAndObserve/cache0.t= xt") - - (let ((builddir (string-append (getcwd) "/../build"))) - (let ((dir "examples/advanced/library/FixedVariable")) - (substitute* (string-append dir "/fixedVariable.cpp") - (("^( +std::string sExe =3D ).*" _ prefix) - (string-append prefix "\"" builddir "/" dir "/ufl.exe"= "\";\n")))) - - ;; The BB_EXE and SURROGATE_EXE paths are interpreted relat= ive - ;; to the configuration file provided to NOMAD. - ;; However, the configuration files are all in the source t= ree - ;; rather than in the build tree (unlike the compiled - ;; executables). - (let ((fix-exe-path (lambda* (dir #:optional - (file "param.txt") - (exe-opt "BB_EXE")) - (substitute* (string-append dir "/" f= ile) - (((string-append "^" exe-opt " +")) - ;; The $ prevents NOMAD from prefi= xing - ;; the executable with the path of= the - ;; parent directory of the configu= ration - ;; file NOMAD was provided with as - ;; argument (param.txt or some suc= h). - (string-append exe-opt " $" - builddir "/" dir "/= ")))))) - (for-each - (lambda (dir) - (let ((dir (string-append "examples/" dir))) - (substitute* (string-append dir "/CMakeLists.txt") - ;; The install phase has not yet run. - (("COMMAND \\$\\{CMAKE_INSTALL_PREFIX\\}/bin/nomad= ") - "COMMAND ${CMAKE_BINARY_DIR}/src/nomad ")) - (fix-exe-path dir) - (when (equal? dir "examples/basic/batch/surrogate_so= rt") - (fix-exe-path dir "param.txt" "SURROGATE_EXE")))) - (append (map (lambda (d) (string-append "basic/batch/" d= )) - '("example1" "example2" "example3" - "single_obj" - "single_obj_parallel" - ;; "single_obj_MPIparallel" - "surrogate_sort")) - '("advanced/batch/LHonly"))) - - (let ((dir "examples/advanced/batch/FixedVariable")) - (substitute* (string-append dir "/runFixed.sh") - ;; Hardcoded path to NOMAD executable. - (("^\\.\\./\\.\\./\\.\\./\\.\\./bin/nomad ") - (string-append builddir "/src/nomad "))) - (for-each - (lambda (f) (fix-exe-path dir f)) - '("param1.txt" "param2.txt" "param3.txt" "param10.txt"= )))))))))) + (list + ;; Cannot build Python interface because it is incompatible with Ope= nMP + ;; support, which is enabled by default. + #:configure-flags + #~(list "-DBUILD_TESTS=3DON" + "-DBUILD_INTERFACE_C=3DON") + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-tests + (lambda _ + (substitute* "examples/CMakeLists.txt" + ;; This test passes only sometimes. + ;; See https://github.com/bbopt/nomad/issues/72. + (("^ +add_subdirectory\\(\\$\\{CMAKE_CURRENT_SOURCE_DIR\\}= /advanced/library/PSDMads\\)\n") + "")) + (make-file-writable + "examples/advanced/library/exampleSuggestAndObserve/cache0.= txt") + ;; Fix the tests so they run in out-of-source builds. + (substitute* + '("examples/basic/library/COCO/CMakeLists.txt" + "examples/basic/library/example1/CMakeLists.txt" + "examples/basic/library/example2/CMakeLists.txt" + "examples/basic/library/example3/CMakeLists.txt" + "examples/basic/library/example4/CMakeLists.txt" + "examples/basic/library/single_obj_parallel/CMakeLists= .txt" + "examples/advanced/library/FixedVariable/CMakeLists.tx= t" + "examples/advanced/library/NMonly/CMakeLists.txt" + "examples/advanced/library/PSDMads/CMakeLists.txt" + "examples/advanced/library/Restart/CMakeLists.txt" + "examples/advanced/library/Restart_VNS/CMakeLists.txt" + "examples/advanced/library/c_api/example1/CMakeLists.t= xt" + "examples/advanced/library/c_api/example2/CMakeLists.t= xt" + "examples/advanced/library/exampleSuggestAndObserve/CM= akeLists.txt") + ;; The runExampleTest.sh script is run with WORKING_DIRECT= ORY + ;; set to CMAKE_CURRENT_SOURCE_DIR. + ;; Other scripts invoked by that script (for example + ;; examples/advanced/batch/SuggestAndObserve/loopSuggestAn= dObserve.sh) + ;; are in that same directory, but compiled examples are + ;; located in CMAKE_CURRENT_BINARY_DIR. + (("(COMMAND \\$\\{CMAKE_BINARY_DIR\\}/examples/runExampleT= est\\.sh )\\.(/.*)" + _ command test) + (string-append command "${CMAKE_CURRENT_BINARY_DIR}" test= ))) + (let ((builddir (string-append (getcwd) "/../build"))) + (let ((dir "examples/advanced/library/FixedVariable")) + (substitute* (string-append dir "/fixedVariable.cpp") + (("^( +std::string sExe =3D ).*" _ prefix) + (string-append prefix "\"" builddir "/" dir "/ufl.exe= " "\";\n")))) + ;; The BB_EXE and SURROGATE_EXE paths are interpreted rela= tive + ;; to the configuration file provided to NOMAD. + ;; However, the configuration files are all in the source = tree + ;; rather than in the build tree (unlike the compiled + ;; executables). + (let ((fix-exe-path (lambda* (dir #:optional + (file "param.txt") + (exe-opt "BB_EXE")) + (substitute* (string-append dir "/" = file) + (((string-append "^" exe-opt " +")= ) + ;; The $ prevents NOMAD from pref= ixing + ;; the executable with the path o= f the + ;; parent directory of the config= uration + ;; file NOMAD was provided with a= s + ;; argument (param.txt or some su= ch). + (string-append exe-opt " $" + builddir "/" dir "= /")))))) + (for-each + (lambda (dir) + (substitute* (string-append dir "/CMakeLists.txt") + ;; The install phase has not yet run. + (("(COMMAND.*)\\$\\{CMAKE_INSTALL_PREFIX\\}/bin/nom= ad\\b" + _ prefix) + (string-append prefix "${CMAKE_BINARY_DIR}/src/nom= ad"))) + (if (equal? dir "examples/basic/batch/single_obj_MPIp= arallel") + (substitute* (string-append dir "/param.txt") + (("^BB_EXE +'\\$.*mpirun \\$-np \\$4 ") + (string-append "BB_EXE '$" (which "mpirun") " = $" + builddir "/" dir "/"))) + (fix-exe-path dir)) + (when (equal? dir "examples/basic/batch/surrogate_sor= t") + (fix-exe-path dir "param.txt" "SURROGATE_EXE")) + (when (equal? dir "examples/advanced/batch/FixedVaria= ble") + (fix-exe-path dir "param1.txt") + (fix-exe-path dir "param2.txt") + (fix-exe-path dir "param3.txt") + (fix-exe-path dir "param10.txt"))) + '("examples/basic/batch/coco_bbob-constrained" + "examples/basic/batch/example1" + "examples/basic/batch/example2" + "examples/basic/batch/example3" + "examples/basic/batch/multi_obj" + "examples/basic/batch/multi_obj2" + "examples/basic/batch/single_obj" + "examples/basic/batch/single_obj_MPIparallel" + "examples/basic/batch/single_obj_parallel" + "examples/basic/batch/surrogate_sort" + "examples/advanced/batch/FixedVariable" + "examples/advanced/batch/LHonly")))))) + (add-before 'configure 'mpi-setup + #$%openmpi-setup)))) (home-page "https://www.gerad.ca/nomad/") (synopsis "Nonlinear optimization by mesh-adaptive direct search") (description base-commit: f4e8baf3806e79d7111d2943859865ae4ee0b59d --=20 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 17 06:09:31 2023 Received: (at submit) by debbugs.gnu.org; 17 Oct 2023 10:09:31 +0000 Received: from localhost ([127.0.0.1]:58700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsh11-0005MR-8C for submit@debbugs.gnu.org; Tue, 17 Oct 2023 06:09:31 -0400 Received: from lists.gnu.org ([2001:470:142::17]:40402) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qsh0z-0005M6-6f for submit@debbugs.gnu.org; Tue, 17 Oct 2023 06:09:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qsh0U-0008Em-6n for guix-patches@gnu.org; Tue, 17 Oct 2023 06:08:58 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qsh0S-0008Fo-Ma for guix-patches@gnu.org; Tue, 17 Oct 2023 06:08:57 -0400 Received: from localhost (unknown [217.155.61.229]) by mira.cbaines.net (Postfix) with ESMTPSA id 8683427BBE2; Tue, 17 Oct 2023 11:08:55 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 4bf57ce0; Tue, 17 Oct 2023 10:08:55 +0000 (UTC) References: User-agent: mu4e 1.10.5; emacs 28.2 From: Christopher Baines To: "Paul A. Patience" Subject: Re: [bug#66449] [PATCH] gnu: nomad-optimizer: Update to 4.3.1. Date: Tue, 17 Oct 2023 11:08:32 +0100 In-reply-to: Message-ID: <87sf695znv.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: 66449-done@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) --=-=-= Content-Type: text/plain "Paul A. Patience" writes: > * gnu/packages/maths.scm (nomad-optimizer): Update to 4.3.1. > [native-inputs]: Remove python-wrapper and python-cython. Add openmpi. > [arguments]: Use G-expressions. Remove #:imported-modules and #:modules. > <#:configure-flags>: Remove -DBUILD_INTERFACE_PYTHON=ON. > <#:phases>: Remove 'fix-sources-for-build' phase. Rename > 'fix-sources-for-tests' phase to 'fix-tests' and update it. Add > 'mpi-setup' phase. > --- > gnu/packages/maths.scm | 257 ++++++++++++++++------------------------- > 1 file changed, 101 insertions(+), 156 deletions(-) Thanks for the patch, I've pushed this to master as 33cbb0ca8dd9edb28a12fbfdf0c430899813a737. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmUuXTRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xc9sw//b8cEjrbid9FB97dunAgeWH01zCnVYjQ2 FwaJwQMueOM4vGSbCUImAitc/uDNC8pENGKpM75dSCUedL3uCgZy3kA8PJuE8UOn pDLcekfbVa/iCBLj1dM6KP/aqMczLeV2C90crGxZE+HWghKevcfZnbH1nKzNI9dW zAGo7tzMAbhn7zQrxN/Mm6SbdnkECfheBkinpMTmQMfN+Cnak9EQNhEiIuQPuPga JtdROYB49kxlD3z07pKU7f+u0Qy0eEg7ShyfOv+BEm/St2b17WDHKrz1NRkx/jf7 /lu4HUIoSS5P2G3HwvVKv8lmRBXHf+wIryvgiaNRHn/Wq7/CIW+2xE1CYVDQiS6S jLcyRzVRXOgL2ENuqB5brJKGdRhgmec0vZ4j/OgCzaqZiftAaHYMG60AVIy6TkkW KyImgTw0TLng+KhdGiNcVzq23q4PPrMBMClhhYlVXV508Kof5uOcqwYlL+kueYJi 4QwdHl/iFGzXQPnRvBs574MnWSRHdLZdSjkPbGIf0Xmbw3Gcj8U/pAgyutjSxBIU BQd0HC+Xs3qI5R9GuASVVRVMGTQe+sD7Zn77PEN/mWmsqR+UlrmOTwKLrhSVvD6R R7clt+1fMQIB2oialAsQgLHDepBKGVqbCfXEebZayTfKYaEJ4LoYxhzf0vh3S1om aqOIwikA2lw= =6z/y -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 10 10:54:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 14 Nov 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator