aboutsummaryrefslogtreecommitdiffstats
path: root/devel/papi
Commit message (Collapse)AuthorAgeFilesLines
* - Add additional support for i7 processorsskreuzer2010-03-194-0/+62
| | | | | | | - Create symlink libpapi.so -> libpapi.so.3 PR: ports/144508 Submitted by: Harald Servat <redcrash@gmail.com>
* - Update to 3.7.1pav2009-12-0316-2090/+16
| | | | | PR: ports/140806 Submitted by: Harald Servat <redcrash@gmail.com> (maintainer)
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* Only compile the c tests if WITHOUT_CTESTS is not definedskreuzer2009-07-171-6/+5
| | | | | | | Only define USE_FORTRAN if WITHOUT_FTESTS is not defined PR: ports/136826 Approved by: redcrash@gmail.com (maintainer); wxs (mentor)
* Add support for Intel Atom/Core/Core2 processorsskreuzer2009-07-1615-93/+2129
| | | | | | | | Install tests to DATADIR/{ctests,ftests} instead of PREFIX/{ctests,ftests} PR: ports/136757 Submitted by: Harald Servat <redcrash@gmail.com> Approved by: wxs (mentor)
* - Update to 3.6.2amdmi32009-03-244-22/+40
| | | | | | | | | - Unbreak - Add check for hwpmc module (required to be loaded in order to build the port) - Add NO_PACKAGE for the same reason PR: 132910 Submitted by: Harald Servat Gelabert <redcrash at gmail dot com> (maintainer)
* Clean up CONFIGURE_ENV handling.gerald2009-02-271-2/+1
| | | | Approved by: maintainer timeout
* - Mark BROKEN: does not compilepav2009-01-241-0/+2
| | | | Reported by: pointyhat
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-4/+0
|
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comedwin2008-03-131-2/+3
| | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* - Fix build with gcc 4.2miwi2007-10-273-12/+8
| | | | | | PR: 117204 Submitted by: "Harald Servat" <redcrash@gmail.com> Thanks to: nox@
* Mark as broken with gcc4.2 on amd64.linimon2007-10-021-0/+6
|
* - it requires the Fortran compiler, bump PORTREVISIONitetcu2007-08-161-3/+10
| | | | | | | - it's only for i386 and amd64 PR: ports/115506 Submitted by: Harald Servat (maintainer)
* - Convert to USE_FORTRAN (untested)pav2007-07-211-1/+1
| | | | Reported by: pointyhat
* 1: add BUILD_DEPENDS to gfortran when FTESTS enable.vanilla2007-06-301-0/+5
| | | | | | 2: IGNORE FreeBSD < 6. Submitted by: maintainer
* Remove hwpmc check on configure script, and bump version.vanilla2007-06-184-4/+20
| | | | Submitted by: maintainer
* Add papi 3.5.0, API to access the performance counter hw in thevanilla2007-06-144-0/+383
microprocessor. PR: ports/113472 Submitted by: redcrash at gmail.com