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

Commit

Permalink
YDK0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan committed Oct 9, 2018
1 parent 98a498c commit 5ed1114
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

yum install centos-release-scl -y > /dev/null
yum install devtoolset-4-gcc* -y > /dev/null
Expand Down
2 changes: 1 addition & 1 deletion dependencies_osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ brew install libssh xml2 curl pybind11 > /dev/null

brew rm -f --ignore-dependencies python python3

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

sudo easy_install pip
2 changes: 1 addition & 1 deletion dependencies_trusty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sudo apt-get update > /dev/null
sudo apt-get install cmake gcc-5 g++-5 -y > /dev/null
sudo ln -f -s /usr/bin/g++-5 /usr/bin/c++
sudo ln -f -s /usr/bin/gcc-5 /usr/bin/cc
git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.2
git clone https://github.com/ciscodevnet/ydk-cpp.git -b 0.7.3
mkdir ydk-cpp/core/ydk/build
cd ydk-cpp/core/ydk/build
cmake -DCMAKE_BUILD_TYPE=Release ..
Expand Down
4 changes: 2 additions & 2 deletions dependencies_xenial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ apt-get update > /dev/null
apt-get install gcc-5 g++-5 -y > /dev/null
ln -f -s /usr/bin/g++-5 /usr/bin/c++
ln -f -s /usr/bin/gcc-5 /usr/bin/cc
wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.2/libydk_0.7.2-1_amd64.deb
gdebi -n libydk_0.7.2-1_amd64.deb
wget https://devhub.cisco.com/artifactory/debian-ydk/0.7.3/libydk_0.7.3-1_amd64.deb
gdebi -n libydk_0.7.3-1_amd64.deb
sudo easy_install pip

0 comments on commit 5ed1114

Please sign in to comment.