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

windows: Add basic argument parsing to driver script #115

Merged

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented Nov 1, 2018

And fix related bugs.

@thewtex thewtex requested a review from jcfr November 1, 2018 19:18
@@ -148,7 +150,8 @@ def build_wheel(python_version, single_wheel=False,
"-DITK_BINARY_DIR:PATH=%s" % build_path,
"-DPYTHON_EXECUTABLE:FILEPATH=%s" % python_executable,
"-DPYTHON_INCLUDE_DIR:PATH=%s" % python_include_dir,
"-DPYTHON_LIBRARY:FILEPATH=%s" % python_library
"-DPYTHON_LIBRARY:FILEPATH=%s" % python_library,
"-DDOXYGEN_EXECUTABLE:FILEPATH=C:/P/doxygen/doxygen.exe",
Copy link
Contributor

Choose a reason for hiding this comment

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

May be "-DDOXYGEN_EXECUTABLE:FILEPATH=C:/P/doxygen/doxygen.exe" could be conditionally specified is optional .. or an exception could be raised early if not available ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, we can do more with Doxygen. I created #116 to track it.

@jcfr
Copy link
Contributor

jcfr commented Nov 1, 2018

Beside of one nitpick. 👍

@thewtex
Copy link
Member Author

thewtex commented Nov 1, 2018

@jcfr thanks for the review!

@thewtex thewtex merged commit d0e47b5 into InsightSoftwareConsortium:master Nov 1, 2018
@thewtex thewtex deleted the windows-driver-argparse branch November 1, 2018 21:18
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