STARPU-VERSION 3.2 KB

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