summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2011-07-30 21:56:48 +0200
committerFlorian Franzmann2011-07-30 21:56:48 +0200
commitf7b1c84087fc21731ad2560ca3e73891f60b4f26 (patch)
tree8ded272e48e716f3cb0d9bcf086f968ef443efd1
parent57965d82aaf40f9083121a995735995a36707f6f (diff)
utils/phoronix-test-suite: changed dependency on fortran to dependency on gcc with FORTRAN (scripted)
-rwxr-xr-xutils/phoronix-test-suite/DEPENDS2
-rw-r--r--utils/phoronix-test-suite/HISTORY4
2 files changed, 5 insertions, 1 deletions
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 <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: changed dependency on fortran to dependency on gcc with
+ sub-depends on FORTRAN (scripted)
+
2010-11-03 Ladislav Hagara <hgr@vabo.cz>
* DEPENDS: jpeg -> JPEG