Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CDS
gentoo-overlay
Commits
7f81317a
Commit
7f81317a
authored
May 25, 2020
by
layman
Browse files
new ebuild for gds-utilities-2.19.0
parent
b91828fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
sci-physics/gds-utilities/Manifest
0 → 100644
View file @
7f81317a
DIST gds-utilities-2.19.0.tar.gz 929356 BLAKE2B cbb56315c3a213285aaddeac2b084dfec8fa7f65f7e8721b72a2f81784846d0a7d121f0471b29094d78fe24fc51b6d31c6029437d1e5b570bb209264ee4909b3 SHA512 f6b5117c9190011f727011007b8281a14766c8dc229112cabdf32b8290be990decf86a7567977d8d4a63808931e752f3b549dfac746b7eb95df030ffe1b24a59
EBUILD gds-utilities-2.19.0.ebuild 946 BLAKE2B c564b79015e2f0dd2debb57f426d3fc2ba8ed5053b23034c31e770bf34ad0d38f02035412f27769c488b28e033d809e900c1b710c4627d17b872f4ee7569c761 SHA512 5b91244910467a287b66a65f54ec499630a9e1555b4bba6e75029c628a39952dad0b51e5ec8f3feed4330f13ee60fc40cb88d36e123c0a18e081173c84e641e9
sci-physics/gds-utilities/gds-utilities-2.19.0.ebuild
0 → 100644
View file @
7f81317a
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI
=
7
inherit eutils
DESCRIPTION
=
"LIGO Global Diagnostics System, GDS Utilities package"
HOMEPAGE
=
"http://www.ligo-wa.caltech.edu/gds/"
SLOT
=
"0"
KEYWORDS
=
"~amd64"
IUSE
=
"+online +dtt +dmt-runtime"
SRC_URI
=
"http://software.ligo.org/lscsoft/source/
${
P
}
.tar.gz"
RESTRICT
=
"primaryuri"
RDEPEND
=
"sci-libs/ldas-tools-framecpp
sci-libs/ldas-tools-al
sci-physics/gds-dmt
sci-physics/gds-monitors
sci-physics/root"
DEPEND
=
"
${
RDEPEND
}
sys-devel/automake
sys-devel/autoconf
sys-devel/libtool
sys-devel/m4
app-arch/gzip
app-arch/bzip2
virtual/pkgconfig"
src_configure
()
{
econf
\
--build
=
x86_64-unknown-linux-gnu
\
--host
=
x86_64-unknown-linux-gnu
\
$(
use_enable online
)
\
$(
use_enable dtt
)
\
$(
use_enable dmt-runtime
)
\
CFLAGS
=
-g
\
CXXFLAGS
=
"-g -std=c++1y"
}
src_install
()
{
emake
-j1
DESTDIR
=
"
${
D
}
"
install
einstalldocs
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment