Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Makefile and shell script improvements from an internal projectwip/lantw/license-makefile-shell-scripts | Ting-Wei Lan | 2019-04-25 | 1 | -0/+1 |
| | | | | | | | The Makefile used in this project was based on the one used in an internal project. Since the Makefile and shell scripts have been refactored several times and become easier to use, it should be good to bring these improvements to the project. | ||||
* | env.sh: set LD_LIBRARY_PATH and DYLD_LIBRARY_PATH | Wei-Ning Huang | 2018-09-21 | 1 | -0/+4 |
| | |||||
* | bin: allow non-root homebrew install to work (#113) | Wei-Ning Huang | 2018-09-18 | 1 | -0/+11 |
In order for non-root homebrew install to work, we need to setup some custom CFLAGS and LDFLAGS variables, we also need to patch the mcl library so we are able to build. A PR is sent to the mcl upstream, the local patch will be removed once the upstream PR is merged. |