diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-12-20 13:05:42 +0000 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-12-20 13:28:47 +0000 |
commit | 778bcc52e751edb3d000ff58fe08c73eaa2a854e (patch) | |
tree | 8130fdaa39e34fa3e1ae7727872c7aeabe9a49f3 /profiles | |
parent | sci-libs/libsc: limit unmigrated ebuilds to dev-lang/lua:0 (diff) | |
download | gentoo-778bcc52e751edb3d000ff58fe08c73eaa2a854e.tar.gz gentoo-778bcc52e751edb3d000ff58fe08c73eaa2a854e.tar.bz2 gentoo-778bcc52e751edb3d000ff58fe08c73eaa2a854e.zip |
sci-libs/libsc: migrate to lua-single.eclass
Both the latest release and the live ebuild. Compatibility as per upstream
build scripts.
Uses a weird home-grown way of detecting Lua which makes implicit assumptions
about paths used by Lua headers, I think I've managed to figure it out though.
Status:
- 2.2-r100 builds and installs fine but has one test (dmatrix) failing with
a non-zero exit code, which test however has got nothing to do with Lua;
- 9999 fails to build on an unrelated matter (upstream version-processing
macros do not like "9999" appearing as version number).
Closes: https://bugs.gentoo.org/752840
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 806827bc3a1d..c7ee6fe1f408 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -529,6 +529,7 @@ kde-apps/kdebase-meta:5 >=net-im/swift-4.0.2-r100 >=net-p2p/eiskaltdcpp-2.2.10-r100 >=sci-astronomy/celestia-1.7.0_pre20200316-r100 +>=sci-libs/libsc-2.2-r100 >=sci-libs/plplot-5.15.0-r100 =sci-visualization/gnuplot-5.4.0-r100 =sci-visualization/gnuplot-5.4.1-r1 |