

xcodebuild version 9.2 Build version 9C40b. I have success using cython with OpenMP on macOS 10.13, with gcc 7.2 installed via homebrew, and using anaconda python (2.7). Describe the bug The code provided in Readme.md to install OpenMP on Mac OSX did not work for me. Sudo port install openvas fails, missing lbzip2. I can't make sense of what the issue is, but really need XGboost to run through Python on my computer! To Reproduce I propose that both ways of making OpenMP work on Mac are documented in a separate Markdown file.

Should look like this: rsync:///macports/release/tarballs/ports.tar Ĭhange it to point to the working copy you checked out: file:///opt/mports/macports-ports opt/local/etc/macports/nf in a text editor. Check out the ports tree from git: $ cd /opt/mports $ git clone This step is useful if you want to do port development. (Optional) Configure MacPorts to use port information from Git configure -enable-readline $ make $ sudo make install $ make distclean

configure to relocate MacPorts to another directory if needed. MacPorts uses autoconf and makefiles for installation. $ mkdir -p /opt/mports $ cd /opt/mports $ git clone $ cd macports-base $ git checkout v2.7.2 # skip this if you want to use the development version Will create /opt/mports/macports-base containing everything needed for opt/mports will be used, but you can put the source anywhere. Pick a location to store a working copy of the MacPorts code.
