This is an automated email from the ASF dual-hosted git repository.
aaronmarkham pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new dd2c1a6 Publish triggered by CI
dd2c1a6 is described below
commit dd2c1a6dcf06748bb5b7b908b29a68767c5ee9b6
Author: mxnet-ci <mxnet-ci>
AuthorDate: Sat Sep 19 00:53:02 2020 +0000
Publish triggered by CI
---
date.txt | 1 -
feed.xml | 2 +-
get_started/build_from_source.html | 8 ++++----
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/date.txt b/date.txt
deleted file mode 100644
index aa2f9ca..0000000
--- a/date.txt
+++ /dev/null
@@ -1 +0,0 @@
-Fri Sep 18 18:43:24 UTC 2020
diff --git a/feed.xml b/feed.xml
index b5f5e73..78e2954 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://mxnet.apache.org/" rel="alternate" type="text/html"
/><updated>2020-09-18T18:33:14+00:00</updated><id>https://mxnet.apache.org/feed.xml</id><title
type="html">Apache MXNet</title><subtitle>A flexible and efficient library for
deep [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="4.0.0">Jekyll</generator><link
href="https://mxnet.apache.org/feed.xml" rel="self" type="application/atom+xml"
/><link href="https://mxnet.apache.org/" rel="alternate" type="text/html"
/><updated>2020-09-19T00:35:18+00:00</updated><id>https://mxnet.apache.org/feed.xml</id><title
type="html">Apache MXNet</title><subtitle>A flexible and efficient library for
deep [...]
\ No newline at end of file
diff --git a/get_started/build_from_source.html
b/get_started/build_from_source.html
index 5633013..02c52b6 100644
--- a/get_started/build_from_source.html
+++ b/get_started/build_from_source.html
@@ -334,13 +334,13 @@ dependencies of MXNet.</p>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="nb">sudo </span>yum <span
class="nb">install </span>epel-release centos-release-scl
<span class="nb">sudo </span>yum <span class="nb">install </span>git make
ninja-build automake autoconf libtool protobuf-compiler protobuf-devel <span
class="se">\</span>
atlas-devel openblas-devel lapack-devel opencv-devel openssl-devel
zeromq-devel python3 <span class="se">\ </span>
- devtoolset-8
+ devtoolset-7
<span class="nb">source</span> /opt/rh/devtoolset-7/enable
</code></pre></div></div>
-<p>Here <code class="highlighter-rouge">devtoolset-8</code> refers to the <a
href="https://www.softwarecollections.org/en/scls/rhscl/devtoolset-8/">Developer
Toolset
-8</a> created by
+<p>Here <code class="highlighter-rouge">devtoolset-7</code> refers to the <a
href="https://www.softwarecollections.org/en/scls/rhscl/devtoolset-7/">Developer
Toolset
+7</a> created by
Red Hat for developers working on CentOS or Red Hat Enterprise Linux platform
-and providing the GNU Compiler Collection 9.</p>
+and providing the GNU Compiler Collection 7.</p>
<h3 id="macos">macOS</h3>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre
class="highlight"><code><span class="c"># Install OS X Developer Tools</span>