Add -Wno-dev to avoid cmake policy warnings.
This commit is contained in:
parent
e624ebec07
commit
b24aca6da2
@ -6,9 +6,8 @@ class Ravel(Package):
|
|||||||
|
|
||||||
homepage = "https://github.com/scalability-llnl/ravel"
|
homepage = "https://github.com/scalability-llnl/ravel"
|
||||||
|
|
||||||
|
version('1.0.0', git="https://github.com/scalability-llnl/ravel.git",
|
||||||
version('1.0', git="ssh://git@cz-stash.llnl.gov:7999/pave/ravel.git",
|
branch='master')
|
||||||
branch='features/otf2export')
|
|
||||||
|
|
||||||
depends_on('cmake@2.8.9:')
|
depends_on('cmake@2.8.9:')
|
||||||
|
|
||||||
@ -18,6 +17,6 @@ class Ravel(Package):
|
|||||||
depends_on('qt@5:')
|
depends_on('qt@5:')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
cmake(*std_cmake_args)
|
cmake('-Wno-dev', *std_cmake_args)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user