Disable openmp for now due to issues with eigen3 matrix multiply
This commit is contained in:
parent
95345bd9a1
commit
c64e716c2a
4
gdl.spec
4
gdl.spec
@ -130,6 +130,7 @@ popd
|
|||||||
-DUDUNITS=ON \\\
|
-DUDUNITS=ON \\\
|
||||||
-DUDUNITS_INCLUDE_DIR=%{_includedir}/udunits2 \\\
|
-DUDUNITS_INCLUDE_DIR=%{_includedir}/udunits2 \\\
|
||||||
-DGRIB=ON \\\
|
-DGRIB=ON \\\
|
||||||
|
-DOPENMP=OFF \\\
|
||||||
%{nil}
|
%{nil}
|
||||||
# TODO - build an mpi version
|
# TODO - build an mpi version
|
||||||
# INCLUDES="-I/usr/include/mpich2" \
|
# INCLUDES="-I/usr/include/mpich2" \
|
||||||
@ -201,6 +202,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 8 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9.4-1
|
||||||
|
- Disable openmp for now due to issues with eigen3 matrix multiply
|
||||||
|
|
||||||
* Fri Oct 4 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9.4-1
|
* Fri Oct 4 2013 Orion Poplawski <orion@cora.nwra.com> - 0.9.4-1
|
||||||
- Add patch to fix use of dynamically sized matrices with Eigen3
|
- Add patch to fix use of dynamically sized matrices with Eigen3
|
||||||
- Add patch to fix -Wreorder warnings
|
- Add patch to fix -Wreorder warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user