summaryrefslogtreecommitdiff
path: root/devel/benchmark
AgeCommit message (Collapse)Author
2019-07-26Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
2019-06-08devel/benchmark: Update 1.5 -> 1.5.0Yuri Victorovich
Reported by: portscout
2019-05-18devel/benchmark: Update 1.4.1-25 -> 1.5Yuri Victorovich
Reported by: portscout
2018-12-25Change cmake default behaviour to outsource.Tobias C. Berner
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
2018-12-12Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
2018-10-28Fix build with GCC-based architectures.Mark Linimon
PR: 232277 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
2018-08-18New port: devel/benchmark: Microbenchmark support libraryYuri Victorovich