qsimulate-open / bagel

Brilliantly Advanced General Electronic-structure Library
GNU General Public License v3.0
92 stars 44 forks source link

Bagel installation : Boost regex library #271

Closed satyam2709 closed 9 months ago

satyam2709 commented 9 months ago

Dear Developers:

I am trying to install Bagel. In the newer version (V1.2) of bagel, the config file is giving this error: configure: error: Could not find a version of the Boost::Regex library!****

I have installed the boost librarry, and they are also defined in .bashrc script. I am attaching the config file.

I have also tried the V1.1, the config works fine, but there is an issue with make file. config.log

shiozaki commented 9 months ago

You want to make sure that libboost_regex***.so is under /usr/local/boost/lib. The code that checks Boost components is widely used (not our own) and likely fine. I am closing the issue.