hkmoffat / cantera

Automatically exported from code.google.com/p/cantera
0 stars 0 forks source link

Scons can't find the C++ erf.hpp #174

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.scons build

What is the expected output? What do you see instead?

Checking for C++ header file boost/math/special_functions/erf.hpp... no

What version of the product are you using? On what operating system?
Ubuntu 12.04 , python2.7 , sundials 2.5.0 , cython 0.19.1 
libboost-all-dev

Please provide any additional information below.
Manually looking for the erf.hpp file is no problem , it is in 
/usr/include/boost/math/special_functions/erf.hpp but the scons builder can't 
find it.

What can I do ?

Thanks Daniel

Original issue reported on code.google.com by thalando...@gmail.com on 20 Sep 2013 at 1:15