Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 5ed1114

Browse files
author
Yan
committed
YDK0.7.3
1 parent 98a498c commit 5ed1114

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dependencies_centos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
yum install -y epel-release
44
yum install -y libxslt-devel libssh-devel python-devel cmake3 python-pip which make sudo > /dev/null
5-
yum install -y https://devhub.cisco.com/artifactory/rpm-ydk/0.7.2/libydk-0.7.2-1.x86_64.rpm > /dev/null
5+
yum install -y https://devhub.cisco.com/artifactory/rpm-ydk/0.7.3/libydk-0.7.3-1.x86_64.rpm > /dev/null
66

77
yum install centos-release-scl -y > /dev/null
88
yum install devtoolset-4-gcc* -y > /dev/null

dependencies_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ brew install libssh xml2 curl pybind11 > /dev/null
55

66
brew rm -f --ignore-dependencies python python3
77

8-
curl -O https://devhub.cisco.com/artifactory/osx-ydk/0.7.2/libydk-0.7.2-Darwin.pkg
8+
curl -O https://devhub.cisco.com/artifactory/osx-ydk/0.7.3/libydk-0.7.3-Darwin.pkg
99
sudo installer -pkg libydk*pkg -target /
1010

1111
sudo easy_install pip

dependencies_trusty.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo apt-get update > /dev/null
77
sudo apt-get install cmake gcc-5 g++-5 -y > /dev/null
88
sudo ln -f -s /usr/bin/g++-5 /usr/bin/c++
99
sudo ln -f -s /usr/bin/gcc-5 /usr/bin/cc
10-
git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.2
10+
git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.3
1111
mkdir ydk-cpp/core/ydk/build
1212
cd ydk-cpp/core/ydk/build
1313
cmake -DCMAKE_BUILD_TYPE=Release ..

dependencies_xenial.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ apt-get update > /dev/null
77
apt-get install gcc-5 g++-5 -y > /dev/null
88
ln -f -s /usr/bin/g++-5 /usr/bin/c++
99
ln -f -s /usr/bin/gcc-5 /usr/bin/cc
10-
wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.2/libydk_0.7.2-1_amd64.deb
11-
gdebi -n libydk_0.7.2-1_amd64.deb
10+
wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.3/libydk_0.7.3-1_amd64.deb
11+
gdebi -n libydk_0.7.3-1_amd64.deb
1212
sudo easy_install pip

0 commit comments

Comments
 (0)