[LIBISIS-code-svn] r1461 - in branches/LIBISIS_VS2009_m2009a/t1: . bin/debug bindings/f90 bindings/generic/generic_c bindings/generic/generic_f90 bindings/matlab bindings/python/python_c bindings/python/python_f90 libclasses libcore libcore/core_c tests unit_tests xml

apache at libisis.org apache at libisis.org
Thu Jun 11 20:34:42 BST 2009


Author: Alex Buts
Date: Thu Jun 11 20:34:38 2009
New Revision: 1461

Modified:
   branches/LIBISIS_VS2009_m2009a/t1/bin/debug/   (props changed)
   branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_c/generic_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_f90/generic_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/   (props changed)
   branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/IXMutility_m.f90
   branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_c/python_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_f90/python_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/libclasses/   (props changed)
   branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/libcore/   (props changed)
   branches/LIBISIS_VS2009_m2009a/t1/libcore/core_c/   (props changed)
   branches/LIBISIS_VS2009_m2009a/t1/libcore/core_c/core_c.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/libcore/core_f90.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/libisisexc.sln
   branches/LIBISIS_VS2009_m2009a/t1/libisisexc.vcproj
   branches/LIBISIS_VS2009_m2009a/t1/tests/classes_test.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/tests/core_test.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/unit_tests/unit_tests.vfproj
   branches/LIBISIS_VS2009_m2009a/t1/xml/xml.vfproj

Log:
refs #182
The reason for strange behaviour of Libisis on 64 bit machines has been identified. It seems that higher versions of the Matlab on a 64 bit machine require 64bit compiled mex-files. 
At least the same 32-bit library runs fine on Matlab 7.4 and generates errors on Matlab 7.5
This submission attempts to compile LibIsis using 64 bit compiler but it seems there is an incompatibility with Nexus libs. 
Investigating.


Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/f90/bindings_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_c/generic_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_c/generic_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_f90/generic_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/generic/generic_f90/generic_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/IXMutility_m.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/IXMutility_m.f90?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/matlab/matlab_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_c/python_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_c/python_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_f90/python_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/bindings/python/python_f90/python_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libclasses/classes_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libcore/core_c/core_c.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libcore/core_c/core_c.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libcore/core_f90.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libcore/core_f90.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libisisexc.sln
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libisisexc.sln?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/libisisexc.vcproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/libisisexc.vcproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/tests/classes_test.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/tests/classes_test.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/tests/core_test.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/tests/core_test.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/unit_tests/unit_tests.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/unit_tests/unit_tests.vfproj?r1=1460&r2=1461

Modified: branches/LIBISIS_VS2009_m2009a/t1/xml/xml.vfproj
Url: http://svn.libisis.org/viewvc/LIBISISCode/branches/LIBISIS_VS2009_m2009a/t1/xml/xml.vfproj?r1=1460&r2=1461


More information about the LIBISIS-code-svn mailing list