Skip to content

Commit

Permalink
add nightwatch, desimeter, and parallel make
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Apr 24, 2020
1 parent 6f43fc3 commit 447f243
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion py/desiutil/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'desietc': 'https://github.com/desihub/desietc',
'desici': 'https://github.com/desihub/desici',
'desilamps': 'https://github.com/desihub/desilamps',
'desimeter': 'https://github.com/desihub/desimeter',
'desimodel': 'https://github.com/desihub/desimodel',
'desimodules': 'https://github.com/desihub/desimodules',
'desisim': 'https://github.com/desihub/desisim',
Expand All @@ -47,6 +48,7 @@
'fiberassign': 'https://github.com/desihub/fiberassign',
'gcr-catalogs': 'https://github.com/desihub/gcr-catalogs',
'imaginglss': 'https://github.com/desihub/imaginglss',
'nightwatch': 'https://github.com/desihub/nightwatch',
'quicksurvey_example': 'https://github.com/desihub/quicksurvey_example',
'redrock': 'https://github.com/desihub/redrock',
'redrock-templates': 'https://github.com/desihub/redrock-templates',
Expand Down Expand Up @@ -845,7 +847,7 @@ def install(self):
if 'src' in self.build_type:
command = ['make', '-C', 'src', 'all']
else:
command = ['make', 'install']
command = ['make', '-j', '8', 'install']
self.log.debug(' '.join(command))
if self.options.test:
self.log.debug("Test Mode. Skipping 'make install'.")
Expand Down

0 comments on commit 447f243

Please sign in to comment.