Skip to content

Commit

Permalink
add lucas with the NAG fortran fe
Browse files Browse the repository at this point in the history
llvm-svn: 22476
  • Loading branch information
lattner committed Jul 20, 2005
1 parent 66f40cc commit 1e5d455
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions External/SPEC/CFP2000/189.lucas/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
LEVEL = ../../../..

Source = lucas_distrib_spec.f90

#FP_ABSTOLERANCE=1e-7
#FP_TOLERANCE=0.04

STDIN_FILENAME = lucas2.in
STDOUT_FILENAME = lucas2.out
#NAGFORTRAN_FLAGS = -dusty -maxcontin=69

include $(LEVEL)/Makefile.FORTRAN
include ../../Makefile.spec2000
CPPFLAGS += -DINT64='long long'

0 comments on commit 1e5d455

Please sign in to comment.