Skip to content

Commit

Permalink
Use make -j while installing NEURODAMUS (spack#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Sep 30, 2018
1 parent 083046f commit 3fe7126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def syn2_dep_libs(self):

def install(self, spec, prefix):
with working_dir(prefix):
env['MAKEFLAGS'] = '-j{0}'.format(make_jobs)
modlib = os.path.relpath(self.spec['neurodamus-base'].prefix.lib.modlib)
profile_flag = '-DENABLE_TAU_PROFILER' if '+profile' in spec else ''
include_flag = ''
Expand Down

0 comments on commit 3fe7126

Please sign in to comment.