Search Criteria
Package Details: iaca 3.0-2
Git Clone URL: | https://aur.archlinux.org/iaca.git (read-only) |
---|---|
Package Base: | iaca |
Description: | Intel® Architecture Code Analyzer AUR install package. |
Upstream URL: | https://software.intel.com/en-us/articles/intel-architecture-code-analyzer |
Keywords: | analyze architecture code iaca intel |
Licenses: | |
Submitter: | coldBug |
Maintainer: | coldBug |
Last Packager: | coldBug |
Votes: | 3 |
Popularity: | 0.000064 |
First Submitted: | 2015-08-22 14:35 |
Last Updated: | 2017-11-04 21:22 |
Dependencies (2)
- bash (bash-devel-git, bash-devel-static-git)
- gcc-libs-multilib (gcc-libs-multilib-x32, gcc-libs-multilib-git, gcc-libs-git, gcc-libs)
Latest Comments
coldBug commented on 2017-11-04 21:26
@jedbrown - You are right, they have changed the file positions in their zip file for version 3.0. I didn't recognize it because the old version 2.2 files are also in the zip and at the old place. This is why my package installed the old 2.2 version and not 3.0... thx
jedbrown commented on 2017-11-04 20:05
Suggest this as a package function so that the binary and header go to appropriate places.
package() {
install -D -m755 -t "${pkgdir}/usr/bin" "${srcdir}/iaca-lin64/iaca"
install -D -m644 -t "${pkgdir}/usr/include" "${srcdir}/iaca-lin64/iacaMarks.h"
install -D -m644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "${srcdir}/LICENSE"
}
Tilka commented on 2017-11-01 22:07
Can you move iacaMarks.h into /usr/include please?
timofonic commented on 2017-10-25 05:51
2.3 released
https://software.intel.com/en-us/articles/intel-architecture-code-analyzer
coldBug commented on 2015-08-22 15:53
Download is not working at the moment because Intel is blocking direct download links. You first have to accept the license and manual download the file.