From: frog Date: Tue, 8 Jul 2003 12:51:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version0.3~1 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cac90cec752d5ebfd8a842c08bd0ecd526787a4b;p=gdcm.git *** empty log message *** --- diff --git a/PACKAGER b/PACKAGER index 55e3345a..a560c1f1 100644 --- a/PACKAGER +++ b/PACKAGER @@ -13,7 +13,7 @@ Here is the checklist when freezing a version of gdcm: ./autogen.sh --enable-vtk --enable-python --enable-doxygen make - 1b/ check the python test suite is clean (python testSuite.py) + 1b/ check the python test suite is clean: cd gdcmPython export PYTHONPATH=`pwd`/.. ln -s .libs/pygdcm.so _gdcm.so @@ -23,13 +23,15 @@ Here is the checklist when freezing a version of gdcm: 1c/ check the setup.py distutil script is operational and then validate its produced packages through the test suite, in all following cases - Direct installation: - cd $(GDCMHOME) + cd $GDCMHOME python setup.py install --prefix=/tmp/ cd /tmp/lib/python2.2/site-packages/ - ln -s $(GDCMDATAHOME) . + ln -s $GDCMHOME/gdcmData . export PYTHONPATH=`pwd` cd gdcmPython/ python testSuite.py + cd $GDCMHOME + \rm -fr build - Binary distribution: cd $(GDCMHOME) python setup.py bdist --formats=rpm