[Git][debian-gis-team/gmtsar][master] Add patch by wuruilong for loong64 support. (closes: #1099721)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Mar 7 05:18:37 GMT 2025



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 <sebastic at debian.org>  Sun, 28 Jul 2024 19:39:01 +0200
 


=====================================
debian/patches/loong64.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Add support for loong64
+Author: wuruilong <wuruilong at loongson.cn>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250307/cec908df/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list