Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880759 - sci-libs/pdal - keywording for arm{,64}
Summary: sci-libs/pdal - keywording for arm{,64}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Bettler
URL:
Whiteboard:
Keywords: CC-ARCHES, KEYWORDREQ
Depends on:
Blocks:
 
Reported: 2022-11-10 17:08 UTC by Bernd
Modified: 2022-12-12 06:09 UTC (History)
2 users (show)

See Also:
Package list:
sci-libs/pdal-2.4.3 ~arm ~arm64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd 2022-11-10 17:08:24 UTC
The sci-libs/vtk-9.2.2 package, which I'm currently working on, has support for sci-libs/pdal. To avoid package.use.mask'ing or dropping keywords, I ask to add these keywords to the package.
TIA

Reproducible: Always
Comment 1 Thomas Bettler 2022-11-10 17:56:34 UTC
@Bernd
Did anyone compile, run the ebuild tests or even better run verify his usecases with pdal on arm and arm64? if yes - what was the result?
Comment 2 Bernd 2022-11-10 18:04:10 UTC
AFAIK that's the goal of this request, to see if it builds and runs on this arches. It will be done by the arch teams.
If it won't work, we will have to package.use.mask the pdal USE flag for the upcoming vtk-9.2.2 ebuild on arm and arm64.
Comment 3 Thomas Bettler 2022-11-10 19:29:41 UTC
I've nothing against testing on other arches... go for
Comment 4 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2022-11-10 19:48:14 UTC
arm64 done
Comment 5 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2022-11-22 07:55:58 UTC
arm done

all arches done
Comment 6 Larry the Git Cow gentoo-dev 2022-12-12 06:09:01 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588025882a58b613f5ef08e02b96efbb7d4c7445

commit 588025882a58b613f5ef08e02b96efbb7d4c7445
Author:     Bernd Waibel <waebbl-gentoo@posteo.net>
AuthorDate: 2022-09-29 05:18:39 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2022-12-12 06:08:29 +0000

    sci-libs/vtk: add 9.2.2
    
    - add a new function to check memory and disk space requirements
    - don't drop bundled external libraries, it's only a few MB which are freed
            through this and upstream does a good job to avoid automagic deps
    - request more modules to build explicitly depending on USE flag settings
    - don't export CC and friends with USE=mpi, package builds fine with gcc and still
            links to MPI libraries
    - add USE flag to build vtk-m optional
    
    Bug: https://bugs.gentoo.org/793221
    Bug: https://bugs.gentoo.org/835659
    Bug: https://bugs.gentoo.org/880759
    Closes: https://bugs.gentoo.org/820593
    Closes: https://bugs.gentoo.org/827310
    Closes: https://bugs.gentoo.org/846374
    Closes: https://bugs.gentoo.org/874798
    Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
    Closes: https://github.com/gentoo/gentoo/pull/28250
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 sci-libs/vtk/Manifest                              |   6 +
 .../vtk-9.2.2-VTKm-respect-user-CXXFLAGS.patch     |  81 +++
 ...9.2.2-link-with-glut-library-for-freeglut.patch |  18 +
 ...metryFilter-add-missing-mutex-header-file.patch |  20 +
 sci-libs/vtk/metadata.xml                          |  11 +-
 sci-libs/vtk/vtk-9.2.2.ebuild                      | 728 +++++++++++++++++++++
 6 files changed, 863 insertions(+), 1 deletion(-)