solvcon / devenv

Common development environment for solvcon
9 stars 17 forks source link

Fix gmsh installation on mac #82

Closed yungyuc closed 3 years ago

yungyuc commented 3 years ago

ref #81

On Mac, the cmake option ENABLE_OS_SPECIFIC_INSTALL is set to ON, and it does not install the binary to the specified location. Add -DENABLE_OS_SPECIFIC_INSTALL=OFF to the build script.

Also switch to use tarball to make installation more stable.