evaleev / libint

Libint: high-performance library for computing Gaussian integrals in quantum mechanics
Other
230 stars 96 forks source link

release 2.5.0 - boost preprocessor not found #121

Closed ajaypanyala closed 5 years ago

ajaypanyala commented 5 years ago

Trying out release 2.5.0 pre-generated lib (std ints) - config.log here

I get an error when compiling hartree_fock++

 /opt/libint/include/libint2/engine.impl.h:35:11: fatal error: boost/preprocessor.hpp: No such file or directory
 # include <boost/preprocessor.hpp> 
           ^~~~~~~~~~~~~~~~~~~~~~~~
evaleev commented 5 years ago

Could you please post the config.log file? Looks like usable system boost should have been found

On Sat, Apr 6, 2019, 7:05 PM Ajay Panyala notifications@github.com wrote:

Trying out release 2.5.0 pre-generated lib (std ints) - config.log here https://github.com/evaleev/libint/files/3051021/config.log

I get an error when compiling hartree_fock++

/opt/libint/include/libint2/engine.impl.h:35:11: fatal error: boost/preprocessor.hpp: No such file or directory

include <boost/preprocessor.hpp>

       ^~~~~~~~~~~~~~~~~~~~~~~~

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/evaleev/libint/issues/121, or mute the thread https://github.com/notifications/unsubscribe-auth/ACF0Z-7DUV8IK1V6xdDJ3bFsJIBxBW_4ks5veSg9gaJpZM4cgdpg .

ajaypanyala commented 5 years ago

https://github.com/evaleev/libint/files/3051021/config.log

evaleev commented 5 years ago

fixed via 4c5efd1527d7ea82e4d47edbeeab9230ac353092 ... I pulled 2.5.0 and will rerelease today ... thanks for the heads up!