Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/omar-moreno/hps-dst
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-moreno committed Dec 17, 2015
2 parents 4a990d1 + dfa4a77 commit f8d608a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(HPS_DST)

# Set the project version
set(HPS_DST_VERSION_MAJOR 0)
set(HPS_DST_VERSION_MINOR 8)
set(HPS_DST_VERSION_MINOR 10)

# Set additional compiler flags
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++11")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Alternatively, a release can be downloaded and untarred by issuing the
following commands from a terminal

wget https://github.com/omar-moreno/hps-dst/archive/v0.8.tar.gz
tar zxvf v0.8.tar.gz
cd hps-dst-0.8
tar zxvf v0.10.tar.gz
cd hps-dst-0.10

Once downloaded, the package can be built in the usual way.

Expand Down

0 comments on commit f8d608a

Please sign in to comment.