Use site.cfg.example as template to create a new site.cfg.  For openblas, uncomment:
 
[openblas]
library_dirs = /opt/OpenBLAS/lib
include_dirs = /opt/OpenBLAS/include
 
Also, uncomment default section:
 
[DEFAULT]
library_dirs = /usr/local/lib
include_dirs = /usr/local/include
 
That should do it - hopefully.
 
 


 
On Thu, Oct 31, 2013 at 7:13 AM, Neal Becker <ndbecker2@gmail.com> wrote:
Charles R Harris wrote:

> On Thu, Oct 31, 2013 at 6:58 AM, Neal Becker <ndbecker2@gmail.com> wrote:
>
>> Thanks for the release!
>>
>> I am having a hard time finding the build instructions.  Could you please
>> add
>> this to the announcement?
>>
>
> What sort of build instructions are you looking for?
>
> Chuck

How to build from source, what are some settings for site.cfg.  I did get this
figured out (wanted to try out openblas), but it could be a small barrier to
new users.


That should be explained in INSTALL.txt. It may be a bit outdated at this point. If so, could you make a PR adding relevant bits from your experience.

Chuck