[Pkg-scicomp-devel] xmds/trunk/debian

Rafael Laboissiere rafael at debian.org
Mon Nov 27 22:15:48 CET 2006


SVN commit 1369 by rafael:

Debian release xmds_1.5.3-3

 M  +5 -2      xmds/trunk/debian/Makefile-examples  
 M  +6 -0      xmds/trunk/debian/README.Debian  
 M  +11 -0     xmds/trunk/debian/changelog  
 M  +2 -1      xmds/trunk/debian/rules  


--- xmds/trunk/debian/Makefile-examples #1368:1369
@@ -12,17 +12,20 @@
 XSIL_FILES = $(patsubst %.xmds,%.xsil,$(XMDS_FILES))
 M_FILES = $(patsubst %.xmds,%.xsil,$(XMDS_FILES))
 
+XMDS = xmds
+XSIL2GRAPHICS = xsil2graphics
+
 all: $(M_FILES)
 
 %.run: %.xmds
-	xmds $<
+	$(XMDS) $<
 	mv $(patsubst %.xmds,%,$<) $@
 
 %.xsil: %.run
 	./$<
 
 %.m: %.xsil
-	xsil2graphics $<
+	$(XSIL2GRAPHICS) $<
 
 clean:
 	rm -f *.run *.cc *.m *.xsil *.wisdom.fftw3
--- xmds/trunk/debian/README.Debian #1368:1369
@@ -24,4 +24,10 @@
   octave2.9) and the gv package installed in your system in order to run
   the code above.
 
+  The following examples do not work, because they depend on MPI:
+
+      gaugeatomlaser.xmds
+      highdim.xmds
+      kubo.xmds
+
  -- Rafael Laboissiere <rafael at debian.org>  Thu, 25 Nov 2006 10:10:09 +0100
--- xmds/trunk/debian/changelog #1368:1369
@@ -1,3 +1,14 @@
+xmds (1.5.3-3) experimental; urgency=low
+
+  * debian/Makefile-examples: Introduce variables XMDS and XSIL2GRAPHICS
+  * debian/rules: Use the variables defined above in order to call the
+    appropriate programs at build time.
+
+  * debian/README.Debian: Added a not about the exmaples that do not work
+    because they depend on MPI
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 27 Nov 2006 20:10:19 +0100
+
 xmds (1.5.3-2) experimental; urgency=low
 
   * First official release, uploaded to experimental because we are in the
--- xmds/trunk/debian/rules #1368:1369
@@ -24,7 +24,8 @@
 	# Run test
 	cp examples-fftw3/lorenz* source
 	( cd source ;						\
-	  make -f ../debian/Makefile-examples lorenz.m ;	\
+	  $(MAKE) XMDS=./xmds XSIL2GRAPHICS=./xsil2graphics	\
+		-f ../debian/Makefile-examples lorenz.m ;	\
 	  rm -f lorenz* )
 
 install/xmds::



More information about the Pkg-scicomp-devel mailing list