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 some help strings to BinDeps #331

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

add some help strings to BinDeps #331

wants to merge 4 commits into from

Conversation

simonbyrne
Copy link
Contributor

also remove a very old deprecated function, and slightly rearrange.

simonbyrne and others added 3 commits October 4, 2017 21:30
also remove a _very_ old deprecated function, and slightly rearrange.
src/BinDeps.jl Outdated
"""
CreateDirectory(dir, mayexist=true) <: BuildStep

Specifies that the directory `dir` should be created. `mayexist` specifies if whether or not the directory may exist.
Copy link
Member

Choose a reason for hiding this comment

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

"If whether or not" is a little awkward.

"""
CCompile(src, dest, options, libs) <: BuildStep

Compile C file `src` to `dest`.
Copy link
Member

Choose a reason for hiding this comment

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

Might be good to provide equivalent pseudocode like cc src -o dest <options>, etc.

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