[shogun] use `CMAKE_BUILD_TYPE=Release` for the Python3-version, too

Björn Esser besser82 at fedoraproject.org
Wed Mar 5 10:20:25 UTC 2014


commit 4cd2e287fee05e41304c5d2eaeefa536d85d617f
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Wed Mar 5 11:19:47 2014 +0100

    use `CMAKE_BUILD_TYPE=Release` for the Python3-version, too

 shogun.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 51e863e..c86847a 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -84,7 +84,7 @@ of it's 'no-redistribute', 'no-commercial-use' license.
 
 Name:			shogun
 Version:		%{branch}.0.1
-Release:		0.3%{?gitrel}%{?dist}
+Release:		0.4%{?gitrel}%{?dist}
 Summary:		Large Scale Machine Learning Toolbox
 
 # ===== License-breakdown =====
@@ -737,7 +737,7 @@ export PYTHONPATH="${PYTHONPATH}:%{python3_sitearch}:%{python3_sitelib}"
 
 pushd %{py3dir}/build
 %cmake										\
-		-DCMAKE_BUILD_TYPE=Distribution					\
+		-DCMAKE_BUILD_TYPE=Release					\
 %if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
 		-DATLAS_LIBRARIES=%{_libdir}/atlas/libtatlas.so			\
 %endif
@@ -952,6 +952,9 @@ popd
 ###############################################################################
 
 %changelog
+* Wed Mar 05 2014 Björn Esser <bjoern.esser at gmail.com> - 3.2.0.1-0.4.git20140305.9b37dc1
+- use `CMAKE_BUILD_TYPE=Release` for the Python3-version, too
+
 * Wed Mar 05 2014 Björn Esser <bjoern.esser at gmail.com> - 3.2.0.1-0.3.git20140305.9b37dc1
 - fixed year in git-snapshot-date
 


More information about the ml mailing list