r44825 - in /packages/atlas/branches/atlas-3.9/trunk/debian: changelog rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Fri May 18 16:30:49 UTC 2012


Author: sylvestre
Date: Fri May 18 16:30:47 2012
New Revision: 44825

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44825
Log:
Various improvements

Modified:
    packages/atlas/branches/atlas-3.9/trunk/debian/changelog
    packages/atlas/branches/atlas-3.9/trunk/debian/rules

Modified: packages/atlas/branches/atlas-3.9/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/atlas-3.9/trunk/debian/changelog?rev=44825&op=diff
==============================================================================
--- packages/atlas/branches/atlas-3.9/trunk/debian/changelog (original)
+++ packages/atlas/branches/atlas-3.9/trunk/debian/changelog Fri May 18 16:30:47 2012
@@ -1,4 +1,4 @@
-atlas3.9 (3.9.69-1) experimental; urgency=low
+atlas3.9 (3.9.72-1) experimental; urgency=low
 
   * New upstream major release (developer release)
   * Packages + path renamed

Modified: packages/atlas/branches/atlas-3.9/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/branches/atlas-3.9/trunk/debian/rules?rev=44825&op=diff
==============================================================================
--- packages/atlas/branches/atlas-3.9/trunk/debian/rules (original)
+++ packages/atlas/branches/atlas-3.9/trunk/debian/rules Fri May 18 16:30:47 2012
@@ -11,8 +11,8 @@
 MODE_BITWIDTH = 32
 
 # 0 means Unknown CPU. Leave Atlas find out
-# 1 means no extension
-ARCHS=base_0_1
+# 256 means SSE
+ARCHS=base_0_256
 DEB_SHLIBDEPS_INCLUDE_libatlas3gf-base := $(CURDIR)/debian/libatlas3gf-base/usr/lib/atlas-base/:$(CURDIR)/debian/libatlas3gf-base/usr/lib/atlas-base/atlas/
 
 # # see what do we do with the amd64 / intel 64
@@ -30,22 +30,17 @@
 MODE_BITWIDTH = 64
 endif
 
-GFORTRAN_LIB_PATH=`gcc -print-search-dirs|grep ^install:|awk '{print $$2}'`
 
 COMMON_CONFIG_PARAMS := --prefix="$(DEB_DESTDIR)" 	\
 	--incdir="$(DEB_DESTDIR)/usr/include/"			\
 	--libdir="$(DEB_DESTDIR)/usr/lib/$$targetName"		\
-	--cc="${CC}" 									\
-	--cflags="${CFLAGS}" 							\
 	-D c -DWALL 									\
 	-b $(MODE_BITWIDTH) 							\
-	-Fa alg '-Wa,--noexecstack -fPIC' 				\
-	-Ss f77lib "-L$(GFORTRAN_LIB_PATH) -lgfortran -lgcc_s -lpthread"  \
-	-Ss pmake '$(MAKE)'					\
+	-Fa alg '-fPIC' 				\
 	-A $$atlasArch									\
 	-V $$atlasISA 									\
 	-v 2
-# ../../configure --cc="cc" --cflags="-g -O2" -D c -DWALL -b 64 -Fa alg '-Wa,--noexecstack -fPIC' -Ss flapack /usr/lib/liblapack_pic.a -Ss f77lib "-L/usr/lib/gcc/x86_64-linux-gnu/4.4.5/ -lgfortran -lgcc_s -lpthread" -Ss pmake '/usr/bin/make -j 1' -A 0 -V 1 -v 2 -Si cputhrchk 0 -t 2
+# ../../configure --cc="cc" --cflags="-g -O2" -D c -DWALL -b 64 -Fa alg '-fPIC' -Ss flapack /usr/lib/liblapack_pic.a -A 0 -V 1 -v 2 -Si cputhrchk 0 -t 2
 custom: custom-stamp
 
 # Build a custom package optimized for the current arch




More information about the debian-science-commits mailing list