https://bugzilla.redhat.com/show_bug.cgi?id=1020088



--- Comment #15 from Thibault North <thibault.no...@gmail.com> ---
This seems to fix both issues (tested on f19 and f20):

--- blosc.spec  2013-10-21 14:34:52.000000000 -0400
+++ blosc.spec.new      2013-10-21 23:33:40.395646556 -0400
@@ -39,7 +39,7 @@
 # Use the proper library path and SSE2 instruction on 64bits systems
 %ifarch x86_64
 cmake %{?_cmake_lib_suffix64} \
-    -DCMAKE_C_FLAGS:STRING="%{optflags} -msse2" \
+    -DCMAKE_C_FLAGS:STRING="%{optflags}" \
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
     -DBUILD_STATIC:BOOL=OFF \
     -DTEST_INCLUDE_BENCH_SUITE:BOOL=OFF .
@@ -69,7 +69,6 @@
 %check
 make test VERBOSE=1

-%global _docdir_fmt %{name}

 %install

http://tnorth.fedorapeople.org/rev/blosc.spec
http://tnorth.fedorapeople.org/rev/blosc-1.2.3-8.fc19.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to