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

The example from the front page does not work #6

Open
certik opened this issue Jul 2, 2014 · 3 comments
Open

The example from the front page does not work #6

certik opened this issue Jul 2, 2014 · 3 comments

Comments

@certik
Copy link
Member

certik commented Jul 2, 2014

I tried to do the example from the front page, and it doesn't work:

/scratch/x$ ./hashdist/bin/hit build hashstack/examples/proteus.linux2.yaml
[ERROR] [Errno 2] No such file or directory: u'/scratch/x/hashstack/examples/debian.yaml'

Because one has to do this instead:

/scratch/x$ cp hashstack/examples/cloud.sagemath.yaml hashstack/
/scratch/x$ ./hashdist/bin/hit build hashstack/cloud.sagemath.yaml
Downloading http://curl.haxx.se/download/curl-7.37.0.tar.gz...
Downloading 'http://curl.haxx.se/download/curl-7.37.0.tar.gz'
[=========================] 100.0% (3.5MB of 3.5MB) 1.543MB/s ETA 0s
[curl] Building curl/7ypua4opib42, follow log with:
[curl]   tail -f /projects/b1cc51a6-c4a2-4281-98b4-a5c2b1dea21b/.hashdist/tmp/curl-7ypua4opib42/build.log
...

@ahmadia did this ever worked for you?

@certik
Copy link
Member Author

certik commented Jul 2, 2014

Here is the full set of commands, that work on cloud.sage:

$ git clone https://github.com/hashdist/hashdist.git
$ git clone https://github.com/hashdist/hashstack.git
$ cd hashstack
$ cat > cloud.sagemath.yaml << EOF
extends:
- file: linux.yaml
packages:
  mpi:
    use: host-mpi
  boost:
    toolset: gcc
    address_model: 64
  piranha:
EOF
$ ../hashdist/bin/hit build cloud.sagemath.yaml -j10

I tested it.

@ahmadia
Copy link
Contributor

ahmadia commented Jul 2, 2014

Heh, oops :)

@ahmadia
Copy link
Contributor

ahmadia commented Jul 2, 2014

Want to submit a PR for your example? I had meant to get something working that builds the scipy stack (and doesn't throw that error) but didn't get around to it.

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

2 participants