Menu

Tree [804d38] master /
 History

HTTPS access


File Date Author Commit
 ccheck 2012-03-21 Eugen Wintersberger Eugen Wintersberger [691595] Fixed bug with forearch loops - works now.
 doc 2012-10-15 Eugen Wintersberger Eugen Wintersberger [09c71f] User documentation fixes.
 pni 2012-10-10 Eugen Wintersberger Eugen Wintersberger [9ba8a1] Fixed Exceptions framework.
 src 2012-11-07 Eugen Wintersberger Eugen Wintersberger [20a059] First approach to fix issue 9. To check for a s...
 test 2012-11-07 Eugen Wintersberger Eugen Wintersberger [20a059] First approach to fix issue 9. To check for a s...
 .gitignore 2012-03-16 Eugen Wintersberger Eugen Wintersberger [ddc26d] Created doxygen documentation. Fixed doxygen re...
 LICENSE 2012-02-17 Eugen Wintersberger Eugen Wintersberger [e472bb] Established a new directory structure.
 MANIFEST.in 2012-03-21 Eugen Wintersberger Eugen Wintersberger [20b650] Fixed everything for service release 0.1.1.
 README 2012-03-21 Eugen Wintersberger Eugen Wintersberger [4fe015] Fixed README and switch to version 0.1.2
 setup.py 2012-10-16 Eugen Wintersberger Eugen Wintersberger [47a497] Added autoconfiguration for numpy. Fixed attrib...

Read Me

Install libpninx python bindings
================================

The installation uses the common distutils procedure. For a successful build the
following additional libraries are required

.) hdf5
.) libpniutils
.) libpninx
.) boost-python

If everything is installed in default locations a simple 

$>python setup.py install

will install the python package. If your packages are not in default locations a
couple of commandline options is defined letting you specify the directories
where to find headers and libraries

--h5incdir .......... path to HDF5 header files
--h5libdir .......... path where HDF5 library binaries are installed 
--utincdir .......... installation path of libpniutils header files
--utlibdir .......... installation path of libpniutils library files
--nxlibdir .......... installation path of libpninx library files
--nxincdir .......... installation path of libpninx header files
--numpyincdir ....... installation path of numpy header files

So if you have installed HDF5 under /opt/hdf5 the above command changes to 

$>python setup.py --h5incdir=/opt/hdf5/include --h5libdir=/opt/hdf5/lib install

Be aware that the options defined above options must appear between setup.py and
install. Everything else runs according to the distutils standard. So for more
information on the installation procedure see the distutils documentation.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.