Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sci
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6724

Added Files:
        apbs.patch 
Log Message:
add fixes to build python support

--- NEW FILE: apbs.patch ---
--- apbs-1.1.0-source/tools/python/Makefile.in.org      2009-04-13 
18:09:30.000000000 -0400
+++ apbs-1.1.0-source/tools/python/Makefile.in  2009-04-13 18:10:50.000000000 
-0400
@@ -52,7 +52,6 @@
        ${top_builddir}/bin/.libs/libapbsmainroutines.a \
        ${top_builddir}/src/aaa_lib/.libs/libapbs.a \
        ${top_builddir}/contrib/lib/libmaloc.a \
-       ${top_builddir}/contrib/lib/libapbsblas.a \
        $(am__DEPENDENCIES_1)
 DEFAULT_INCLUDES = -I. -I$(top_builddir)/src/aaa_...@am__isrc@
 depcomp =
@@ -235,7 +234,7 @@
 SUBDIRS = vgrid 
 _apbslib_so_SOURCES = apbslib.c
 _apbslib_so_LINK = $(PY_CC) $(PY_LINKFLAGS) -o $@ $(PY_SHARED)
-_apbslib_so_LDADD = ${top_builddir}/bin/.libs/libapbsmainroutines.a 
${top_builddir}/src/aaa_lib/.libs/libapbs.a 
${top_builddir}/contrib/lib/libmaloc.a 
${top_builddir}/contrib/lib/libapbsblas.a $(PY_LDFLAGS)
+_apbslib_so_LDADD = ${top_builddir}/bin/.libs/libapbsmainroutines.a 
${top_builddir}/src/aaa_lib/.libs/libapbs.a 
${top_builddir}/contrib/lib/libmaloc.a $(PY_LDFLAGS)
 all: all-recursive
 
 .SUFFIXES:
--- apbs-1.1.0-source/configure.org     2009-04-13 18:45:48.000000000 -0400
+++ apbs-1.1.0-source/configure 2009-04-13 18:46:20.000000000 -0400
@@ -22073,7 +22073,7 @@
                        ;;
                darwin**)
                        PY_CC=${F77}
-                       PY_LINKFLAGS="-Wl,-framework -Wl,Python -shared"
+                       PY_LINKFLAGS="-Wl,-framework -Wl,Python -bundle"
                        PY_LDFLAGS="-Wl,-framework -Wl,Accelerate"
                        ;;
                mingw*)


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to