GLVis / glvis

Lightweight OpenGL tool for accurate and flexible finite element visualization
http://glvis.org
BSD 3-Clause "New" or "Revised" License
249 stars 51 forks source link

Tweak library paths in `makefile` #258

Closed v-dobrev closed 1 year ago

v-dobrev commented 1 year ago

In makefile, tweak library paths to exclude system library paths like /usr/lib and /usr/lib64; also avoid the system include path /usr/include.

This fixes warnings on some LLNL systems (TOSS-4).

v-dobrev commented 1 year ago

Note: I made a few changes to the GitHub CI to fix it and speed it up.