[llvm-commits] [zorg] r165906 - /zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py
Duncan Sands
baldrick at free.fr
Sun Oct 14 07:11:12 PDT 2012
Author: baldrick
Date: Sun Oct 14 09:11:11 2012
New Revision: 165906
URL: http://llvm.org/viewvc/llvm-project?rev=165906&view=rev
Log:
As the fortran-2000.com website hasn't been available for a while, try getting
this somewhere else. Unfortunately this is not the same version of the NIST
test suite.
Modified:
zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py
Modified: zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py?rev=165906&r1=165905&r2=165906&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py (original)
+++ zorg/trunk/zorg/buildbot/builders/DragonEggBuilder.py Sun Oct 14 09:11:11 2012
@@ -453,12 +453,12 @@
# Nist Fortran 77 test suite.
f.addStep(ShellCommand(name='wget.nist',
- command='wget -N ftp://ftp.fortran-2000.com/fcvs21_f95.tar.bz2',
+ command='wget -N http://www.itl.nist.gov/div897/ctg/suites/fcvs21.tar.Z',
haltOnFailure=False, workdir=compilator_dir,
env=env))
f.addStep(ShellCommand(name='unpack.nist',
- command='tar xjf fcvs21_f95.tar.bz2',
- haltOnFailure=True, workdir=compilator_dir,
+ command='tar xzf ../fcvs21.tar.Z',
+ haltOnFailure=True, workdir=compilator_dir+'/fcvs21/',
env=env))
# Polyhedron.
More information about the llvm-commits
mailing list