pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/gsl/patches forgot to add on last commit



details:   https://anonhg.NetBSD.org/pkgsrc/rev/230bb150025f
branches:  trunk
changeset: 461359:230bb150025f
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Sun Sep 14 21:14:08 2003 +0000

description:
forgot to add on last commit

diffstat:

 math/gsl/patches/patch-ac |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r 134a6d600047 -r 230bb150025f math/gsl/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/gsl/patches/patch-ac Sun Sep 14 21:14:08 2003 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.3 2003/09/14 21:14:08 dmcmahill Exp $
+
+add some missing constants
+
+--- const/gsl_const_cgsm.h.orig        Fri Jul 25 15:18:18 2003
++++ const/gsl_const_cgsm.h
+@@ -116,5 +116,7 @@
+ #define GSL_CONST_CGSM_DYNE (1e0) /* cm g / s^2 */
+ #define GSL_CONST_CGSM_JOULE (1e7) /* g cm^2 / s^2 */
+ #define GSL_CONST_CGSM_ERG (1e0) /* g cm^2 / s^2 */
++#define GSL_CONST_CGSM_VACUUM_PERMITTIVITY (8.854187817e-19) /* abamp^2 s^4 / g cm^3 */
++#define GSL_CONST_CGSM_VACUUM_PERMEABILITY (1.25663706144e1) /* g cm / abamp^2 s^2 */
+ 
+ #endif /* __GSL_CONST_CGSM__ */



Home | Main Index | Thread Index | Old Index