-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add build script for OSX and .pkg installer #1
base: master
Are you sure you want to change the base?
Conversation
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." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, we should write "Install mlpack".
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. |
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
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. |
Solve the issue mlpack/mlpack#364