[llvm-commits] [test-suite] r105234 - in /test-suite/trunk/External: HMMER/hmmcalibrate.reference_output Makefile
Daniel Dunbar
daniel at zuster.org
Mon May 31 11:49:21 PDT 2010
Author: ddunbar
Date: Mon May 31 13:49:21 2010
New Revision: 105234
URL: http://llvm.org/viewvc/llvm-project?rev=105234&view=rev
Log:
Don't run HMMER by default, we already have a copy in SPEC.
Also, remove its reference output which has a path dependency in it.
Removed:
test-suite/trunk/External/HMMER/hmmcalibrate.reference_output
Modified:
test-suite/trunk/External/Makefile
Removed: test-suite/trunk/External/HMMER/hmmcalibrate.reference_output
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/HMMER/hmmcalibrate.reference_output?rev=105233&view=auto
==============================================================================
--- test-suite/trunk/External/HMMER/hmmcalibrate.reference_output (original)
+++ test-suite/trunk/External/HMMER/hmmcalibrate.reference_output (removed)
@@ -1,19 +0,0 @@
-hmmcalibrate -- calibrate HMM search statistics
-HMMER 2.3.2 (Oct 2003)
-Copyright (C) 1992-2003 HHMI/Washington University School of Medicine
-Freely distributed under the GNU General Public License (GPL)
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-HMM file: /Users/ddunbar/llvm/projects/test-suite-externals/hmmer/globin.hmm
-Length fixed to: 400
-Number of samples: 80000
-random seed: 1158818515
-histogram(s) saved to: [not saved]
-POSIX threads: 1
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-HMM : globins50
-mu : -38.927090
-lambda : 0.246185
-max : -6.928000
-//
-exit 0
Modified: test-suite/trunk/External/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/Makefile?rev=105234&r1=105233&r2=105234&view=diff
==============================================================================
--- test-suite/trunk/External/Makefile (original)
+++ test-suite/trunk/External/Makefile Mon May 31 13:49:21 2010
@@ -8,7 +8,7 @@
#
# Create the list of directories to compile
#
-PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim HMMER
+PARALLEL_DIRS := SPEC Povray Namd FPGrowth BoxedSim
ifneq (,$(findstring x86,$(ARCH)))
# Nurbs uses SSE and only works on x86 and x86_64.
More information about the llvm-commits
mailing list