msg-byu / enumlib

Derivative structure enumeration library
MIT License
59 stars 34 forks source link

Problem in makefile (path to libraries) #34

Closed glwhart closed 7 years ago

glwhart commented 7 years ago

Shouldn't the path to the libraries be changed to this?

# enumlib library paths                                                                                                            
LBD1 = ../../symlib/src
LBD2 = ../../polya/fortran

Right now we only go up one. That leaves us in the root "enumlib" directory...

If so, how have we missed this so long?

glwhart commented 7 years ago

Nope, Wiley corrected me. This is a problem if symlib and polya are checked out separately, but enumlib should be checked out recursively, which will include symlib and polya.

git clone --recursive http://github.com/msg-byu/enumlib.git