svn+ssh://bugman@.../svn/relax/trunk
........
r23753 | tlinnet | 2014-06-09 19:23:21 +0200 (Mon, 09 Jun 2014) | 7 lines
Added searching for enviroment variable PYTHON_INCLUDE_DIR if Python.h is not found in
standard python library.
This can be very handsome, if one has a python virtual enviroment for multiple users.
This relates to the wiki page:
http://wiki.nmr-relax.com/Epd_canopy
........
r23774 | bugman | 2014-06-10 09:40:22 +0200 (Tue, 10 Jun 2014) | 6 lines
The lib.compat.norm() replacement function for numpy.linalg.norm() now handles no axis argument.
This is to allow the function to be used in all cases where numpy.linalg.norm() is used, while
providing compatibility with the axis argument and all numpy versions.
........