Summary
Description: Unnamed repository; edit this file to name it for gitweb.
Last Change: Mon 8/30/10 20:43
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index 8c0966b..ee44717 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -9,7 +9,8 @@ Phoronix Test Suite
- Default PTS Global opening web browser to true
- Change BENCHMARK_RESOURCE_DIR constant to TEST_RESOURCE_DIR
- Further compression to PTS Global uploads
-- Add X-Plane 9 benchmark (Special thanks goes out to Laminar Research and Ben Supnik for creating specialized benchmarking demo and a mirror!)
+- Add X-Plane 9 test (named: xplane9) (Special thanks goes out to Laminar Research and Ben Supnik for creating specialized benchmarking demo and a mirror!)
+- Add fortran-compiler package to PTS External Dependencies (currently only Ubuntu gfortran support)
Phoronix Test Suite 0.5.1
May 5, 2008
diff --git a/pts/distro-xml/generic-packages.xml b/pts/distro-xml/generic-packages.xml
index 92c7194..3ecbf1e 100644
--- a/pts/distro-xml/generic-packages.xml
+++ b/pts/distro-xml/generic-packages.xml
@@ -72,5 +72,11 @@
<PossibleNames>libportaudio-dev</PossibleNames>
<FileCheck>/usr/include/portaudio.h</FileCheck>
</Package>
+ <Package>
+ <GenericName>fortran-compiler</GenericName>
+ <Title>Fortran Compiler</Title>
+ <PossibleNames>gfortran, gcc-fortran</PossibleNames>
+ <FileCheck>/usr/bin/gfortran</FileCheck>
+ </Package>
</ExternalDependencies>
</PhoronixTestSuite>
diff --git a/pts/distro-xml/ubuntu-packages.xml b/pts/distro-xml/ubuntu-packages.xml
index 03bccb2..ae364b8 100644
--- a/pts/distro-xml/ubuntu-packages.xml
+++ b/pts/distro-xml/ubuntu-packages.xml
@@ -70,5 +70,10 @@
<PackageName>libportaudio-dev</PackageName>
<FileCheck>/usr/include/portaudio.h</FileCheck>
</Package>
+ <Package>
+ <GenericName>fortran-compiler</GenericName>
+ <PackageName>gfortran</PackageName>
+ <FileCheck>/usr/bin/gfortran</FileCheck>
+ </Package>
</ExternalDependencies>
</PhoronixTestSuite>
<
Copyright © 2010 by Phoronix Media