pmodels / bolt

Official BOLT Repository
https://www.bolt-omp.org
Other
26 stars 13 forks source link

Fix OSX support #64

Closed shintaro-iwasaki closed 4 years ago

shintaro-iwasaki commented 4 years ago

This PR fixes OSX support. When the embedded Argobots is used, compilation fails on OSX because CMake scripts assume .so as an extension of a shared library (in this case, libabt).

This PR fixes shared library setting, which should resolve the problem found in #63.

shintaro-iwasaki commented 4 years ago

test:bolt/all