Browse Source

say something (correct?) about libtool interface versioning information

Nathalie Furmento 13 years ago
parent
commit
b42cab8c45
2 changed files with 6 additions and 0 deletions
  1. 2 0
      ChangeLog
  2. 4 0
      doc/chapters/installing.texi

+ 2 - 0
ChangeLog

@@ -18,6 +18,8 @@ StarPU 1.0 (svn revision xxxx)
 ==============================================
 The extensions-again release
 
+  * Libtool interface versioning has been included in libraries names
+    (libstarpu-1.0.so, libstarpumpi-1.0.so and libstarpufft-1.0.so)
   * Enable by default the SOCL extension.
   * Enable by default the GCC plug-in extension.
   * Add a field named magic to struct starpu_task which is set when

+ 4 - 0
doc/chapters/installing.texi

@@ -176,3 +176,7 @@ configuration:
 @example
 % make install
 @end example
+
+Libtool interface versioning information are included in
+libraries names (libstarpu-1.0.so, libstarpumpi-1.0.so and
+libstarpufft-1.0.so).