Add build script for OSX and .pkg installer #1
Open
darcyliu wants to merge 4 commits into
Open
Conversation
added 2 commits
April 17, 2016 12:59
Building an OSX installer package 1. Compiling the source code 2. Run the ’build-osx-pkg.sh’ script It will generate a package file ‘mlpack.pkg’ without code sign.
| <line choice="install"/> | ||
| </choices-outline> | ||
|
|
||
| <choice id="install" visible="true" title="Install Rust" description="Install the Rust compiler, package manager and documentation." |
Member
There was a problem hiding this comment.
I think, we should write "Install mlpack".
Member
|
Thanks for taking the time, to setup the installer for OSX. Just some notes: Once we configured the jenkins OSX build, there is no need to write an extra file to build lapack. We just have to make sure, that all the necessary files are in the right directory. |
added 2 commits
April 18, 2016 16:06
This file is adapted from https://github.com/rust-lang/rust-installer The command-line programs will be installed in the /usr/local/bin, the library will be placed in /usr/local/lib and the header files can be found at /usr/local/include
Author
|
Sorry for the mistakes. Could we use the address http://ci.mlpack.org/ in the documentation and make a redirection to the real server, then if the server location is changed, we only need change the redirection without modify the documentation everywhere. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solve the issue mlpack/mlpack#364