From 5bd6c70bf82f3612185cd0012679948a43d41943 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 11 Dec 2016 02:09:36 -0500 Subject: [PATCH] Updated site for 1.3.1 release. --- index.html | 2 +- introduction/getting-started.html | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index df6674a..a6f9e22 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ <a class='btn-large waves-effect waves-light' href='/introduction/getting-started.html' id='download-button'>Get Started</a> </div> <div class='row center'> - <a class='red-text text-lighten-4' href='https://github.com/Syncleus/aparapi'>Release v1.3.0</a> + <a class='red-text text-lighten-4' href='https://github.com/Syncleus/aparapi'>Release v1.3.1</a> </div> <br> </div> diff --git a/introduction/getting-started.html b/introduction/getting-started.html index f95359e..6103af3 100644 --- a/introduction/getting-started.html +++ b/introduction/getting-started.html @@ -68,7 +68,7 @@ <h2>Support and Documentation</h2> - <p>Aparapi Javadocs: <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.0" rel="nofollow">1.3.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.2.0" rel="nofollow">1.2.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.2" rel="nofollow">1.1.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.1" rel="nofollow">1.1.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.0" rel="nofollow">1.1.0</a> - <a href="http://www.javadoc.io/doc/com.syncleus.aparapi/aparapi/1.0.0" rel="nofollow">1.0.0</a></p> + <p>Aparapi Javadocs: <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.1" rel="nofollow">1.3.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.3.0" rel="nofollow">1.3.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.2.0" rel="nofollow">1.2.0</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.2" rel="nofollow">1.1.2</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.1" rel="nofollow">1.1.1</a> - <a href="http://www.javadoc.io/doc/com.aparapi/aparapi/1.1.0" rel="nofollow">1.1.0</a> - <a href="http://www.javadoc.io/doc/com.syncleus.aparapi/aparapi/1.0.0" rel="nofollow">1.0.0</a></p> <p>For detailed documentation see <a href="http://Aparapi.com" rel="nofollow">Aparapi.com</a> or check out the <a href="http://www.javadoc.io/doc/com.aparapi/aparapi" rel="nofollow">latest Javadocs</a>.</p> @@ -92,7 +92,9 @@ <p>Aparapi will run as-is on the CPU, however in order to access the GPU it requires OpenCL to be installed on the local system. If OpenCL isnt found then the library will just fallback to CPU mode. </p> - <p><strong>Note: It is no longer required to manually install the <a href="https://github.com/Syncleus/aparapi-native" rel="nofollow">Aparapi JNI native interface</a>, this is now done automatically through maven as a dependency on Aparapi.</strong></p> + <p><strong>Aparapi runs on all operating systems and platforms, however GPU acceleration support is currently provided for the following platforms: Mac OSX 64bit, Linux 64bit, and Linux 32bit. Windows support coming in the next few days.</strong></p> + + <p>Note: It is no longer required to manually install the <a href="https://github.com/Syncleus/aparapi-native" rel="nofollow">Aparapi JNI native interface</a>, this is now done automatically through maven as a dependency on Aparapi.</p> <h2>Java Dependency</h2> @@ -101,7 +103,7 @@ <span class="nt"><dependency></span> <span class="nt"><groupId></span>com.aparapi<span class="nt"></groupId></span> <span class="nt"><artifactId></span>aparapi<span class="nt"></artifactId></span> - <span class="nt"><version></span>1.3.0<span class="nt"></version></span> + <span class="nt"><version></span>1.3.1<span class="nt"></version></span> <span class="nt"></dependency></span> </code></pre> <h2>Obtaining the Source</h2> -- GitLab