STARPU-VERSION 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # StarPU is free software; you can redistribute it and/or modify
  4. # it under the terms of the GNU Lesser General Public License as published by
  5. # the Free Software Foundation; either version 2.1 of the License, or (at
  6. # your option) any later version.
  7. #
  8. # StarPU is distributed in the hope that it will be useful, but
  9. # WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. #
  12. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  13. # Avoid using nvcc when making a coverity build, nvcc produces millions of
  14. # lines of code which we don't want to analyze. Instead, build dumb .o files
  15. # containing empty functions.
  16. # Versioning (SONAMEs) for StarPU libraries.
  17. # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info
  18. # Here are a set of rules to help you update your library version information:
  19. # Start with version information of ‘0:0:0’ for each libtool library.
  20. # Update the version information only immediately before a public
  21. # release of your software. More frequent updates are unnecessary, and
  22. # only guarantee that the current interface number gets larger faster.
  23. # - If the library source code has changed at all since the last
  24. # update, then increment revision (‘c:r:a’ becomes ‘c:r+1:a’).
  25. # - If any interfaces have been added, removed, or changed since the
  26. # last update, increment current, and set revision to 0.
  27. # - If any interfaces have been added since the last public release,
  28. # then increment age.
  29. # - If any interfaces have been removed or changed since the last
  30. # public release, then set age to 0. change
  31. # This is the tarball version, major.minor
  32. STARPU_EFFECTIVE_VERSION=1.3
  33. # Note for StarPU 1.1: we have changed ABI
  34. # Note for StarPU 1.2: reset everything to 0:0:0
  35. # Libtool interface versioning (info "(libtool) Versioning").
  36. LIBSTARPU_INTERFACE_CURRENT=0 # increment upon ABI change
  37. LIBSTARPU_INTERFACE_REVISION=0 # increment upon implementation change
  38. LIBSTARPU_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  39. LIBSTARPUFFT_INTERFACE_CURRENT=0 # increment upon ABI change
  40. LIBSTARPUFFT_INTERFACE_REVISION=0 # increment upon implementation change
  41. LIBSTARPUFFT_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  42. LIBSTARPUMPI_INTERFACE_CURRENT=0 # increment upon ABI change
  43. LIBSTARPUMPI_INTERFACE_REVISION=0 # increment upon implementation change
  44. LIBSTARPUMPI_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  45. LIBSOCL_INTERFACE_CURRENT=0 # increment upon ABI change
  46. LIBSOCL_INTERFACE_REVISION=0 # increment upon implementation change
  47. LIBSOCL_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface