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

github.com/marian-nmt/sentencepiece.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKentaro Hayashi <hayashi@clear-code.com>2020-10-17 12:24:45 +0300
committerKentaro Hayashi <hayashi@clear-code.com>2020-10-17 12:24:45 +0300
commitf2079bd22c76f2224d36054c2a5513ea616f6546 (patch)
tree35e5917fa9a336a640322653f761a40c7f81aaa6
parenta48c4e6b0b28a48e8ea7df983578e8e9f0d67a3a (diff)
test: update expected install path
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 339e03f..35dfda8 100755
--- a/test.sh
+++ b/test.sh
@@ -54,8 +54,8 @@ build_python() {
cd build
make install
cd ..
- export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
+ export LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib64:$LD_LIBRARY_PATH
+ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig
ldconfig -v
cd python
python3 setup.py test