habanero-rice / hclib

A C/C++ task-based programming model for shared memory and distributed parallel computing.
http://habanero-rice.github.io/hclib/
BSD 3-Clause "New" or "Revised" License
71 stars 35 forks source link

Fix compilation issue on OSX and remove modules/system folders from build #69

Closed srirajpaul closed 5 years ago

srirajpaul commented 5 years ago

-force_load option is used to load static library in OSX and it was used with JSMN. Since JSMN is not a static library anymore, no need to load it.

modules/system libraries and include files are copied to HCLIB_ROOT and therefore no need to add these extra paths in building HClib programs.

srirajpaul commented 5 years ago

Removed the unused lines rather than commenting them out.