Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686802 - =dev-lang/ispc-1.11.0 version bump
Summary: =dev-lang/ispc-1.11.0 version bump
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christoph Junghans (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-26 15:22 UTC by Bernd
Modified: 2020-07-29 16:44 UTC (History)
1 user (show)

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


Attachments
ispc-1.9.2_1.11.0.diff (ispc-1.9.2_1.11.0.diff,2.81 KB, patch)
2019-05-26 17:24 UTC, Bernd
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd 2019-05-26 15:22:00 UTC
Version 1.11.0 has been released in April. This version builds with llvm-7 (not tested other slots / versions) and therefore resolves some of the issues from bug #652442, bug #656632 and bug #667624.
Comment 1 Bernd 2019-05-26 17:24:52 UTC
Created attachment 577844 [details, diff]
ispc-1.9.2_1.11.0.diff

diff between current 1.9.2 ebuild and a 1.11.0 ebuild from my overlay.
Comment 2 Adrian 2020-02-02 08:10:18 UTC
Version 1.11.0 works with llvm 8, but fails to compile with llvm 9.

Version 1.12.0 will build with llvm 9. The same ebuild can be used, just rename ispc-1.11.0 to ispc-1.12.0.

I attempted to restrict the maximum llvm version using the llvm eclass, but cmake always finds the latest installed version of llvm regardless.

The problem is cmake/LLVMConfig.cmake has
findpackage(LLVM REQUIRED CONFIG)

It can be patched to use a specific version using
findpackage(LLVM 8.0 REQUIRED CONFIG)
but then it will no longer build with others such as llvm-7
Comment 3 Andreas Sturmlechner gentoo-dev 2020-07-29 16:44:26 UTC
Assuming this is obsolete after 1.13.0 version bump in commit f073ca91.