[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

Bill Wendling isanbard at gmail.com
Tue Sep 12 17:59:36 PDT 2006



Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII:

Makefile updated: 1.1 -> 1.2
---
Log message:

dealII: Needed -D flag specified.
povray: Output filename changed.


---
Diffs of the changes:  (+5 -2)

 Makefile |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)


Index: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile
diff -u llvm-test/External/SPEC/CFP2006/447.dealII/Makefile:1.1 llvm-test/External/SPEC/CFP2006/447.dealII/Makefile:1.2
--- llvm-test/External/SPEC/CFP2006/447.dealII/Makefile:1.1	Fri Sep  1 18:27:13 2006
+++ llvm-test/External/SPEC/CFP2006/447.dealII/Makefile	Tue Sep 12 19:59:19 2006
@@ -8,9 +8,12 @@
 
 FP_ABSTOLERANCE = 0.0000001;
 
-include ../../Makefile.spec2006
+CPPFLAGS += \
+        -Ddeal_II_dimension=3     \
+        -DBOOST_DISABLE_THREADS   \
+        -I$(SPEC_BENCH_DIR)/src/include
 
-CPPFLAGS += -I$(SPEC_BENCH_DIR)/src/include -DBOOST_DISABLE_THREADS
+include ../../Makefile.spec2006
 
 ifeq ($(RUN_TYPE),test)
   RUN_OPTIONS := 8






More information about the llvm-commits mailing list