Commit Graph

10 Commits

Author SHA1 Message Date
Alexandru Ardelean 6d7f1f2446 rtklib: add test.sh and test-version.sh for CI
The RTKLIB command-line tools (convbin, pos2kml, rnx2rtkp, rtkrcv,
str2str) don't accept a --version flag; passing any unrecognized option
triggers printhelp()/printusage() which only emits a synopsis block. The
generic CI version probe therefore can't find PKG_VERSION and marks the
package as missing a version match.

Add a test-version.sh that exit-0's for all five subpackages to skip the
generic version check, and a test.sh that exercises each binary's
synopsis output as a basic functional smoke test.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-05-25 15:53:20 +03:00
Alexandru Ardelean 59280e9cfe rtklib: disable MIPS16 to work around GCC ICE
The MIPS variants (mips_24kc, mips_4kec, mipsel_24kc, mipsel_74kc) all
fail to compile preceph.c with an internal compiler error:

  during RTL pass: reload
  src/preceph.c:317:1: internal compiler error:
    in lra_update_fp2sp_elimination, at lra-eliminations.cc:1416

This is a GCC LRA pass bug triggered when compiling with -mips16. Set
PKG_BUILD_FLAGS:=no-mips16 to strip the -mips16 / -minterlink-mips16
flags from CFLAGS for this package, matching the approach already used
by stress-ng for the same class of issue.

Bump PKG_RELEASE since only the build flags change.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-05-25 15:53:20 +03:00
Hannu Nyman 454e232e5b rtklib: Make version apk compatible
Make version compatible with the apk package manager.
Add short explanation about rtklib purpose to the menu item.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 08:40:41 +02:00
Robert Marko 272f55e87f treewide: refresh hashes after move to use ZSTD as default
With the recent move to using ZSTD as the default compression format
for packaging git repo clones we must refresh all of the hashes for
the packages feed as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-04-07 12:06:34 +02:00
Yaroslav Petrov 71e81d9cb2 rtklib: update to 2.4.3 b34; fix patches
Signed-off-by: Yaroslav Petrov <info@lank.me>
2022-02-03 10:58:22 +01:00
Rosen Penev 9a552c75b3 rtklib: Update to 2.4.3_b32
Some minor adjustments.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-07-29 07:58:40 +02:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-08-29 21:41:14 -07:00
Nuno Goncalves 4055641643 rtklib: fix repository and bump version (fixes #3212)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2016-09-23 13:29:23 +02:00
Nuno Goncalves 3b42924eb3 rtklib: bump version to 2.4.2 p11, close #1624
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-08-23 14:30:07 +01:00
Nuno Goncalves 33b8ef5e0c rtklib: move to github, bump version to 2.4.2 p9
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2014-09-16 02:15:57 +01:00