Search Criteria
Package Details: tau 2.24.1-1
Git Clone URL: | https://aur.archlinux.org/tau.git (read-only, click to copy) |
---|---|
Package Base: | tau |
Description: | Profiling and tracing toolkit for Fortran, C, C++, Java and Python programs |
Upstream URL: | http://www.cs.uoregon.edu/research/tau/home.php |
Licenses: | |
Submitter: | stativ |
Maintainer: | stativ |
Last Packager: | stativ |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2009-07-25 13:26 |
Last Updated: | 2015-08-19 20:03 |
Dependencies (2)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, sapmachine-jdk-bin, jdk7, jre7, jdk8-j9-bin, jre14, java-openjdk-bin, jre, jdk-openj9-bin, jdk-arm, jdk-adoptopenjdk, jdk11-adoptopenjdk, liberica-jdk-full-bin, jdk8-jetbrains, zulu-embedded-jdk8, amazon-corretto-11, liberica-jdk-8-full-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jre-8-full-bin, amazon-corretto-8, jdk8, jre11, jdk8-graalvm-bin, jdk11-graalvm-bin, zulu-embedded-jdk, jdk7r1-j9-bin, jdk7-j9-bin, zulu-15-bin, zulu-14-bin, zulu-13-bin, jre8, jre8-adoptopenjdk, zulu-embedded-jdk11, jdk-bcl, jre-bcl, jdk8-openj9-bin, jdk11-openj9-bin, zulu-11-bin, zulu-8-bin, amazon-corretto-15, jre-openj9, jre11-jetbrains-imfix, jdk-jetbrains, java-openjdk-loom-ea-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk) (optional) – for ParaProf and other GUI utilities
Latest Comments
1 2 Next › Last »
TheRainbowSheep commented on 2020-05-18 06:55
I'm not an expert in Arch packages, but I finally built TAU from sources, without using the package.
But finally I used the Valgrind's Callgrind tool to make my application profiling, since I couldn't manage to use TAU's source and compiler based instrumentations because of issues with some C++11 standard libraries usage... But maybe it was an issue with my own configuration, I couldn't figure it out.
alkino commented on 2020-05-16 11:24
Be carefull this project is really badly package. The sources inside build dir are used at runtime. I'm trying to do a better build.
TheRainbowSheep commented on 2020-05-14 15:41
The package does not build anymore, because of a binutils maj, because bfd_get_section functions have been renamed : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commitdiff;h=fd3619828e94a24a92cddec42cbc0ab33352eeb4
ras commented on 2014-07-10 07:33
you could add papi as opt-depends for using HW counters
stativ commented on 2014-05-02 14:46
I've updated the PKGBUILD so that it SKIPS checksums. It now also generates the pkgver from the archive automatically. This means that the only thing needed to update tau to a new version is to remove the sources and rebuild the package.
jedbrown commented on 2014-04-29 20:48
Checksums are failing with 2.23.1b-1.
AsmundEr commented on 2013-01-07 11:22
The current version is now 2.22-p1. This version numbering system is incompatible with pacmans version numbers, which cannot include hyphens (-). The simplest fix is to use $pkgver=2.22 and then define a new variable
taupath="$srcdir/$pkgname-$pkgver-p1"
which is then used throughout the PKGBUILD instead of "$srcdir/$pkgname-$pkgver".
Anonymous comment on 2012-10-29 12:47
Current version is now 2.21.4. This PKGBUILD works, but only if the integrity checking is turned off (or the md5sum manually updated.)
Anonymous comment on 2011-11-20 15:50
Version 2.21 is released, the checksum fails now.
KenjiTakahashi commented on 2011-07-07 19:44
Works fine now, thanks.