[sundials] 14/21: not shipping octave scripts, so README.Debian does not apply

Dima Kogan dima at secretsauce.net
Tue Oct 11 07:13:12 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkogan-guest pushed a commit to branch master
in repository sundials.

commit fe65d2e323188b6f09d50f6ab17ec4fd1f6a4feb
Author: Dima Kogan <dima at secretsauce.net>
Date:   Sat Oct 8 23:46:02 2016 -0700

    not shipping octave scripts, so README.Debian does not apply
---
 debian/README.Debian | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 0033dc2..0000000
--- a/debian/README.Debian
+++ /dev/null
@@ -1,23 +0,0 @@
-sundials for Debian
-----------------
-
-Configuring Octave's startup
-
-
-"""
-Matlab will execute a file named 'startup.m' in the directory it was called from on the command line. Octave does not. It will, however, execute a file named '.octaverc' which can be edited to execute existing files
-
-if ( exist ('startup.m', 'file') )
-  source ('startup.m')  # load startup.m like matlab
-endif
-"""
-
-According to the above doc create or add the folliwng lines to your .octaverc to activate sundials bindings for octave:
-
-     % SUNDIALS Toolbox startup M-file, if it exists.
-     if ( exist('startup_STB.m','file') )
-        source ('startup_STB.m')  # load startup.m like matlab
-     end
-
-
- -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 24 Oct 2011 15:01:41 +0200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list