STARPU-VERSION 3.1 KB

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