Bug#1074255: nfft: Add loong64 support to libnfft3-long4
zhangdandan
zhangdandan at loongson.cn
Tue Jun 25 12:44:47 BST 2024
Source: nfft
Version: 3.5.3-3
Severity: normal
Tags: patch
User: debian-loongarch at lists.debian.org
Usertags: loong64
Hi maintainers,
Add loong64 support to Package: libnfft3-long4.
This package provides the shared library compiled with long-double
precision.
About LoongArch ELF ABI specification, please refer to the link
https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html.
Please consider the patch I attached.
I have built nfft package successfully on my local ENV.
Could you add loong64 support in the next upload?
Thanks,
Dandan Zhang
-------------- next part --------------
diff -Nru nfft-3.5.3/debian/control nfft-3.5.3/debian/control
--- nfft-3.5.3/debian/control 2024-02-12 11:37:39.000000000 +0000
+++ nfft-3.5.3/debian/control 2024-02-12 11:37:39.000000000 +0000
@@ -92,7 +92,7 @@
This package provides the shared library compiled with single precision.
Package: libnfft3-long4
-Architecture: amd64 arm64 hurd-i386 i386 mips64el powerpc ppc64el s390x x32
+Architecture: amd64 arm64 hurd-i386 i386 loong64 mips64el powerpc ppc64el s390x x32
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
@@ -130,7 +130,7 @@
This package provides the shared library compiled with long-double precision.
Package: libnfft3-julia
-Architecture: amd64 arm64 hurd-i386 i386 mips64el powerpc ppc64el s390x x32
+Architecture: amd64 arm64 hurd-i386 i386 loong64 mips64el powerpc ppc64el s390x x32
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
@@ -173,7 +173,7 @@
${shlibs:Depends},
libfftw3-dev,
libnfft3-double4 (= ${binary:Version}),
- libnfft3-long4 (= ${binary:Version}) [amd64 arm64 hurd-i386 i386 mips64el powerpc ppc64el s390x x32],
+ libnfft3-long4 (= ${binary:Version}) [amd64 arm64 hurd-i386 i386 loong64 mips64el powerpc ppc64el s390x x32],
libnfft3-single4 (= ${binary:Version})
Suggests: libnfft3-doc
Description: development files for the NFFT library
More information about the debian-science-maintainers
mailing list