Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <fishandfrolick@gmail.com>2012-07-31 00:07:19 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-07-31 00:07:19 +0400
commit97f46537b7bb7ebe33d842931257fa7fea54966a (patch)
tree05dcb1f355f043bf58ec76790ed568644a035179 /jam-files/sanity.jam
parentd02ceff656a0e2471a78167b5abe0b934ab436fb (diff)
wrap phi's suffix array implementation and extraction method in a wrapper class. Compiles
Diffstat (limited to 'jam-files/sanity.jam')
-rw-r--r--jam-files/sanity.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/jam-files/sanity.jam b/jam-files/sanity.jam
index c846bec6c..9e68a6c8f 100644
--- a/jam-files/sanity.jam
+++ b/jam-files/sanity.jam
@@ -123,6 +123,7 @@ rule boost ( min-version ) {
boost-lib program_options PROGRAM_OPTIONS_DYN_LINK ;
boost-lib unit_test_framework TEST_DYN_LINK ;
boost-lib iostreams IOSTREAMS_DYN_LINK ;
+ boost-lib filesystem FILE_SYSTEM_DYN_LINK ;
}
#Link normally to a library, but sometimes static isn't installed so fall back to dynamic.