1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/ad054a328b74/ changeset: r5033:ad054a328b74 user: natefoo date: 2011-02-09 22:29:50 summary: Fixes for scrambling python-daemon and pysam. affected #: 3 files (67 bytes)
--- a/dist-eggs.ini Wed Feb 09 16:18:56 2011 -0500 +++ b/dist-eggs.ini Wed Feb 09 16:29:50 2011 -0500 @@ -96,5 +96,6 @@ ; don't build these eggs on these platforms: [ignore] GeneTrack = py2.4 +python-daemon = py2.4 pysam = py2.4-solaris-2.8-sun4u_32-ucs2 py2.5-solaris-2.8-sun4u_32-ucs2 py2.6-solaris-2.8-sun4u_32-ucs2 py2.4-solaris-2.8-sun4u_64-ucs2 py2.5-solaris-2.8-sun4u_64-ucs2 py2.6-solaris-2.8-sun4u_64-ucs2 ctypes = py2.5-linux-i686-ucs2 py2.5-linux-i686-ucs4 py2.6-linux-i686-ucs2 py2.6-linux-i686-ucs4 py2.5-linux-x86_64-ucs2 py2.5-linux-x86_64-ucs4 py2.6-linux-x86_64-ucs2 py2.6-linux-x86_64-ucs4 py2.5-macosx-10.3-fat-ucs2 py2.6-macosx-10.3-fat-ucs2 py2.6-macosx-10.6-universal-ucs2 py2.5-solaris-2.10-i86pc_32-ucs2 py2.6-solaris-2.10-i86pc_32-ucs2 py2.5-solaris-2.10-i86pc_64-ucs2 py2.6-solaris-2.10-i86pc_64-ucs2 py2.5-solaris-2.8-sun4u_32-ucs2 py2.6-solaris-2.8-sun4u_32-ucs2 py2.5-solaris-2.8-sun4u_64-ucs2 py2.6-solaris-2.8-sun4u_64-ucs2
--- a/scripts/scramble/scripts/pysam-solaris.py Wed Feb 09 16:18:56 2011 -0500 +++ b/scripts/scramble/scripts/pysam-solaris.py Wed Feb 09 16:29:50 2011 -0500 @@ -24,6 +24,7 @@ cc = get_solaris_compiler() if cc == 'cc': os.environ['CFLAGS'] = '-xc99=all' + os.environ['LDFLAGS'] = '-lsocket -lnsl'
# do it execfile( "setup.py", globals(), locals() )
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org