firemodels / fds

Fire Dynamics Simulator
https://pages.nist.gov/fds-smv/
Other
674 stars 627 forks source link

FDS Build: Automatic third-party lib build scripts. #13651

Closed cxp484 closed 1 month ago

rmcdermo commented 1 month ago

All: please note that if you are pointing to a local shared version of the SUNDIALS library, for example, on spark we have /shared/sundials/6.7.0, then you need to rename lib64 to lib.

cd /shared/sundials/6.7.0
sudo mv lib64 lib
...