Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18382

Modified Files:
        pygsl-py.info 
Added Files:
        pygsl-py.patch 
Log Message:
Fix build error with GSL 1.13. See: 
http://www.mail-archive.com/[email protected]/msg31697.html


--- NEW FILE: pygsl-py.patch ---
diff -ruN --exclude='*~' pygsl-0.9.4/src/const_cgs_array.c 
pygsl-0.9.4.patched/src/const_cgs_array.c
--- pygsl-0.9.4/src/const_cgs_array.c   2005-04-27 09:53:37.000000000 +0200
+++ pygsl-0.9.4.patched/src/const_cgs_array.c   2010-01-06 11:19:29.000000000 
+0100
@@ -14,10 +14,6 @@
 {"mass_neutron",GSL_CONST_CGS_MASS_NEUTRON,"g"},
 {"rydberg",GSL_CONST_CGS_RYDBERG,"g cm^2 / s^2"},
 {"boltzmann",GSL_CONST_CGS_BOLTZMANN,"g cm^2 / K s^2"},
-{"bohr_magneton",GSL_CONST_CGS_BOHR_MAGNETON,"A cm^2"},
-{"nuclear_magneton",GSL_CONST_CGS_NUCLEAR_MAGNETON,"A cm^2"},
-{"electron_magnetic_moment",GSL_CONST_CGS_ELECTRON_MAGNETIC_MOMENT,"A cm^2"},
-{"proton_magnetic_moment",GSL_CONST_CGS_PROTON_MAGNETIC_MOMENT,"A cm^2"},
 {"molar_gas",GSL_CONST_CGS_MOLAR_GAS,"g cm^2 / K mol s^2"},
 {"standard_gas_volume",GSL_CONST_CGS_STANDARD_GAS_VOLUME,"cm^3 / mol"},
 {"minute",GSL_CONST_CGS_MINUTE,"s"},
@@ -76,9 +72,6 @@
 {"psi",GSL_CONST_CGS_PSI,"g / cm s^2"},
 {"poise",GSL_CONST_CGS_POISE,"g / cm s"},
 {"stokes",GSL_CONST_CGS_STOKES,"cm^2 / s"},
-{"faraday",GSL_CONST_CGS_FARADAY,"A s / mol"},
-{"electron_charge",GSL_CONST_CGS_ELECTRON_CHARGE,"A s"},
-{"gauss",GSL_CONST_CGS_GAUSS,"g / A s^2"},
 {"stilb",GSL_CONST_CGS_STILB,"cd / cm^2"},
 {"lumen",GSL_CONST_CGS_LUMEN,"cd sr"},
 {"lux",GSL_CONST_CGS_LUX,"cd sr / cm^2"},
diff -ruN --exclude='*~' pygsl-0.9.4/src/const_cgsm_array.c 
pygsl-0.9.4.patched/src/const_cgsm_array.c
--- pygsl-0.9.4/src/const_cgsm_array.c  2006-12-21 13:20:15.000000000 +0100
+++ pygsl-0.9.4.patched/src/const_cgsm_array.c  2010-01-06 11:23:27.000000000 
+0100
@@ -77,7 +77,6 @@
 {"stokes",GSL_CONST_CGSM_STOKES,"cm^2 / s"},
 {"faraday",GSL_CONST_CGSM_FARADAY,"abamp s / mol"},
 {"electron_charge",GSL_CONST_CGSM_ELECTRON_CHARGE,"abamp s"},
-{"gauss",GSL_CONST_CGSM_GAUSS,"g / abamp s^2"},
 {"stilb",GSL_CONST_CGSM_STILB,"cd / cm^2"},
 {"lumen",GSL_CONST_CGSM_LUMEN,"cd sr"},
 {"lux",GSL_CONST_CGSM_LUX,"cd sr / cm^2"},

Index: pygsl-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci/pygsl-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pygsl-py.info       24 Sep 2009 21:02:18 -0000      1.1
+++ pygsl-py.info       6 Jan 2010 10:29:11 -0000       1.2
@@ -1,19 +1,21 @@
 Info2: <<
 Package: pygsl-py%type_pkg[python]
-Version: 0.9.0
-Revision: 1
+Version: 0.9.4
+Revision: 2
 Distribution: (%type_pkg[python] = 23) 10.4, (%type_pkg[python] = 24) 10.4, 
(%type_pkg[python] = 24) 10.5
 Type: python(2.3 2.4 2.5 2.6)
 Description: Python interface for the GSL
 License: GPL
 Maintainer: Sebastien Maret <[email protected]>
 Depends: <<
-  python%type_pkg[python] | python%type_pkg[python]-nox, gsl-shlibs (>=1.4),
-  numpy-py%type_pkg[python]
+  python%type_pkg[python] | python%type_pkg[python]-nox, gsl-shlibs (= 1.13-1),
+  numpy-py%type_pkg[python] (>= 1.3.0-4)
 <<
-BuildDepends: gsl (>=1.4)
+BuildDepends: gsl (= 1.13-1)
 Source: mirror:sourceforge:pygsl/pygsl-%v.tar.gz
-Source-MD5: c69c3deed25525f153f2f03942e99040
+Source-MD5: 4751db2c8465f75c72fbc8c8778d64f4
+PatchFile: pygsl-py.patch
+PatchFile-MD5: 93b1cd189239eb4e2149ecdd004149c2
 CompileScript: <<
   python%type_raw[python] setup.py build --array-object=numpy
 <<


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to