Update of /cvsroot/csp/APPLICATIONS/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv31540
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/CHANGES.current,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** CHANGES.current 22 Jul 2003 18:41:29 -0000 1.49
--- CHANGES.current 22 Jul 2003 22:46:22 -0000 1.50
***************
*** 3,15 ****
2003-07-22: onsight
! Added a patch by VI to setup.py which improves the
! installation path handling under Linux. This changes the
! default static library path from /usr/local/lib to
! {PYTHONLIBPATH}/site-packages/SimData. The install
! currently depends on Python, but one goal of SimData is
! that it should be able to operate as a standalone library
! independent of Python. Subsequent changes to the Makefile
! installation will be needed to achieve this, probably
! involving a new install target such as install_nopython.
2003-07-21: onsight
--- 3,16 ----
2003-07-22: onsight
! Applied a patch by Verok Istvan to setup.py which improves the
! installation path handling under Linux. This changes the default
! static library path from /usr/local/lib to
! {PYTHONLIBPATH}/site-packages/SimData.
!
! The install currently depends on Python, but one goal of SimData
! is that it should be able to operate as a standalone library
! independent of Python. Subsequent changes to the Makefile
! installation will be needed to achieve this, probably involving
! a new install target such as install_nopython.
2003-07-21: onsight
|