Your message dated Tue, 15 Apr 2025 17:34:54 +0000
with message-id <[email protected]>
and subject line Bug#1100144: Removed package(s) from unstable
has caused the Debian Bug report #1053828,
regarding liboqs: Add support for Loongarch64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1053828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: liboqs
Version:  0.8.0-1
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: loongarch64

Dear maintainers,

   When I compiled liboqs for  for loong64 in the Debian Package,
 The error message is as follows:
CMake Error at CMakeLists.txt:93 (message):
  Unknown or unsupported processor: loongarch64.  Override by setting
  OQS_PERMIT_UNSUPPORTED_ARCHITECTURE=ON

We have added loongarch architecture support for liboqs, the patch

can be found in the attachment.

If you have any questions, you can contact me at any time.


--- liboqs-0.8.0.orig/CMakeLists.txt
+++ liboqs-0.8.0/CMakeLists.txt
@@ -61,6 +61,12 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "a
     if(${OQS_DIST_BUILD})
         set(OQS_DIST_ARM64_V8_BUILD ON)
     endif()
+elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "loong64|loongarch64")
+    set(ARCH "loongarch64")
+    set(ARCH_LOONGARCH64 ON)
+    if(${OQS_DIST_BUILD})
+        set(OQS_DIST_LOONGARCH64_BUILD ON)
+    endif()
 elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "armel|armhf|armv7|arm32v7")
     set(ARCH "arm32v7")
     set(ARCH_ARM32v7 ON)

--- End Message ---
--- Begin Message ---
Version: 0.8.0-1+rm

Dear submitter,

as the package liboqs has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1100144

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to