Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/sci
In directory vz-cvs-3.sog:/tmp/cvs-serv5825/10.4/stable/main/finkinfo/sci
Added Files:
odepkg-oct-stage2.patch odepkg-oct.patch
Log Message:
We're gonna need these...
--- NEW FILE: odepkg-oct.patch ---
diff -Nurd odepkg-0.8.0/DESCRIPTION odepkg/DESCRIPTION
--- odepkg-0.8.0/DESCRIPTION 2011-06-16 03:18:52.000000000 -0700
+++ odepkg/DESCRIPTION 2012-01-29 05:05:10.000000000 -0700
@@ -1,10 +1,10 @@
Name: OdePkg
-Version: 0.8.0
-Date: 2011-06-16
-Author: Thomas Treichl
-Maintainer: Thomas Treichl
-Title: OdePkg.
-Description: A package for solving ordinary differential equations and more.
+Version: 0.8.2
+Date: 2012-01-30
+Author: Thomas Treichl <[email protected]>
+Maintainer: Thomas Treichl <[email protected]>
+Title: OdePkg
+Description: A package for solving ordinary differential equations and more.
Categories: Differential Equations
Depends: octave (>= 3.2.0)
[...7735 lines suppressed...]
This program is free software; you can redistribute it and/or modify
@@ -461,7 +461,7 @@
// PKG_ADD: autoload ("oders", "dldsolver.oct");
DEFUN_DLD (oders, args, nargout,
"-*- texinfo -*-\n\
-@deftypefn {Function File} {[@var{}] =} oders (@var{@@fun}, @var{slot},
@var{init}, [@var{opt}], [@var{par1}, @var{par2}, @dots{}])\n\
+@deftypefn {Loadable Function} {[@var{}] =} oders (@var{@@fun}, @var{slot},
@var{init}, [@var{opt}], [@var{par1}, @var{par2}, @dots{}])\n\
@deftypefnx {Command} {[@var{sol}] =} oders (@var{@@fun}, @var{slot},
@var{init}, [@var{opt}], [@var{par1}, @var{par2}, @dots{}])\n\
@deftypefnx {Command} {[@var{t}, @var{y}, [@var{xe}, @var{ye}, @var{ie}]] =}
oders (@var{@@fun}, @var{slot}, @var{init}, [@var{opt}], [@var{par1},
@var{par2}, @dots{}])\n\
\n\
diff -Nurd odepkg-0.8.0/src/odepkg_octsolver_seulex.cc
odepkg/src/odepkg_octsolver_seulex.cc
--- odepkg-0.8.0/src/odepkg_octsolver_seulex.cc 2011-06-16 02:56:00.000000000
-0700
+++ odepkg/src/odepkg_octsolver_seulex.cc 2012-01-29 05:05:10.000000000
-0700
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2007-2009, Thomas Treichl <[email protected]>
+Copyright (C) 2007-2012, Thomas Treichl <[email protected]>
OdePkg - A package for solving ordinary differential equations and more
This program is free software; you can redistribute it and/or modify
--- NEW FILE: odepkg-oct-stage2.patch ---
diff -Nurd odepkg-0.8.0.patched.once/src/Makefile
odepkg-0.8.0.patched.twice/src/Makefile
--- odepkg-0.8.0.patched.once/src/Makefile 2012-04-01 15:20:15.000000000
-0700
+++ odepkg-0.8.0.patched.twice/src/Makefile 2012-04-01 15:29:02.000000000
-0700
@@ -10,15 +10,8 @@
# MKOCTFILE = $(MKOCTFILE) has already been defined in Makeconf
# MKMEXFILE = $(MKOCTFILE) --mex
MKOCTFILE = mkoctfile
-ifeq (gfortran,$(findstring gfortran,$(F77)))
- MKF77FILE = FFLAGS="-fno-automatic $(FFLAGS)" $(MKOCTFILE)
-endif
-ifeq (g95,$(findstring g95,$(F77)))
- MKF77FILE = FFLAGS="-fstatic $(FFLAGS)" $(MKOCTFILE)
-else
- # eg. the combination f2c with fort77
- MKF77FILE = FFLAGS="$(FFLAGS)" $(MKOCTFILE)
-endif
+MKFFLAGS := $(shell mkoctfile -p FFLAGS)
+MKF77FILE = FFLAGS="-fno-automatic $(MKFFLAGS)" $(MKOCTFILE)
LAPACK_LIBS := $(shell mkoctfile -p LAPACK_LIBS)
FLIBS := $(shell mkoctfile -p FLIBS)
------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs