diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-01-11 04:09:37 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-01-11 04:44:07 +0100 |
commit | ae18040bc339f7813cdf0372ad0afde8534ecdd1 (patch) | |
tree | 0cccf0cfd58755d41c4577a5b61584745c86cafb /sci-mathematics | |
parent | sci-mathematics/btor2tools: new package; add 1.0.0_pre20220518 (diff) | |
download | gentoo-ae18040bc339f7813cdf0372ad0afde8534ecdd1.tar.gz gentoo-ae18040bc339f7813cdf0372ad0afde8534ecdd1.tar.bz2 gentoo-ae18040bc339f7813cdf0372ad0afde8534ecdd1.zip |
sci-mathematics/cadical: install ccadical.h
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/cadical/cadical-1.5.3-r1.ebuild (renamed from sci-mathematics/cadical/cadical-1.5.3.ebuild) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sci-mathematics/cadical/cadical-1.5.3.ebuild b/sci-mathematics/cadical/cadical-1.5.3-r1.ebuild index dac39982db2e..63bd3bf453f3 100644 --- a/sci-mathematics/cadical/cadical-1.5.3.ebuild +++ b/sci-mathematics/cadical/cadical-1.5.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,8 @@ inherit toolchain-funcs DESCRIPTION="Simplified Satisfiability Solver" HOMEPAGE="http://fmv.jku.at/cadical/" -SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/arminbiere/${PN}/archive/rel-${PV}.tar.gz + -> ${P}.tar.gz" S="${WORKDIR}"/${PN}-rel-${PV} LICENSE="MIT" @@ -31,5 +32,6 @@ src_install() { doexe build/{cadical,mobical} dolib.a build/libcadical.a doheader src/cadical.hpp + doheader src/ccadical.h einstalldocs } |