parsplice: fix build (#11462)
This commit is contained in:
parent
1dc8f952a5
commit
0226a95232
1 changed files with 2 additions and 2 deletions
|
@ -22,12 +22,12 @@ class Parsplice(CMakePackage):
|
|||
depends_on("cmake@3.1:", type='build')
|
||||
depends_on("berkeley-db")
|
||||
depends_on("nauty")
|
||||
depends_on("boost")
|
||||
depends_on("boost cxxstd=11")
|
||||
depends_on("mpi")
|
||||
depends_on("eigen@3:")
|
||||
depends_on("lammps+lib@20170901:")
|
||||
|
||||
def cmake_args(self):
|
||||
options = ['-DBUILD_SHARED_LIBS=ON']
|
||||
options = ['-DBUILD_SHARED_LIBS=ON', '-DBoost_NO_BOOST_CMAKE=ON']
|
||||
|
||||
return options
|
||||
|
|
Loading…
Reference in a new issue