Opened 5 years ago
Closed 5 years ago
#58713 closed defect (fixed)
ispc: Use newer llvm
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tenomoto (Takeshi Enomoto) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: | ispc |
Description
ispc fails to install, because it depends upon llvm-3.9, which was removed from MacPorts:
$ sudo port install ispc ---> Computing dependencies for ispc ---> Dependencies to be installed: clang-3.9 ---> Fetching distfiles for clang-3.9 ---> Verifying checksums for clang-3.9 ---> Extracting clang-3.9 ---> Configuring clang-3.9 Error: clang-3.9 has been replaced by clang-8.0; please install that instead.
Please switch to a newer version of llvm. A new version of ispc is available, in case that provides compatibility with a newer llvm version.
Change History (1)
comment:1 Changed 5 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In e0c9fb49a4e4446e4bb88d9e69fa45fc1019ac4a/macports-ports (master):