Skip to content

Commit

Permalink
Switch trec_eval to latest release
Browse files Browse the repository at this point in the history
Now that NIST has released a build with a fix for usnistgov/trec_eval#14, we can switch back to the official release.
  • Loading branch information
michelole committed Feb 18, 2019
1 parent efc0546 commit cf69ab7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,15 @@
<configuration>
<tasks>
<mkdir dir="${project.build.directory}/lib" />

<!-- We're affected by https://github.com/usnistgov/trec_eval/issues/14 on GCC-7 -->
<get src="https://github.com/bgamari/trec_eval/archive/8c56e931127d53cff52945ca7d07c5270c190da1.zip"
dest="${project.build.directory}/lib/trec_eval_patched.zip"

<get src="https://github.com/usnistgov/trec_eval/archive/v9.0.6.zip"
dest="${project.build.directory}/lib/trec_eval-9.0.6.zip"
verbose="false" usetimestamp="true" />
<unzip src="${project.build.directory}/lib/trec_eval_patched.zip"
<unzip src="${project.build.directory}/lib/trec_eval-9.0.6.zip"
dest="${project.build.directory}/lib/"/>
<exec executable="make" failonerror="true"
dir="${project.build.directory}/lib/trec_eval-8c56e931127d53cff52945ca7d07c5270c190da1/" />
<move file="${project.build.directory}/lib/trec_eval-8c56e931127d53cff52945ca7d07c5270c190da1/trec_eval"
dir="${project.build.directory}/lib/trec_eval-9.0.6/" />
<move file="${project.build.directory}/lib/trec_eval-9.0.6/trec_eval"
tofile="${project.build.directory}/lib/trec_eval" />

<get src="https://web.archive.org/web/20170514010604if_/http://trec.nist.gov:80/data/clinical/sample_eval.pl"
Expand Down

0 comments on commit cf69ab7

Please sign in to comment.