[Pkg-octave-commit] [SCM] Debian packaging for octave-openmpi-ext branch, master, updated. debian/1.0.2-2-12-g5ac9b53

Sébastien Villemot sebastien at debian.org
Mon May 20 11:59:10 UTC 2013


The following commit has been merged in the master branch:
commit 4c0cccfd5d227d6c3bd1e69b2caf4e25109493e8
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon May 20 13:15:57 2013 +0200

    remove-wrong-addpath.patch: remove patch, no longer needed

diff --git a/debian/patches/remove-wrong-addpath.patch b/debian/patches/remove-wrong-addpath.patch
deleted file mode 100644
index c6c138c..0000000
--- a/debian/patches/remove-wrong-addpath.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-Description: Remove useless addpath directive in example scripts
-Author: Sébastien Villemot <sebastien at debian.org>
-Forwarded: not-needed
-Last-Update: 2012-04-13
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/Pi.m
-+++ b/inst/Pi.m
-@@ -16,12 +16,9 @@
- ## along with this program; If not, see <http://www.gnu.org/licenses/>.
- 
- 
--# Please add the oct files openmpi_ext folder 
--# For instance addpath("../src");
- # mpirun -np 5 octave -q --eval "Pi(2E7,'s')"
- 
- function Pi(N,mod)
--addpath("../src");
- # Pi:	Classic PI computation by numeric integration of arctan'(x) in [0..1]
- #
- #	Pi [ ( N [ ,mod ] ) ]
---- a/inst/hello2dimmat.m
-+++ b/inst/hello2dimmat.m
-@@ -1,6 +1,3 @@
--# Please add the oct files openmpi_ext folder 
--# For instance 
--  addpath("../src");
-   MPI_SUCCESS =0;
-   MPI_Init();
- 
---- a/inst/hellocell.m
-+++ b/inst/hellocell.m
-@@ -15,9 +15,6 @@
- ## along with this program; If not, see <http://www.gnu.org/licenses/>.
- 
- 
--# Please add the oct files openmpi_ext folder 
--# For instance 
--addpath("../src");
- # if you have 4 cores or a network of 4 computers with a ssh connection with no password and same openmpi 1.3.3 installation
- # type at the terminal mpirun -np 4 octave --eval hellocell
- 
---- a/inst/hellosparsemat.m
-+++ b/inst/hellosparsemat.m
-@@ -1,6 +1,3 @@
--# Please add the oct files openmpi_ext folder 
--# For instance 
--  addpath("../src");
-   MPI_Init();
-   # the string NEWORLD is just a label could be whatever you want  
-   CW = MPI_Comm_Load("NEWORLD");
---- a/inst/hellostruct.m
-+++ b/inst/hellostruct.m
-@@ -15,9 +15,6 @@
- ## along with this program; If not, see <http://www.gnu.org/licenses/>.
- 
- 
--# Please add the oct files openmpi_ext folder 
--# For instance 
--addpath("../src");
- # if you have 4 cores or a network of 4 computers with a ssh connection with no password and same openmpi 1.3.3 installation
- # type at the terminal mpirun -np 4 octave --eval hellostruct
- 
---- a/inst/helloworld.m
-+++ b/inst/helloworld.m
-@@ -15,9 +15,6 @@
- ## along with this program; If not, see <http://www.gnu.org/licenses/>.
- 
- 
--# Please add the oct files openmpi_ext folder 
--# For instance 
--addpath("../src");
- # if you have 4 cores or a network of 4 computers with a ssh connection with no password and same openmpi 1.3.3 installation
- # type at the terminal mpirun -np 4 octave --eval helloworld
- 
---- a/inst/mc_example.m
-+++ b/inst/mc_example.m
-@@ -20,7 +20,6 @@
- #
- # USAGE: from the command prompt, not the octave prompt, execute
- # orterun -np 3 octave --eval mc_example
--addpath("../src");
- 1;
- function betahat = olswrapper(args)
- 	n = args{1};
diff --git a/debian/patches/series b/debian/patches/series
index 50a8c64..a872d69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-remove-wrong-addpath.patch
 add-preload-to-example.patch

-- 
Debian packaging for octave-openmpi-ext



More information about the Pkg-octave-commit mailing list