From 71e201fc49f491ecf05b8bf0e850379db589486b Mon Sep 17 00:00:00 2001 From: Zhiru Date: Tue, 15 Oct 2019 18:04:55 +0800 Subject: [PATCH 1/3] add build_deps.sh Former-commit-id: 4b4dc06188a75d999d1b03867789c202833149ab --- core/build_deps.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 core/build_deps.sh diff --git a/core/build_deps.sh b/core/build_deps.sh new file mode 100755 index 0000000000..06f05fa49f --- /dev/null +++ b/core/build_deps.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo apt-get install -y gfortran libmysqlclient-dev mysql-client libcurl4-openssl-dev + +sudo ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so From 2590072bb21c9ba10ec3f00f27e9752f408040d4 Mon Sep 17 00:00:00 2001 From: Zhiru Date: Tue, 15 Oct 2019 18:12:44 +0800 Subject: [PATCH 2/3] add build_deps.sh Former-commit-id: aedd4ad1c93658f7d1d13457b085b832d025c225 --- core/CHANGELOG.md | 3 ++- core/ubuntu_build_deps.sh | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 core/ubuntu_build_deps.sh diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index f61928d29e..097c7ed883 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -67,7 +67,8 @@ Please mark all change in change log and use the ticket from JIRA. - MS-610 - Change error code base value from hex to decimal - MS-624 - Re-organize project directory for open-source - MS-635 - Add compile option to support customized faiss - +- MS-660 - add ubuntu_build_deps.sh + # Milvus 0.4.0 (2019-09-12) ## Bug diff --git a/core/ubuntu_build_deps.sh b/core/ubuntu_build_deps.sh new file mode 100755 index 0000000000..06f05fa49f --- /dev/null +++ b/core/ubuntu_build_deps.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +sudo apt-get install -y gfortran libmysqlclient-dev mysql-client libcurl4-openssl-dev + +sudo ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so From 35f00acbad8a1218ee7fdc7cdb5c47890edafed1 Mon Sep 17 00:00:00 2001 From: Zhiru Date: Tue, 15 Oct 2019 18:13:54 +0800 Subject: [PATCH 3/3] add build_deps.sh Former-commit-id: 2bcabfc54c0c690977ebbd3d67f812f6538d44a9 --- core/build_deps.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 core/build_deps.sh diff --git a/core/build_deps.sh b/core/build_deps.sh deleted file mode 100755 index 06f05fa49f..0000000000 --- a/core/build_deps.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -sudo apt-get install -y gfortran libmysqlclient-dev mysql-client libcurl4-openssl-dev - -sudo ln -s /usr/lib/x86_64-linux-gnu/libmysqlclient.so /usr/lib/x86_64-linux-gnu/libmysqlclient_r.so