Skip to content

Commit

Permalink
off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSJohnson committed May 11, 2024
1 parent b784705 commit 70a7ffa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ class options:
help='Disable VMD molfile plugins (libnetcdf dependency)')
options, sys.argv[1:] = parser.parse_known_args(namespace=options)

if False:
import monkeypatch_distutils
monkeypatch_distutils.set_parallel_jobs(options.jobs)


def forms_uic(build_lib='modules'):
'''
Convert Qt UI files in "modules/pmg_qt/forms" to Python files in place
Expand Down

0 comments on commit 70a7ffa

Please sign in to comment.