STARPU-VERSION 937 B

12345678910111213141516171819202122
  1. # -*- sh -*-
  2. # Versioning (SONAMEs) for StarPU libraries.
  3. # Libtool interface versioning (info "(libtool) Versioning").
  4. LIBSTARPU_INTERFACE_CURRENT=1 # increment upon ABI change
  5. LIBSTARPU_INTERFACE_REVISION=0 # increment upon implementation change
  6. LIBSTARPU_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  7. STARPU_EFFECTIVE_VERSION=1.0
  8. LIBSTARPUFFT_INTERFACE_CURRENT=1 # increment upon ABI change
  9. LIBSTARPUFFT_INTERFACE_REVISION=0 # increment upon implementation change
  10. LIBSTARPUFFT_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  11. LIBSTARPUMPI_INTERFACE_CURRENT=1 # increment upon ABI change
  12. LIBSTARPUMPI_INTERFACE_REVISION=0 # increment upon implementation change
  13. LIBSTARPUMPI_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface
  14. LIBSOCL_INTERFACE_CURRENT=1 # increment upon ABI change
  15. LIBSOCL_INTERFACE_REVISION=0 # increment upon implementation change
  16. LIBSOCL_INTERFACE_AGE=0 # set to CURRENT - PREVIOUS interface