Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 678778 Details for
Bug 760342
sci-libs/cgnslib-3.4.0 USE=doc FileNotFoundError: [Errno 2] No such file or directory: b'*pdf'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-sci-libs-cgnslib-fix-doc-installation.patch
0001-sci-libs-cgnslib-fix-doc-installation.patch (text/plain), 1.85 KB, created by
Bernd
on 2020-12-19 09:20:03 UTC
(
hide
)
Description:
0001-sci-libs-cgnslib-fix-doc-installation.patch
Filename:
MIME Type:
Creator:
Bernd
Created:
2020-12-19 09:20:03 UTC
Size:
1.85 KB
patch
obsolete
>From d1d886384239708283727a304501336ab0380091 Mon Sep 17 00:00:00 2001 >From: Bernd Waibel <waebbl@gmail.com> >Date: Sat, 19 Dec 2020 10:08:35 +0100 >Subject: [PATCH] sci-libs/cgnslib: fix doc installation > >Also fixes a typo with CMAKE_USE_SHARED variable > >Closes: https://bugs.gentoo.org/760342 >Package-Manager: Portage-3.0.12, Repoman-3.0.2 >Signed-off-by: Bernd Waibel <waebbl@gmail.com> >--- > sci-libs/cgnslib/cgnslib-3.4.0.ebuild | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/sci-libs/cgnslib/cgnslib-3.4.0.ebuild b/sci-libs/cgnslib/cgnslib-3.4.0.ebuild >index e5889cb043..880fa6bd58 100644 >--- a/sci-libs/cgnslib/cgnslib-3.4.0.ebuild >+++ b/sci-libs/cgnslib/cgnslib-3.4.0.ebuild >@@ -1,4 +1,4 @@ >-# Copyright 1999-2019 Gentoo Authors >+# Copyright 1999-2020 Gentoo Authors > # Distributed under the terms of the GNU General Public License v2 > > EAPI=6 >@@ -37,8 +37,8 @@ pkg_setup() { > src_prepare() { > # gentoo libdir > sed -e 's|/lib|/'$(get_libdir)'|' \ >- -e '/DESTINATION/s|lib|'$(get_libdir)'|g' \ >- -i src/CMakeLists.txt || die >+ -e '/DESTINATION/s|lib|'$(get_libdir)'|g' \ >+ -i src/CMakeLists.txt || die > # dont hard code link > sed -e '/link_directories/d' \ > -i src/tools/CMakeLists.txt src/cgnstools/*/CMakeLists.txt || die >@@ -48,7 +48,7 @@ src_prepare() { > src_configure() { > local mycmakeargs=( > -DCGNS_BUILD_SHARED=ON >- -DCGNS_USED_SHARED=ON >+ -DCGNS_USE_SHARED=ON > -DCGNS_BUILD_CGNSTOOLS="$(usex tools)" > -DCGNS_ENABLE_FORTRAN="$(usex fortran)" > -DCGNS_ENABLE_HDF5="$(usex hdf5)" >@@ -71,7 +71,7 @@ src_install() { > cmake-utils_src_install > dodoc README.md release_docs/Release.txt > use static-libs || rm "${ED}"/usr/$(get_libdir)/libcgns.a >- use doc && dodoc *pdf release_docs/*.pdf >+ use doc && dodoc release_docs/*.pdf > insinto /usr/share/doc/${PF} > use examples && doins -r src/examples > } >-- >2.29.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 760342
:
678520
|
678523
| 678778