[gdl] Re-enable openmp. Appears to be working now.

Orion Poplawski orion at fedoraproject.org
Fri Oct 3 21:01:54 UTC 2014


commit 55be3f27721e9d3d8663ea49f5589984dab21825
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Oct 3 15:01:42 2014 -0600

    Re-enable openmp.  Appears to be working now.

 gdl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gdl.spec b/gdl.spec
index d74e2a8..986a73e 100644
--- a/gdl.spec
+++ b/gdl.spec
@@ -2,7 +2,7 @@
 
 Name:           gdl
 Version:        0.9.4
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        GNU Data Language
 
 Group:          Applications/Engineering
@@ -135,7 +135,7 @@ popd
    -DUDUNITS=ON \\\
    -DUDUNITS_INCLUDE_DIR=%{_includedir}/udunits2 \\\
    -DGRIB=ON \\\
-   -DOPENMP=OFF \\\
+   -DOPENMP=ON \\\
 %{nil}
 # TODO - build an mpi version
 #           INCLUDES="-I/usr/include/mpich2" \
@@ -207,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 3 2014 Orion Poplawski <orion at cora.nwra.com> - 0.9.4-7
+- Re-enable openmp.  Appears to be working now.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list