r44791 - in /packages/atlas/trunk/debian: changelog control rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Mon May 14 21:37:16 UTC 2012
Author: sylvestre
Date: Mon May 14 21:37:16 2012
New Revision: 44791
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44791
Log:
* Remove libblas.so.3gf liblapack.so.3gf references before the install
* Fix a typo in the CPU freq (Closes: #672783)
* Update standards version to version 3.9.3
Modified:
packages/atlas/trunk/debian/changelog
packages/atlas/trunk/debian/control
packages/atlas/trunk/debian/rules
Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=44791&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Mon May 14 21:37:16 2012
@@ -1,3 +1,16 @@
+atlas (3.8.4-4~exp4) experimental; urgency=low
+
+ * Remove libblas.so.3gf liblapack.so.3gf references before the install
+ * Fix a typo in the CPU freq (Closes: #672783)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Mon, 14 May 2012 18:45:40 +0200
+
+atlas (3.8.4-4~exp3) experimental; urgency=low
+
+ * Update standards version to version 3.9.3
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Tue, 10 Apr 2012 22:01:50 +0200
+
atlas (3.8.4-4~exp2) experimental; urgency=low
* Join modifications with blas, lapack, atlas and openblas.
Modified: packages/atlas/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/control?rev=44791&op=diff
==============================================================================
--- packages/atlas/trunk/debian/control (original)
+++ packages/atlas/trunk/debian/control Mon May 14 21:37:16 2012
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Sylvestre Ledru <sylvestre at debian.org>
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7), patch, gfortran, libblas-dev,
liblapack-dev, liblapack-pic, libblas-test, cdbs, texlive-latex-base,
ghostscript, cpufrequtils
Modified: packages/atlas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/rules?rev=44791&op=diff
==============================================================================
--- packages/atlas/trunk/debian/rules (original)
+++ packages/atlas/trunk/debian/rules Mon May 14 21:37:16 2012
@@ -58,7 +58,7 @@
while test $$cpu -lt $$ncpu ; do\
if test $$(cpufreq-info -p 2>&1 > /dev/null; echo $$?) \
-eq 0 -a -z "$$(LANG=C cpufreq-info -p -c $$cpu | grep performance)" ; then \
- echo "frequency governor on cpu=$$ncpu is not set to 'performance'"; \
+ echo "frequency governor on cpu=$$cpu is not set to 'performance'"; \
echo "run: 'sudo cpufreq-set -g performance -c cpu#' for each cpu"; \
echo "aborting atlas build"; \
exit 1; \
More information about the debian-science-commits
mailing list