sci-libs / libdap

Implementation of a C++ SDK for DAP 2.0 and 3.2

Official package sites : https://www.opendap.org ·

libdap is a C++ implementation of OPeNDAP which allows access to data over the internet, from programs that weren't originally designed for that purpose, as well as some that were. While OPeNDAP s the original developer of the Data Access Protocol (DAP) which it's software uses, many other groups have adopted DAP and provide compatible clients, servers and software development kits. DAP is a NASA community standard: http://www.esdswg.org/spg/rfc/ese-rfc-004

v3.20.9 :: 0 :: gentoo

Modified
License
|| ( LGPL-2.1 URI )
Keywords
amd64 ~amd64-linux ~ppc ~ppc64 ~x86 ~x86-linux
USE flags
static-libs test

General

static-libs
Build static versions of dynamic libraries as well
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

dev-libs / libxml2 : XML C parser and toolkit

net-misc / curl : A Client that groks URLs

sys-apps / util-linux : Various useful Linux utilities

sys-libs / zlib : Standard (de)compression library

dev-libs / libxml2 : XML C parser and toolkit

net-misc / curl : A Client that groks URLs

sys-apps / util-linux : Various useful Linux utilities

sys-libs / zlib : Standard (de)compression library

832791
sci-libs/libdap-3.20.9 fails to compile: configure: error: Cannot determine DODS XDR integer sizes
Repository mirror & CI · gentoo
Merge updates from master
Eli Schwartz · gentoo
sci-libs/libdap: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/878895 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-libs/libdap: 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-libs/libdap: destabilize for ~x86
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
sci-libs/libdap: drop 3.18.1, EAPI-6--
Closes: https://bugs.gentoo.org/867529 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
sci-libs/libdap: Stabilize 3.20.9 x86, #867529
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Jakov Smolić · gentoo
sci-libs/libdap: Stabilize 3.20.9 amd64, #867529
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sci-libs/libdap: add 3.20.9
We were a bit behind in Gentoo so hopefully the linked bug is fixed too. Seems fine for me. Closes: https://bugs.gentoo.org/638494 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Michael Mair-Keimberger · gentoo
sci-libs/libdap: use HTTPs
David Seifert · gentoo
sci-libs/libdap: Always build in C++14 mode
Closes: https://bugs.gentoo.org/619144 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Michael Palimaka · gentoo
sci-libs/libdap: remove 3.11.3/3.17.0
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Michael Palimaka · gentoo
sci-libs/libdap: stabilise 3.18.1 for amd64/x86
Closes: https://bugs.gentoo.org/632289 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
David Seifert · gentoo
sci-libs/libdap: Version bump to 3.18.1
Gentoo-bug: 594374 * Make code C++11 compliant (change of noexcept default in C++11) * Import patches from Debian, make testsuite pass * Add proper USE="static-libs" handling with econf back into src_configure() phase * Remove installation of testsuite headers and convenience library * Delete .la files unconditionally * Add missing DEPENDs Package-Manager: portage-2.3.1
Sam Jorna · gentoo
sci-libs/libdap: bump to 3.17.0
Package-Manager: portage-2.2.28
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