Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FindHPX.cmake is not installed #1266

Closed
mariomulansky opened this issue Sep 19, 2014 · 1 comment
Closed

FindHPX.cmake is not installed #1266

mariomulansky opened this issue Sep 19, 2014 · 1 comment

Comments

@mariomulansky
Copy link
Contributor

I'm installing HPX on hermione using the intel compiler with

CXX=icpc cmake -DCMAKE_INSTALL_PREFIX=/home/mmulansky/hpx_intel -DCMAKE_CXX_FLAGS="-gcc-name=g++-4.8" ../hpx_github/
make -j8
make install

but the resulting installation is broken as the cmake-2.8 directory in share is missing, and thusly the FindHPX.cmake script. share only contains the hpx-0.9.9 dir with the docs. Am I doing something wrong or is the installation broken?

@sithhell sithhell added this to the 0.9.9 milestone Sep 19, 2014
@sithhell sithhell self-assigned this Sep 19, 2014
@sithhell
Copy link
Member

FindHPX.cmake does not exist anymore. I did a major overhaul of the cmake system, as advertised on the ML.
What we have now is HPXConfig.cmake which has various advantages.
See here on how to use it: http://stellar-group.github.io/hpx/docs/html/hpx/manual/build_system/using_hpx/using_hpx_cmake.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants