summaryrefslogtreecommitdiff
path: root/math/mosesdecoder/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/mosesdecoder/files')
-rw-r--r--math/mosesdecoder/files/patch-Jamroot10
-rw-r--r--math/mosesdecoder/files/patch-jam-files-sanity.jam11
-rw-r--r--math/mosesdecoder/files/patch-lm-Jamfile11
-rw-r--r--math/mosesdecoder/files/patch-util-Jamfile10
4 files changed, 0 insertions, 42 deletions
diff --git a/math/mosesdecoder/files/patch-Jamroot b/math/mosesdecoder/files/patch-Jamroot
deleted file mode 100644
index 51e52e16286c..000000000000
--- a/math/mosesdecoder/files/patch-Jamroot
+++ /dev/null
@@ -1,10 +0,0 @@
---- Jamroot.orig 2014-09-02 16:03:01.000000000 +0400
-+++ Jamroot 2014-09-02 16:04:17.000000000 +0400
-@@ -77,7 +77,6 @@
- external-lib z ;
-
- lib dl : : <runtime-link>static:<link>static <runtime-link>shared:<link>shared ;
--requirements += <library>dl ;
-
-
- if ! [ option.get "without-tcmalloc" : : "yes" ] && [ test_library "tcmalloc_minimal" ] {
diff --git a/math/mosesdecoder/files/patch-jam-files-sanity.jam b/math/mosesdecoder/files/patch-jam-files-sanity.jam
deleted file mode 100644
index 8e131d38baab..000000000000
--- a/math/mosesdecoder/files/patch-jam-files-sanity.jam
+++ /dev/null
@@ -1,11 +0,0 @@
---- jam-files/sanity.jam.orig 2014-08-30 10:44:53.000000000 +0400
-+++ jam-files/sanity.jam 2014-08-30 20:33:46.000000000 +0400
-@@ -162,7 +162,7 @@ rule boost-lib ( name macro : deps * ) {
-
- #Argument is e.g. 103600
- rule boost ( min-version ) {
-- local cmd = "bash -c \"g++ "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ;
-+ local cmd = "bash -c \"CC "$(I-boost-include)" -dM -x c++ -E /dev/null -include boost/version.hpp 2>/dev/null |grep '#define BOOST_'\"" ;
- local boost-shell = [ SHELL "$(cmd)" : exit-status ] ;
- if $(boost-shell[2]) != 0 && $(CLEANING) = no {
- echo Failed to run "$(cmd)" ;
diff --git a/math/mosesdecoder/files/patch-lm-Jamfile b/math/mosesdecoder/files/patch-lm-Jamfile
deleted file mode 100644
index 70c7ddf2888c..000000000000
--- a/math/mosesdecoder/files/patch-lm-Jamfile
+++ /dev/null
@@ -1,11 +0,0 @@
---- lm/Jamfile.orig 2014-03-03 19:07:02.000000000 +0400
-+++ lm/Jamfile 2014-09-02 16:09:24.000000000 +0400
-@@ -17,8 +17,6 @@
-
- import testing ;
-
--run left_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ;
--run model_test.cc kenlm /top//boost_unit_test_framework : : test.arpa test_nounk.arpa ;
- run partial_test.cc kenlm /top//boost_unit_test_framework : : test.arpa ;
-
- exes = ;
diff --git a/math/mosesdecoder/files/patch-util-Jamfile b/math/mosesdecoder/files/patch-util-Jamfile
deleted file mode 100644
index 82852cfd1402..000000000000
--- a/math/mosesdecoder/files/patch-util-Jamfile
+++ /dev/null
@@ -1,10 +0,0 @@
---- util/Jamfile.orig 2014-09-02 16:01:51.000000000 +0400
-+++ util/Jamfile 2014-09-02 16:01:53.000000000 +0400
-@@ -26,7 +26,6 @@
- unit-test bit_packing_test : bit_packing_test.cc kenutil /top//boost_unit_test_framework ;
- run file_piece_test.o kenutil /top//boost_unit_test_framework : : file_piece.cc ;
- unit-test read_compressed_test : read_compressed_test.o kenutil /top//boost_unit_test_framework ;
--unit-test joint_sort_test : joint_sort_test.cc kenutil /top//boost_unit_test_framework ;
- unit-test probing_hash_table_test : probing_hash_table_test.cc kenutil /top//boost_unit_test_framework ;
- unit-test sorted_uniform_test : sorted_uniform_test.cc kenutil /top//boost_unit_test_framework ;
- unit-test tokenize_piece_test : tokenize_piece_test.cc kenutil /top//boost_unit_test_framework ;