Skip to content

Commit 204b03e

Browse files
xtexxMingcongBai
authored andcommitted
astrometry.net: update to 0.97
1 parent 64aac4e commit 204b03e

File tree

4 files changed

+47
-9
lines changed

4 files changed

+47
-9
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
sed -e "s|$PKGDIR/usr/data|/usr/share/astrometry/data|" \
1+
sed -e "s|$PKGDIR/usr/data||" \
22
-i "$PKGDIR"/etc/astrometry.cfg
3-
rm "$PKGDIR"/usr/share/doc/astrometry/report.txt
4-
rm "$PKGDIR"/usr/bin/fitscopy
5-
rm "$PKGDIR"/usr/bin/imcopy
3+
abinfo "Removing report.txt ..."
4+
rm -v "$PKGDIR"/usr/share/doc/astrometry/report.txt
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From c1814fa841b5095f549b34d1ddfc8a56dd841195 Mon Sep 17 00:00:00 2001
2+
From: xtex <[email protected]>
3+
Date: Thu, 30 Jan 2025 09:34:18 +0800
4+
Subject: [PATCH 1/2] AOSCOS: Pin data directory
5+
6+
---
7+
etc/astrometry.cfg-dist | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/etc/astrometry.cfg-dist b/etc/astrometry.cfg-dist
11+
index 4e5c3c22f6b3..2777a450819b 100644
12+
--- a/etc/astrometry.cfg-dist
13+
+++ b/etc/astrometry.cfg-dist
14+
@@ -26,7 +26,7 @@
15+
cpulimit 300
16+
17+
# In which directories should we search for indices?
18+
-add_path DATA_INSTALL_DIR
19+
+add_path /usr/share/astrometry/data
20+
21+
# Load any indices found in the directories listed above.
22+
autoindex
23+
24+
base-commit: 3f5bd4fa3226a63faf06b1f8ec5ac4c7b59b1576
25+
--
26+
2.48.1
27+

app-scientific/astrometry.net/autobuild/patches/0001-Use-autobuild3-flags.patch renamed to app-scientific/astrometry.net/autobuild/patches/0002-AOSCOS-Use-Autobuild-flags.patch

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1-
diff -Naur astrometry.net-0.73/util/makefile.common astrometry.net-0.73.nonative/util/makefile.common
2-
--- astrometry.net-0.73/util/makefile.common 2017-11-17 20:03:49.000000000 +0000
3-
+++ astrometry.net-0.73.nonative/util/makefile.common 2017-11-19 23:54:44.424713814 +0000
4-
@@ -162,58 +162,6 @@
1+
From 620baf49d96c061e3df22486fae8456956b502f9 Mon Sep 17 00:00:00 2001
2+
From: xtex <[email protected]>
3+
Date: Thu, 30 Jan 2025 09:34:54 +0800
4+
Subject: [PATCH 2/2] AOSCOS: Use Autobuild flags
5+
6+
---
7+
util/makefile.common | 52 --------------------------------------------
8+
1 file changed, 52 deletions(-)
9+
10+
diff --git a/util/makefile.common b/util/makefile.common
11+
index 9bd3bc99d231..d877cd6fa35f 100644
12+
--- a/util/makefile.common
13+
+++ b/util/makefile.common
14+
@@ -163,58 +163,6 @@ FLAGS_DEF += $(shell $(CCTEST))
515
#ARG := -std=c99
616
#FLAGS_DEF += $(shell $(CCTEST))
717

@@ -60,4 +70,6 @@ diff -Naur astrometry.net-0.73/util/makefile.common astrometry.net-0.73.nonative
6070
STR := __APPLE__
6171
X := $(shell $(DEFTEST) && echo "-DNOBOOL")
6272

73+
--
74+
2.48.1
6375

app-scientific/astrometry.net/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=0.94
1+
VER=0.97
22
SRCS="git::commit=tags/$VER::https://github.com/dstndstn/astrometry.net"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=16047"

0 commit comments

Comments
 (0)