arras-energy / gridlabd

Arras Energy simulator
https://www.arras.energy/
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

added libraries to library path for gha, symlinked glibtool to libtool #160

Closed Thistleman closed 7 months ago

Thistleman commented 7 months ago

This PR addresses the failing CI/CD builds for macos images.

Github runners using MACOS were unable to locate libraries that were tested and confirmed to be in their /usr/local directories. Additionally, macos 13 was unable to locate libtool, which is due to glibtool being installed.

Symlinked glibtool to libtool to resolve the naming issue.

Added LIBRARY_PATH to the github environment, and added the /usr/local/(lib/opt/include) directories to the path. This allows the runner's compiler to now find the needed libraries.