@@ -51,8 +51,8 @@ What's so special about HPX?
51
51
active, and thriving developer community.
52
52
53
53
54
- The documentation for the latest release of HPX (currently V0.9.11 ) can be
55
- `found here <http://stellar.cct.lsu.edu/files/hpx-0.9.11 /html/index.html >`_.
54
+ The documentation for the latest release of HPX (currently V0.9.99 ) can be
55
+ `found here <http://stellar.cct.lsu.edu/files/hpx-0.9.99 /html/index.html >`_.
56
56
In publications this release of HPX can be cited as: |zenodo_doi |.
57
57
58
58
.. |zenodo_doi | image :: https://zenodo.org/badge/doi/10.5281/zenodo.33656.svg
@@ -64,7 +64,7 @@ Additionally, we regularly upload the current status of the documentation
64
64
single-page version of the documentation `here <http://stellar-group.github.io/hpx/docs/html/hpx.html >`_.
65
65
66
66
If you plan to use HPX we suggest to start with the latest released version
67
- (currently HPX V0.9.11 ) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/ >`_.
67
+ (currently HPX V0.9.99 ) which can be `downloaded here <http://stellar.cct.lsu.edu/downloads/ >`_.
68
68
69
69
If you would like to work with the cutting edge version from this repository
70
70
we suggest following the current health status of the master branch by looking at
@@ -125,7 +125,7 @@ Linux
125
125
cmake -DBOOST_ROOT=~/packages/boost \
126
126
-DHWLOC_ROOT=/packages/hwloc \
127
127
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
128
- ~/downloads/hpx_0.9.11
128
+ ~/downloads/hpx_0.9.99
129
129
130
130
5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
131
131
add the -jN flag to your make invocation, where N is the number of cores
@@ -181,7 +181,7 @@ OS X (Mac)
181
181
cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
182
182
-DBOOST_ROOT=~/packages/boost \
183
183
-DCMAKE_INSTALL_PREFIX=~/packages/hpx \
184
- ~/downloads/hpx_0.9.11
184
+ ~/downloads/hpx_0.9.99
185
185
186
186
5) Invoke GNU make. If you are on a machine with multiple cores (very likely),
187
187
add the -jN flag to your make invocation, where N is the number of cores
0 commit comments