Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659402 - dev-libs/libdynd-0.7.2 : [QA] One or more CMake variables were not used by the project:
Summary: dev-libs/libdynd-0.7.2 : [QA] One or more CMake variables were not used by th...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-27 17:03 UTC by Toralf Förster
Modified: 2020-06-06 00:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-06-27 17:03:23 UTC
QA: other
One or more CMake variables were not used by the project:
  DYND_BUILD_PLUGIN
  DYND_CUDA
  FFTW_PATH

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-no-multilib_libressl_20180623-161201

  -------------------------------------------------------------------
Comment 1 Andreas Sturmlechner gentoo-dev 2020-06-05 23:58:59 UTC
Simple grep:

- DYND_BUILD_PLUGIN does not exist
- DYND_CUDA is only used inside benchmarks/CMakeLists.txt, but ebuild sets DYND_BUILD_BENCHMARKS=OFF anyway. Seems to be a case of upstream not understanding CMake.
- FFTW_PATH is only an option if DYND_FFTW=ON
Comment 2 Larry the Git Cow gentoo-dev 2020-06-06 00:11:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaad42091949478b7aa8d697fa8fb7c0842f1ce

commit 8eaad42091949478b7aa8d697fa8fb7c0842f1ce
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-06 00:11:42 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-06 00:11:42 +0000

    dev-libs/libdynd: Drop no-op -DDYND_CUDA (unknown CMake variable)
    
    It begs the question of what IUSE=cuda is actually doing here.
    
    Closes: https://bugs.gentoo.org/659402
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2.ebuild | 1 -
 1 file changed, 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit cdef9f4db72e0efb3854b59ee2eeaa48bee70f34
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-06 00:07:14 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-06 00:07:14 +0000

    dev-libs/libdynd: -DFFTW_PATH is not used without IUSE="fftw"
    
    Bug: https://bugs.gentoo.org/659402
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8226c40507d4695b5774f0e52def0905700fdb8f

commit 8226c40507d4695b5774f0e52def0905700fdb8f
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2020-06-06 00:06:04 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2020-06-06 00:06:04 +0000

    dev-libs/libdynd: Drop no-op IUSE="mkl"
    
    Bug: https://bugs.gentoo.org/659402
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 dev-libs/libdynd/libdynd-0.7.2.ebuild | 10 ++--------
 dev-libs/libdynd/metadata.xml         |  1 -
 2 files changed, 2 insertions(+), 9 deletions(-)