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

On MacOS, build.sh installs arithmoi without llvm #403

Merged
merged 1 commit into from
Mar 5, 2015

Conversation

FranklinChen
Copy link
Contributor

@gibiansky
Copy link
Member

Do you mean -fllvm? -llvm I think is enabled by default already, no? (I might be misreading things...)

@FranklinChen
Copy link
Contributor Author

cabal install --constraint "arithmoi -llvm" ... is correct.

cabal install 'arithmoi==0.4.*' -f -llvm for installing just arithmoi is also correct.

By the way, just a few seconds ago I finally completed a fully automated install of IHaskell on Mac OS on a fresh machine. It was quite involved (since my normal machines had a lot of state already from fiddling around with things) but I got it working and will verify it by wiping everything and running my script.

Right now I have the setup do various things before finally calling ./build.sh all and ./build.sh display. Should I just submit this wrapper script as a specific mac-build-everything.sh or something like that?

@gibiansky
Copy link
Member

Sounds good. Yes, wrapper script sounds good -- that said, make sure there is good documentation about what the script does (even if just as comments in the script), because as a user, I would be afraid of running such a script, given that it has to do a lot of things (install native libs, etc).

gibiansky added a commit that referenced this pull request Mar 5, 2015
On MacOS, build.sh installs arithmoi without llvm
@gibiansky gibiansky merged commit 7c97ecd into IHaskell:master Mar 5, 2015
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