The purpose of this repo is to allow continued development of the Extensible Computational Chemistry Environment (ECCE) which used to be maintained by the PNNL
Other
9
stars
5
forks
source link
Many app Makefiles are out of date missing dependencies on libjpeg and libfreetype #41
I have just tried to build ECCE on a Linux machine and found that a bunch of app Makefiles do not include -ljpeg and -lfreetype on the link line. This results in many undefined functions. The apps in question are:
basistool
builder
calced
dirdyed
gateway
launcher
machbrowser
machregister
mddynamics
mdenergy
mdoptimize
mdprepare
messagedialog
metadyn
organizer
passdialog
pertable
polyrate
solvate
symmetry
vizthumbnail
I have fixed all these Makefiles by hand (although I suppose they should be regenerated by genmake) and am happy to contribute these changes. Any suggestions as to how to best contribute these fixes?
I have just tried to build ECCE on a Linux machine and found that a bunch of app Makefiles do not include -ljpeg and -lfreetype on the link line. This results in many undefined functions. The apps in question are:
genmake
) and am happy to contribute these changes. Any suggestions as to how to best contribute these fixes?