From f7b1c84087fc21731ad2560ca3e73891f60b4f26 Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Sat, 30 Jul 2011 21:56:48 +0200 Subject: utils/phoronix-test-suite: changed dependency on fortran to dependency on gcc with FORTRAN (scripted) --- utils/phoronix-test-suite/DEPENDS | 2 +- utils/phoronix-test-suite/HISTORY | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/phoronix-test-suite/DEPENDS b/utils/phoronix-test-suite/DEPENDS index c8d290fef0..c59f43a7f4 100755 --- a/utils/phoronix-test-suite/DEPENDS +++ b/utils/phoronix-test-suite/DEPENDS @@ -3,7 +3,7 @@ depends -sub CURL php && optional_depends bison '' '' 'for yacc tests' && optional_depends flex '' '' 'for Lex tests' && -optional_depends fortran '' '' 'for Fortran tests' && +optional_depends -sub FORTRAN gcc '' '' 'for Fortran tests' && optional_depends freeimage '' '' 'for various image tests' && optional_depends gcc33 '' '' 'for libstdc++3 tests' && optional_depends git '' '' 'for git checkouts of some tests' && diff --git a/utils/phoronix-test-suite/HISTORY b/utils/phoronix-test-suite/HISTORY index 825c6d7004..6846d97ba6 100644 --- a/utils/phoronix-test-suite/HISTORY +++ b/utils/phoronix-test-suite/HISTORY @@ -1,3 +1,7 @@ +2011-07-30 Florian Franzmann + * DEPENDS: changed dependency on fortran to dependency on gcc with + sub-depends on FORTRAN (scripted) + 2010-11-03 Ladislav Hagara * DEPENDS: jpeg -> JPEG -- cgit v1.2.3