Skip to content

Commit

Permalink
version number to 1.0.0 and doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrost57 committed Nov 29, 2018
1 parent 24f52e1 commit d7a6380
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF)
include(cmake/Dependencies.cmake)

# Setup version
rocm_setup_version(VERSION 0.1.4.2 NO_GIT_TAG_VERSION)
rocm_setup_version(VERSION 1.0.0.0 NO_GIT_TAG_VERSION)
set(rocsparse_SOVERSION 0)

# AMD targets
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.8'
version = u'1.0.0'
# The full version, including alpha/beta/rc tags.
release = u'0.8'
release = u'1.0.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7 changes: 6 additions & 1 deletion docs/source/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@ Building and Installing

Installing from AMD ROCm repositories
**************************************
TODO, not yet available
rocSPARSE can be installed from `AMD ROCm repositories <https://rocm.github.io/ROCmInstall.html#installing-from-amd-rocm-repositories>`_ by

::

sudo apt install rocsparse


Building rocSPARSE from Open-Source repository
***********************************************
Expand Down

0 comments on commit d7a6380

Please sign in to comment.