Skip to content

Commit

Permalink
swarp-2.41.5 (rebuild for libcfitsio)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Oct 3, 2024
1 parent 1bfe24e commit dac16b3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
27 changes: 15 additions & 12 deletions swarp/README
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ SWarp is a program that resamples and co-adds together FITS images using any
arbitrary astrometric projection defined in the WCS standard.

Runtime requirements:
cygwin-3.2.0-1
libcfitsio9-3.490-1
cygwin-3.6.0-0.203.gf78009cb1ccf
libcfitsio10-4.4.1-1

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-11-1
binutils-2.36.1-2
cygport-0.34.0-1
gcc-core-10.2.0-1
libcfitsio-devel-3.490-1
libtool-2.4.6-7
make-4.3-1
autoconf-15-2
automake-20240607-1
binutils-2.43.1-1
cygport-0.36.9-1
gcc-core-12.4.0-3
libcfitsio-devel-4.4.1-1
libtool-2.4.7-1
make-4.4.1-2

Canonical website:
https://github.com/astromatic/swarp

Canonical download:
https://github.com/astromatic/swarp/archive/2.41.5.tar.gz
https://github.com/astromatic/swarp/archive/refs/tags/2.41.5.tar.gz

-------------------------------------------

Expand All @@ -46,8 +46,8 @@ Files included in the binary package:
/usr/share/doc/Cygwin/swarp.README
/usr/share/doc/swarp/AUTHORS
/usr/share/doc/swarp/BUGS
/usr/share/doc/swarp/COPYRIGHT
/usr/share/doc/swarp/ChangeLog
/usr/share/doc/swarp/Copyright
/usr/share/doc/swarp/HISTORY
/usr/share/doc/swarp/LICENSE
/usr/share/doc/swarp/README.md
Expand All @@ -61,6 +61,9 @@ Files included in the binary package:

Port Notes:

----- version 2.41.5-1bl2 -----
Rebuild for libcfitsio

----- version 2.41.5-1bl1 -----
Version bump.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
HOMEPAGE="https://github.com/astromatic/${PN}"
SRC_URI="https://github.com/astromatic/${PN}/archive/${PV}.tar.gz"
SRC_URI="https://github.com/astromatic/${PN}/archive/refs/tags/${PV}.tar.gz"

CATEGORY="Science"
SUMMARY="Resample and coadd astronomical FITS images"
DESCRIPTION="SWarp is a program that resamples and co-adds together FITS images using any
arbitrary astrometric projection defined in the WCS standard."

LICENSE="GPL-3.0-or-later"
LICENSE_SPDX="SPDX-License-Identifier: GPL-3.0-or-later"
LICENSE_URI="LICENSE"

BUILD_REQUIRES="libcfitsio-devel"

src_test()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- origsrc/swarp-2.41.5/src/Makefile.am 2021-01-28 00:58:51.000000000 +0900
+++ src/swarp-2.41.5/src/Makefile.am 2021-05-12 10:02:32.029593100 +0900
+++ src/swarp-2.41.5/src/Makefile.am 2024-10-03 18:50:23.587929300 +0900
@@ -33,5 +33,5 @@ swarp_SOURCES = back.c coadd.c data.c f
globals.h header.h interpolate.h key.h misc.h \
preflist.h prefs.h projapprox.h resample.h threads.h \
Expand All @@ -8,7 +8,7 @@
+swarp_LDADD = $(builddir)/fits/libfits.la $(builddir)/wcs/libwcs_c.la
DATE=`date +"%Y-%m-%d"`
--- origsrc/swarp-2.41.5/src/fits/Makefile.am 2021-01-28 00:58:51.000000000 +0900
+++ src/swarp-2.41.5/src/fits/Makefile.am 2021-05-12 10:02:32.032593000 +0900
+++ src/swarp-2.41.5/src/fits/Makefile.am 2024-10-03 18:50:23.587929300 +0900
@@ -27,8 +27,8 @@
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand All @@ -21,7 +21,7 @@
fitsread.c fitstab.c fitsutil.c fitswrite.c \
fitscat_defs.h fitscat.h
--- origsrc/swarp-2.41.5/src/wcs/Makefile.am 2021-01-28 00:58:51.000000000 +0900
+++ src/swarp-2.41.5/src/wcs/Makefile.am 2021-05-12 10:02:32.035592100 +0900
+++ src/swarp-2.41.5/src/wcs/Makefile.am 2024-10-03 18:50:23.587929300 +0900
@@ -29,8 +29,8 @@
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit dac16b3

Please sign in to comment.