[ismrmrd] 72/177: add paths for bindings (some are temporary)

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


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

ghisvail-guest pushed a commit to annotated tag v1.1.0.beta.1
in repository ismrmrd.

commit c4de7576ed204858004d0639bf0af5f19e341d5d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Sep 21 13:37:37 2014 +0100

    add paths for bindings (some are temporary)
---
 CMakeLists.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 504cdf5..d502f4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,10 @@ if(USE_GNUINSTALLDIRS)
     "${ISMRMRD_INSTALL_DATADIR}/${PROJECT_NAME_LOWER}/cmake")
   set(ISMRMRD_INSTALL_SCHEMADIR
     "${ISMRMRD_INSTALL_DATADIR}/${PROJECT_NAME_LOWER}/schema")
+  # TODO: these 3 are probably non-standard, find better defaults ?
+  set(ISMRMRD_INSTALL_PYTHONDIR "${ISMRMRD_INSTALL_DATADIR}/${PROJECT_NAME_LOWER}/python")
+  set(ISMRMRD_INSTALL_JAVADIR "${ISMRMRD_INSTALL_DATADIR}/${PROJECT_NAME_LOWER}/java")
+  set(ISMRMRD_INSTALL_MATLABDIR "${ISMRMRD_INSTALL_DATADIR}/${PROJECT_NAME_LOWER}/matlab")
 else(USE_GNUINSTALLDIRS)
   set(ISMRMRD_INSTALL_BINDIR bin)
   set(ISMRMRD_INSTALL_LIBDIR lib)
@@ -35,6 +39,9 @@ else(USE_GNUINSTALLDIRS)
   set(ISMRMRD_INSTALL_DOCDIR doc)
   set(ISMRMRD_INSTALL_CMAKEDIR cmake)
   set(ISMRMRD_INSTALL_SCHEMADIR schema)
+  set(ISMRMRD_INSTALL_PYTHONDIR python)
+  set(ISMRMRD_INSTALL_JAVADIR java)
+  set(ISMRMRD_INSTALL_MATLABDIR matlab)
 endif(USE_GNUINSTALLDIRS)
 
 # compiler flags

-- 
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