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

Remove some excess conditionals in the build script #432

Merged
merged 2 commits into from
Jul 20, 2017
Merged

Conversation

ararslan
Copy link
Member

Non-functional change

@ararslan ararslan requested a review from musm July 18, 2017 21:56
deps/build.jl Outdated
end

if is_apple()
elseif is_apple()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we leave this as it was , otherwise LGTM

if is_windows()
    using WinRPM
    provides(WinRPM.RPM, "hdf5", hdf5, os=:Windows)
end

if is_apple()
    using Homebrew
    provides(Homebrew.HB, "hdf5", hdf5, os=:Darwin)
end

@musm musm merged commit fce848c into master Jul 20, 2017
@musm musm deleted the aa/branches branch July 20, 2017 02:32
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.

None yet

2 participants