Add back verbose parameter for make
OBS-URL: https://build.opensuse.org/package/show/science/vtk?expand=0&rev=36
This commit is contained in:
parent
cf48090bfd
commit
ad0c0e3414
2
vtk.spec
2
vtk.spec
@ -293,7 +293,7 @@ cmake .. \
|
||||
# Package fails to compile with the following option (Note: postgresql-devel and libpqxx-devel are needed as dependencies)
|
||||
# -DVTK_USE_POSTGRES:BOOL=ON \
|
||||
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} VERBOSE=1
|
||||
|
||||
# Remove executable bits from sources (some of which are generated)
|
||||
find . -name \*.c -or -name \*.cxx -or -name \*.h -or -name \*.hxx -or -name \*.gif | xargs chmod -x
|
||||
|
Loading…
Reference in New Issue
Block a user