[med-svn] r11673 - trunk/packages/vista/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Tue Jul 10 01:01:05 UTC 2012
Author: luisibanez-guest
Date: 2012-07-10 01:01:05 +0000 (Tue, 10 Jul 2012)
New Revision: 11673
Modified:
trunk/packages/vista/trunk/debian/auto_install
trunk/packages/vista/trunk/debian/changelog
Log:
Now recompiling all .m files and placing the output in the ./o directory.
Modified: trunk/packages/vista/trunk/debian/auto_install
===================================================================
--- trunk/packages/vista/trunk/debian/auto_install 2012-07-09 23:44:46 UTC (rev 11672)
+++ trunk/packages/vista/trunk/debian/auto_install 2012-07-10 01:01:05 UTC (rev 11673)
@@ -40,3 +40,14 @@
pwd
python "$CMAKE_OSEHRA_BINARY_DIR/GlobalImport.py"
echo "I: Importing completed for VistA instance"
+
+echo "I: Now recompiling all .m files to set installation path"
+for mfilename in $VISTA_INSTANCE_DIR/r/*
+do
+ filenamenopath=$(basename "$mfilename")
+ filenamebase="${filenamenopath%%.*}"
+ ofilename=$VISTA_INSTANCE_DIR/o/$filenamebase.o
+ echo "Compiling $filenamenopath into $ofilename"
+ $gtm_dist/mumps -noignore -o=$ofilename $mfilename
+done
+
Modified: trunk/packages/vista/trunk/debian/changelog
===================================================================
--- trunk/packages/vista/trunk/debian/changelog 2012-07-09 23:44:46 UTC (rev 11672)
+++ trunk/packages/vista/trunk/debian/changelog 2012-07-10 01:01:05 UTC (rev 11673)
@@ -41,6 +41,7 @@
Set the gtm_destdir environment variable to remove a portion of the
.m files path, and make the .o files contain the correct destination
path that will make possible for the $TEXT() function to work properly.
+ Now recompiling all .m files and placing output in the ./o directory.
* debian/copyright:
Addressing lintian warning: missing-license-paragraph-in-dep5-copyright,
added a paragraph stating where to find the license file.
More information about the debian-med-commit
mailing list