Navigation Menu

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

make install doesn't give a complete install #759

Closed
mariomulansky opened this issue May 2, 2013 · 2 comments
Closed

make install doesn't give a complete install #759

mariomulansky opened this issue May 2, 2013 · 2 comments

Comments

@mariomulansky
Copy link
Contributor

I just made a new installation of hpx from a github clone. I used
~/hpx: cmake -DCMAKE_INSTALL_PREFIX=/home/mario/hpx ../hpx_github/
and then
gmake -j4
make install
But this doesnt give a complete installation of hpx. It's missing several libraries, e.g. dataflow. One has to explicitly build the dataflow component to get it, which means running
gmake -j4 components
before installing.
Firstly, this is nowhere documented (I think?). Secondly, I consider that bad behavior as I suspect hpx to be installed completely when following the installation guidlines http://stellar.cct.lsu.edu/files/hpx_master/docs/html/hpx/tutorial/getting_started/unix_installation.html

@sithhell
Copy link
Member

sithhell commented May 2, 2013

I agree. This needs to change. I think everything should be built by default.

@pagrubel
Copy link
Member

pagrubel commented May 6, 2013

me three. I keep forgetting to make components too

sithhell added a commit that referenced this issue May 6, 2013
@sithhell sithhell closed this as completed May 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants