SHA256
1
0
forked from pool/hugin

- disable parallel build and enable verbose compilne

OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=24
This commit is contained in:
Stephan Kulow
2011-10-04 18:27:23 +00:00
committed by Git OBS Bridge
parent 2012f4e1b0
commit 6b4a7a2eac
2 changed files with 7 additions and 15 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 4 18:27:07 UTC 2011 - coolo@suse.com
- disable parallel build and enable verbose compilne
-------------------------------------------------------------------
Tue May 31 16:34:47 CEST 2011 - sbrabec@suse.cz

View File

@@ -59,20 +59,6 @@ Other tools in this package can correct lens distortion, vignetting and
chromatic abberation, create HDR images, provide automatic feature
detection and extraction of key points.
Authors:
--------
Pablo d'Angelo <pablo.dangelo@web.de>
Kai-Uwe Behrmann <ku.b@gmx.de>
Douglas Wilkins
Ed Halley
Ippei Ukai
Bruno Postle
Alexandre Jenny
Ziv Yaniv
John Navas
Luca Vascon
Fabian Wetzel
%prep
%setup -q
# For SVN snapshot:
@@ -98,7 +84,8 @@ export PATH=$PWD/bin:$PATH
LIB_SUFFIX=%{_lib}
LIB_SUFFIX=${LIB_SUFFIX#lib}
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX -DENABLE_LAPACK=ON .
make %{?jobs:-j%jobs}
# parallel make kills our workers
make -j1 VERBOSE=1
%install
%makeinstall