Skip to content
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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add build script for OSX and .pkg installer #1

wants to merge 4 commits into from

Conversation

darcyliu
Copy link

Solve the issue mlpack/mlpack#364

Darcy Liu 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."
Copy link
Member

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".

@zoq
Copy link
Member

zoq commented Apr 18, 2016

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.

Darcy Liu 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
@darcyliu
Copy link
Author

darcyliu commented Apr 18, 2016

Sorry for the mistakes.
It is true that we do not need compile lapack, armadillo and boost every time. I include these steps in the script just for reminder.

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.

rcurtin pushed a commit that referenced this pull request May 31, 2017
zoq pushed a commit that referenced this pull request Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants