Summary
WCSLIB is a C library, supplied with a full set of Fortran wrappers, that implements the "World Coordinate System" (WCS) convention in FITS (Flexible Image Transport System). It also includes a PGPLOT-based routine, PGSBOX, for drawing general curvilinear coordinate graticules and a number of utility programs.
Versions
v8.3-r1 :: 0/8 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- doc fits fortran pgplot static-libs tools
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- fits
- Enable support for the FITS format through sci-libs/cfitsio
- fortran
- Add support for fortran
- pgplot
- Builds PGBSOX routines, needs sci-libs/pgplot library
- static-libs
- Build static versions of dynamic libraries as well
- tools
- Builds and installs extra command line utilities for WCS checking
Dependencies
sci-astronomy / montage : Toolkit for assembling FITS images into mosaics
sci-libs / cfitsio : C and Fortran library for manipulating FITS files
sci-libs / pgplot : FORTRAN/C device-independent scientific graphic library
Runtime Dependencies
sci-astronomy / montage : Toolkit for assembling FITS images into mosaics
sci-libs / cfitsio : C and Fortran library for manipulating FITS files
sci-libs / pgplot : FORTRAN/C device-independent scientific graphic library
Depending packages
sci-astronomy / cpl : ESO common pipeline library for astronomical data reduction
sci-astronomy / gnuastro : GNU Astronomy Utilities
sci-astronomy / kstars : Desktop Planetarium
sci-astronomy / siril : A free astronomical image processing software
sci-libs / stellarsolver : Cross-platform Sextractor and Astrometry.net-Based internal astrometric solver
Bugs
- 802132
- sci-astronomy/wcslib-7.4 - file collision with sci-astronomy/montage-5.0
- 831452
- sci-astronomy/wcslib-7.4 fails to compile: checking for dummy main to link with Fortran 77 libraries.. unknown
- 880029
- sci-astronomy/wcslib-7.12 - x86_64-pc-linux-gnu-ranlib: .../libwcs-7.12.a: No such file
- 881683
- sci-astronomy/wcslib-7.11 - /.../install: target <snip>/wcslib-7.11: No such file or directory
- 883675
- sci-astronomy/wcslib-7.11 - ar: cel_f.o: No such file or directory
- 896312
- sci-astronomy/wcslib-7.12 - wcspih.c:(.text+<snip>): undefined reference to dpfill
- 911655
- sci-astronomy/wcslib-7.12 - collect2: error: ld returned 1 exit status
- 919833
- sci-astronomy/wcslib-7.11 - [clang] configure: error: in /.../wcslib-7.11:
- 936117
- sci-astronomy/wcslib-8.2.2-r1 - [perl-5.40] [icu-75.1] emake failed
- 936561
- sci-astronomy/wcslib-8.3 - [perl-5.40] [icu-75.1] [gcc-15] /.../install: target <snip>/wcslib-8.3: No such file or directory
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-astronomy/wcslib: drop 7.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-astronomy/wcslib: Stabilize 8.3-r1 amd64, #940090
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrew Ammerlaan · gentoo
sci-astronomy/wcslib: drop 8.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: workaround collision with sci-astronomy/montage
Signed-off-by: David Roman <droman@ifae.es> Closes: https://github.com/gentoo/gentoo/pull/38533 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: drop 7.3, 7.3.1, 7.11, 8.2.2-r1
Signed-off-by: David Roman <droman@ifae.es> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-astronomy/wcslib: add 8.3
The big documented change w.r.t. fortran wrappers is the implementation of my bug report regarding LTO. There is now a configure option which enables the use of BIND(C) to be compatible with Fortan <-> C. As such, the filter-lto can be removed. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Eli Schwartz · gentoo
sci-astronomy/wcslib: use ver_cut to produce SLOT
Previously, bumping to 8.x caused the SLOT to temporarily lag behind because I didn't pay attention. Later fixed, by bumping the hardcoded version, but... upstream rigorously guarantees semver: https://www.atnf.csiro.au/people/mcalabre/WCS/wcslib/versioning.html So we can use ver_cut to directly derive the correct slot from the major version, which ensures that doesn't happen again. Fixes: 632bccc7eb31b12665622103f3a2091349e80269 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-astronomy/wcslib: bump subslot to guarantee rebuilds
The soname has changed in the new version, and this was being tracked by SLOT= so we should ensure that is up to date... oops. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sci-astronomy/wcslib: add 8.2.2
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
sci-astronomy/wcslib: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/877885 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-astronomy/wcslib: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sci-astronomy/wcslib: Stabilize 7.12 x86, #903780
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: Stabilize 7.12 amd64, #903780
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-astronomy/wcslib: Stabilize 7.11 x86, #866983
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sci-astronomy/wcslib: Stabilize 7.11 amd64, #866983
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
sci-astronomy/wcslib: add 7.12
Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27223 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: drop 7.9
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: simplify src_test
It matched the default definition. Signed-off-by: Sam James <sam@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: add 7.11
Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25462 Signed-off-by: Sam James <sam@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: drop 7.4, 7.7
Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mario Haustein · gentoo
sci-astronomy/wcslib: version bump 7.9
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/24903 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mario Haustein · gentoo
sci-astronomy/wcslib: version bump 7.7
* moved `flex` and `pkgconfig` to BDEPEND * fixed race condition during test phase Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://bugs.gentoo.org/834504 Closes: https://github.com/gentoo/gentoo/pull/24671 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
sci-astronomy/wcslib: verbump to 7.4
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19852 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: workaround gcc 10 (fortran) failure
Closes: https://bugs.gentoo.org/764548 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: Stabilize 7.3 amd64, #763156
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sci-astronomy/wcslib: Stabilize 7.3 x86, #763156
Signed-off-by: Sam James <sam@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: verbump to 7.3.1
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Roman <davidroman96@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/18959 Signed-off-by: Sam James <sam@gentoo.org> - David Roman · gentoo
sci-astronomy/wcslib: remove 5.16
Closes: https://bugs.gentoo.org/730000 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Roman · gentoo
sci-astronomy/wcslib: verbump to 7.3
Closes: https://github.com/gentoo/gentoo/pull/17674 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: David Roman <davidroman96@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Sokolov · gentoo
sci-astronomy/wcslib: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant --docdir/--htmldir
Closes: https://github.com/gentoo/gentoo/pull/14742 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andreas Sturmlechner · gentoo
sci-astronomy/wcslib: Drop 5.15
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-astronomy/wcslib: x86 stable wrt bug #702262
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sci-astronomy/wcslib: amd64 stable wrt bug #702262
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sébastien Fabbro · gentoo
sci-astronomy/wcslib: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Palimaka · gentoo
sci-astronomy/wcslib: x86 stable
Gentoo-bug: 579992 Package-Manager: portage-2.3.0_rc1 - Agostino Sarubbo · gentoo
sci-astronomy/wcslib: amd64 stable wrt bug #580002
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sébastien Fabbro · gentoo
sci-astronomy/wcslib: Version bump
Package-Manager: portage-2.2.28 - Sébastien Fabbro · gentoo
sci-astronly/wcslib: version bump
Package-Manager: portage-2.2.27 - Sébastien Fabbro · gentoo
sci-astronomy/wcslib: removed old
Package-Manager: portage-2.2.27 - Justin Lecher · gentoo
sci-astronomy/wcslib: Version Bump
Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed