hashdist / hashstack-old

Obsolete repository, use "hashstack" instead
3 stars 4 forks source link

added config files for darwin, added swig and pce to build scipy, added ... #88

Closed cekees closed 11 years ago

cekees commented 11 years ago

...packages.yml.darwin with patchelf removed

To build on darwin uncomment the darwin line on config.yml and copy packages.yml.darwin to packages.yml.

To use installed profile for now you have to do

cd python-hpcmp2 export PATH=${PWD}/local/bin:${PATH} export PYTHONPATH=${PWD}/local/lib/python2.7:${PWD}/local/lib/python2.7/site-packages:${PWD}/local/lib/python2.7/lib-dynload

certik commented 11 years ago

Thanks! Before I merge it, we should move config.yml to config.yml.example.darwin and I guess config.yml.example to config.yml.example.linux or something. I would also like to test it on linux first, though I don't expect any breakages. I am busy at the moment (preparing scipy tutorial), but I will get to this in the next couple days.

cekees commented 11 years ago

I modified the configuration to build gfortran since the previous branch could only be built if you installed a specific version of gfortran from a third party (the HPC mac website). It takes a long time to build now, but should only require an up-to-date version of Mac OS X and XCode (with command line tools)

certik commented 11 years ago

Ok, I just created packages.linux and merged this.