Ignore:
Timestamp:
Aug 16, 2006 9:19:48 PM (18 years ago)
Author:
dkearney
Message:

moving all .h files to their respective src directories, updating tools.py to include python's re module, updated setup.py.in to use .h files from the installed version of rappture and to adapt to the new location of .h files. .h files are now all stored in the lib directory under the rappture installation folder. this should simplify people's code, so they dont have to include wierd search paths for header files. adjusted the paths in rappture.in, allowing people to use their own version of python and perl. octave on the other hand is still broken for people downloading our binary and not using libhdf5-1.6.2. src's makefile.in was modified to copy the .h files from the core and cee directories over to the rappture installation directory. the top level makefile.in has all kinds of changes mainly you can now type in ./configure --prefix=... --with-matlab=... and then make install. this will build and install the gui, language bindings, and examples. these changes will probably break the automatic builds but the necessary changes to the rappture-runtime package should be committed in good time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/rappture.in

    r492 r511  
    2020# no need to edit the rest...
    2121export PATH=$RAPPTURE_INSTALL_DIR/bin:$PATH
     22export PERL5PATH=$RAPPTURE_INSTALL_DIR/lib/perl5:$PERL5PATH
     23export PYTHONPATH=$RAPPTURE_INSTALL_DIR/lib/python2.3/site-packages:$PYTHONPATH
    2224export MATLABPATH=$RAPPTURE_INSTALL_DIR/lib/matlab:$MATLABPATH
    2325export OCTAVE_PATH=:$RAPPTURE_INSTALL_DIR/lib/octave:$OCTAVE_PATH
Note: See TracChangeset for help on using the changeset viewer.