[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile
Bill Wendling
isanbard at gmail.com
Fri Sep 1 16:27:58 PDT 2006
Changes in directory llvm-test/External/SPEC/CFP2006/454.calculix:
Makefile added (r1.1)
---
Log message:
Initial commit for the SPEC2006 floating point Makefiles.
---
Diffs of the changes: (+23 -0)
Makefile | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+)
Index: llvm-test/External/SPEC/CFP2006/454.calculix/Makefile
diff -c /dev/null llvm-test/External/SPEC/CFP2006/454.calculix/Makefile:1.1
*** /dev/null Fri Sep 1 18:27:24 2006
--- llvm-test/External/SPEC/CFP2006/454.calculix/Makefile Fri Sep 1 18:27:13 2006
***************
*** 0 ****
--- 1,23 ----
+ ##===- Makefile --------------------------------------------*- Makefile -*-===##
+ #
+ # This makefile contains information for building the SPEC2006 calculix test.
+ #
+ ##===----------------------------------------------------------------------===##
+
+ LEVEL = ../../../..
+
+ FP_TOLERANCE = 5e-2
+ FP_ABSTOLERANCE = 1.0e-2
+
+ include ../../Makefile.spec2006
+ include $(PROJ_SRC_ROOT)/Makefile.FORTRAN
+
+ CPPFLAGS += -I$(SPEC_BENCH_DIR)/src/SPOOLES
+
+ ifeq ($(RUN_TYPE),test)
+ RUN_OPTIONS := -i beampic
+ STDOUT_FILENAME := beampic.log
+ else
+ RUN_OPTIONS := -i stairs
+ STDOUT_FILENAME := stairs.log
+ endif
More information about the llvm-commits
mailing list