[82242] trunk/dports/math/atlas

vince at macports.org vince at macports.org
Thu Aug 11 08:13:25 PDT 2011


Revision: 82242
          http://trac.macports.org/changeset/82242
Author:   vince at macports.org
Date:     2011-08-11 08:13:24 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
Fixes a bug with i386/x86_64 universal compilation.

Modified Paths:
--------------
    trunk/dports/math/atlas/Portfile
    trunk/dports/math/atlas/files/patch-Makefile_pthreads_misc.diff

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2011-08-11 13:38:25 UTC (rev 82241)
+++ trunk/dports/math/atlas/Portfile	2011-08-11 15:13:24 UTC (rev 82242)
@@ -197,6 +197,7 @@
 											-Fa alg '-fPIC -m64'
 	lappend merger_configure_args(i386) 	--cc='${configure.cc} -m32' \
 											-b 32 \
+											-A 15 \
 											-s gas_x86_32 \
 											-Fa alg '-fPIC -m32'
 	lappend merger_configure_args(x86_64) 	--cc='${configure.cc} -m64' \

Modified: trunk/dports/math/atlas/files/patch-Makefile_pthreads_misc.diff
===================================================================
--- trunk/dports/math/atlas/files/patch-Makefile_pthreads_misc.diff	2011-08-11 13:38:25 UTC (rev 82241)
+++ trunk/dports/math/atlas/files/patch-Makefile_pthreads_misc.diff	2011-08-11 15:13:24 UTC (rev 82242)
@@ -1,11 +1,11 @@
 --- Makefile.orig	2011-08-01 09:02:42.000000000 +0200
 +++ Makefile	2011-08-01 09:04:08.000000000 +0200
-@@ -86,7 +86,7 @@
+@@ -87,7 +87,7 @@
  zlvlm : zlib
  #
  alib  : alib.grd
--slib  : slib.grd
-+slib  : slib.grd alib.grd
- dlib  : dlib.grd
+ slib  : slib.grd
+-dlib  : dlib.grd
++dlib  : dlib.grd alib.grd
  clib  : clib.grd
  zlib  : zlib.grd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110811/10666f6a/attachment.html>


More information about the macports-changes mailing list