Skip to content

Commit

Permalink
Merge fcc0e86 into 568dc8c
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Jul 26, 2018
2 parents 568dc8c + fcc0e86 commit 7c855e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
# invoking any other functionality from distutils since it can potentially
# modify distutils' behavior.
cmdclassd = register_commands(PACKAGENAME, VERSION, RELEASE)
add_command_option('install', 'with-openmp', 'compile TARDIS without OpenMP',
add_command_option('install', 'with-openmp', 'compile TARDIS with OpenMP',
is_bool=True, )
add_command_option('build', 'with-openmp', 'compile TARDIS with OpenMP',
is_bool=True)
add_command_option('build', 'with-openmp', 'compile TARDIS without OpenMP',
is_bool=True)
add_command_option('develop', 'with-openmp', 'compile TARDIS without OpenMP',
add_command_option('develop', 'with-openmp', 'compile TARDIS with OpenMP',
is_bool=True)
add_command_option('install', 'with-vpacket-logging', 'compile TARDIS with virtual packet logging',
is_bool=True)
Expand Down

0 comments on commit 7c855e2

Please sign in to comment.