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
v7.12 :: 0/7 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- amd64 x86 ~amd64-linux ~x86-linux
- USE flags
- doc fits fortran pgplot static-libs tools
v7.11 :: 0/7 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- amd64 x86 ~amd64-linux ~x86-linux
- USE flags
- doc fits fortran pgplot static-libs tools
v7.3.1 :: 0/7 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- ~amd64 ~amd64-linux ~x86 ~x86-linux
- USE flags
- doc fits fortran pgplot static-libs tools
v7.3 :: 0/7 :: gentoo
- Modified
- License
- LGPL-3
- Keywords
- amd64 x86 ~amd64-linux ~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-libs / cfitsio : C and Fortran library for manipulating FITS files
sci-libs / pgplot : FORTRAN/C device-independent scientific graphic library
sys-devel / flex : The Fast Lexical Analyzer
virtual / fortran : Virtual for Fortran Compiler
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
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
- 877885
- sci-astronomy/wcslib-7.12 fails tests (lto): tspx.f:56:72: error: type of specx does not match original declaration [-Werror=lto-type-mismatch]
- 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
Change logs
- 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