Skip to content

Instantly share code, notes, and snippets.

@zao
Created December 22, 2017 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/fc402f5a0c54d43409dbc22c24222c60 to your computer and use it in GitHub Desktop.
Save zao/fc402f5a0c54d43409dbc22c24222c60 to your computer and use it in GitHub Desktop.
# singularity build --sandbox phylanx-sandbox/ docker://stellargroup/phylanx:dev
$ singularity shell phylanx-sandbox/
~/slask/build-hpx-rel$ cmake ../hpx -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${HOME}/slask/hpx-rel -DHPX_WITH_CXX14=ON -G Ninja -DHPX_WITH_MALLOC=system -DHPX_WITH_TESTS=OFF -DHPX_WITH_EXAMPLES=OFF
~/slask/build-phylanx-rel$ cmake ../phylanx -G Ninja -DHPX_DIR=$HOME/slask/hpx-rel/lib/cmake/HPX -Dpybind11_DIR=/pybind11 -Dblaze_DIR=/blaze -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_INSTALL_PREFIX=$HOME/slask/phylanx-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment