Skip to content

Commit

Permalink
Synapse tool defaults build with MPI, like others (spack#126)
Browse files Browse the repository at this point in the history
* Synapse tool defaults build with MPI, like others
* Allow neurodamus to link against whichever synapsetool
  • Loading branch information
ferdonline authored and pramodk committed Nov 27, 2018
1 parent 3150f82 commit f5a7899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/neurodamus/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Neurodamus(NeurodamusBase):

depends_on("neuron+profile", when='+profile')
depends_on('reportinglib+profile', when='+profile')
depends_on('synapsetool~mpi~shared', when='+syn2')
depends_on('synapsetool~shared', when='+syn2')
depends_on('tau', when='+profile')

# coreneuron support is available for plasticity model
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/synapsetool/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Synapsetool(CMakePackage):
version('0.2.1', git=url, tag='v0.2.1', submodules=True)
version('0.2.0', git=url, tag='v0.2.0', submodules=True)

variant('mpi', default=False, description="Enable MPI backend")
variant('mpi', default=True, description="Enable MPI backend")
variant('shared', default=True, description="Build shared library")

depends_on('boost@1.55:')
Expand Down

0 comments on commit f5a7899

Please sign in to comment.