Skip to content

Commit

Permalink
Updating README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Serio committed Jul 1, 2016
1 parent dc1e933 commit a3e68cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ What's so special about HPX?
active, and thriving developer community.


The documentation for the latest release of HPX (currently V0.9.11) can be
`found here <http://stellar.cct.lsu.edu/files/hpx-0.9.11/html/index.html>`_.
The documentation for the latest release of HPX (currently V0.9.99) can be
`found here <http://stellar.cct.lsu.edu/files/hpx-0.9.99/html/index.html>`_.
In publications this release of HPX can be cited as: |zenodo_doi|.

.. |zenodo_doi| image:: https://zenodo.org/badge/doi/10.5281/zenodo.33656.svg
Expand All @@ -64,7 +64,7 @@ Additionally, we regularly upload the current status of the documentation
single-page version of the documentation `here <http://stellar-group.github.io/hpx/docs/html/hpx.html>`_.

If you plan to use HPX we suggest to start with the latest released version
(currently HPX V0.9.11) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/>`_.
(currently HPX V0.9.99) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/>`_.

If you would like to work with the cutting edge version from this repository
we suggest following the current health status of the master branch by looking at
Expand Down Expand Up @@ -125,7 +125,7 @@ Linux
cmake -DBOOST_ROOT=~/packages/boost \
-DHWLOC_ROOT=/packages/hwloc \
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
~/downloads/hpx_0.9.11
~/downloads/hpx_0.9.99

5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
add the -jN flag to your make invocation, where N is the number of cores
Expand Down Expand Up @@ -181,7 +181,7 @@ OS X (Mac)
cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
-DBOOST_ROOT=~/packages/boost \
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
~/downloads/hpx_0.9.11
~/downloads/hpx_0.9.99

5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
add the -jN flag to your make invocation, where N is the number of cores
Expand Down

0 comments on commit a3e68cf

Please sign in to comment.