update to gnuastro-0.17, from wen heping, plus I regenerated patches
This commit is contained in:
parent
41c3e64460
commit
156a91842f
@ -1,9 +1,9 @@
|
||||
COMMENT = GNU Astronomy Utilities
|
||||
DISTNAME = gnuastro-0.16.1-e0f1
|
||||
DISTNAME = gnuastro-0.17
|
||||
CATEGORIES = astro
|
||||
PKGNAME = gnuastro-0.16.1
|
||||
PKGNAME = gnuastro-0.17
|
||||
|
||||
SHARED_LIBS += gnuastro 2.2 # 14.0
|
||||
SHARED_LIBS += gnuastro 3.0 # 15.0
|
||||
|
||||
HOMEPAGE = https://www.gnu.org/software/gnuastro/
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnuastro-0.16.1-e0f1.tar.gz) = tbowtiAPjfzzubG+ahQQm38YKhJpU11zUT3ciMLUQPE=
|
||||
SIZE (gnuastro-0.16.1-e0f1.tar.gz) = 6090221
|
||||
SHA256 (gnuastro-0.17.tar.gz) = xBvtM8wkDOqXg/Q2dNfPR0R0ZgRm4QiPJZoLDKivaPU=
|
||||
SIZE (gnuastro-0.17.tar.gz) = 6283550
|
||||
|
@ -3,7 +3,7 @@ Remove hardcoded -O3
|
||||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -20757,7 +20757,7 @@ if test "x$enable_debug" = "xyes"
|
||||
@@ -21239,7 +21239,7 @@ if test "x$enable_debug" = "xyes"
|
||||
then :
|
||||
cflags_add="-g -O0"; enable_shared=no
|
||||
else $as_nop
|
||||
@ -12,7 +12,7 @@ Index: configure
|
||||
fi
|
||||
CFLAGS="-Wall $cflags_add $CFLAGS"
|
||||
CXXFLAGS="-Wall $cflags_add $CXXFLAGS"
|
||||
@@ -30076,7 +30076,7 @@ printf %s "checking for shell to use with libtool... "
|
||||
@@ -30528,7 +30528,7 @@ printf %s "checking for shell to use with libtool... "
|
||||
cprog=libtool_shell_test.c
|
||||
printf "%s\n" "#include <stdio.h>" > $cprog
|
||||
printf "%s\n" "int main(void){printf(\"success\\n\"); return 0;}" >> $cprog
|
||||
|
@ -12,6 +12,12 @@
|
||||
@bin bin/astnoisechisel
|
||||
@bin bin/astquery
|
||||
bin/astscript-ds9-region
|
||||
bin/astscript-fits-view
|
||||
bin/astscript-psf-scale-factor
|
||||
bin/astscript-psf-select-stars
|
||||
bin/astscript-psf-stamp
|
||||
bin/astscript-psf-subtract
|
||||
bin/astscript-psf-unite
|
||||
bin/astscript-radial-profile
|
||||
bin/astscript-sort-by-night
|
||||
@bin bin/astsegment
|
||||
@ -95,6 +101,12 @@ lib/pkgconfig/gnuastro.pc
|
||||
@man man/man1/astnoisechisel.1
|
||||
@man man/man1/astquery.1
|
||||
@man man/man1/astscript-ds9-region.1
|
||||
@man man/man1/astscript-fits-view.1
|
||||
@man man/man1/astscript-psf-scale-factor.1
|
||||
@man man/man1/astscript-psf-select-stars.1
|
||||
@man man/man1/astscript-psf-stamp.1
|
||||
@man man/man1/astscript-psf-subtract.1
|
||||
@man man/man1/astscript-psf-unite.1
|
||||
@man man/man1/astscript-radial-profile.1
|
||||
@man man/man1/astscript-sort-by-night.1
|
||||
@man man/man1/astsegment.1
|
||||
|
Loading…
Reference in New Issue
Block a user