Bas Couwenberg pushed to branch master at Debian GIS Project / gmtsar


Commits:
d013d880 by Bas Couwenberg at 2025-03-07T06:18:19+01:00
Add patch by wuruilong for loong64 support. (closes: #1099721)

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/loong64.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -2,6 +2,8 @@ gmtsar (6.5+ds-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Bump Standards-Version to 4.7.0, no changes.
+  * Add patch by wuruilong for loong64 support.
+    (closes: #1099721)
 
  -- Bas Couwenberg <[email protected]>  Sun, 28 Jul 2024 19:39:01 +0200
 


=====================================
debian/patches/loong64.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Add support for loong64
+Author: wuruilong <[email protected]>
+Bug-Debian: https://bugs.debian.org/1099721
+Forwarded: not-needed
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -226,6 +226,9 @@ if test -x "$GMT_CONF" && test "X$GMT_IN
+       if test "$host_cpu" = "aarch64" && test "$os" = "Linux"; then
+               GCC_64=""
+               LDFLAGS="$LDFLAGS"
++      elif test "$host_cpu" = "loongarch64" && test "$os" = "Linux"; then
++              GCC_64=""
++              LDFLAGS="$LDFLAGS"
+       else
+               bits=`$GMT_CONF --bits`
+               GCC_64="-m${bits}"


=====================================
debian/patches/series
=====================================
@@ -5,3 +5,4 @@
 0005-Spelling.patch
 0006-LDFLAGS.patch
 0007-Clean.patch
+loong64.patch



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmtsar/-/commit/d013d8806c8afbbad252edd6260c24797e03d0a4

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/gmtsar/-/commit/d013d8806c8afbbad252edd6260c24797e03d0a4
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to