[ismrmrd] 33/281: Added Powershell Script for installing dependencies on Windows

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:52 UTC 2015


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

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 00a0b996ccb07b7098ec6b915ab31a7361dea963
Author: Michael Hansen <michael.hansen at nih.gov>
Date:   Thu Sep 6 13:25:55 2012 -0700

    Added Powershell Script for installing dependencies on Windows
---
 cmake/FindXSD.cmake                       |   3 ++-
 doc/WindowsISMRMRDInstallDependencies.ps1 | Bin 0 -> 10682 bytes
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake/FindXSD.cmake b/cmake/FindXSD.cmake
index dc51682..4590e8c 100644
--- a/cmake/FindXSD.cmake
+++ b/cmake/FindXSD.cmake
@@ -17,8 +17,9 @@ if(XSD_INCLUDE_DIR)
 	#in cache already
 	SET(XSD_FOUND TRUE)
 else(XSD_INCLUDE_DIR)
-	find_program(XSD_EXECUTABLE NAMES ${__XSD_NAME}
+	find_program(XSD_EXECUTABLE NAMES "bin/${__XSD_NAME}" "${__XSD_NAME}"
 	     PATHS
+		 ${XSD_DIR}
 		 ${XSD_DIR}/bin
 	)
 
diff --git a/doc/WindowsISMRMRDInstallDependencies.ps1 b/doc/WindowsISMRMRDInstallDependencies.ps1
new file mode 100644
index 0000000..0bab4d6
Binary files /dev/null and b/doc/WindowsISMRMRDInstallDependencies.ps1 differ

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



More information about the debian-science-commits mailing list