Skip to content
Snippets Groups Projects
  1. May 10, 2023
  2. May 08, 2023
  3. May 04, 2023
  4. Apr 11, 2023
  5. Apr 06, 2023
  6. Apr 05, 2023
  7. Apr 04, 2023
  8. Mar 16, 2023
    • Simon Rose's avatar
      Partial reversion of af57525d · 040a4d5d
      Simon Rose authored
      The issue is that `COMMANDLINE_LIBRARY` is used by EPICS base to link against
      some other libraries; removing this line means that every lib*.so now links
      against libreadline.so. This isn't _strictly speaking_ an issue because
      `softIocPVA` also ultimately depends on libreadline. However, it is bad
      practice.
      040a4d5d
  9. Feb 14, 2023
  10. Feb 13, 2023
  11. Feb 08, 2023
  12. Feb 07, 2023
  13. Jan 31, 2023
  14. Jan 30, 2023
  15. Jan 27, 2023
  16. Jan 26, 2023
  17. Jan 25, 2023
  18. Jan 23, 2023
  19. Jan 20, 2023
    • Lucas Magalhães's avatar
      Move module_VERSION definitions to first make call (fix E3-1112) · 556a5d39
      Lucas Magalhães authored
      From e3-require 4.0.0 to 5.0.0 we changed FETCH_BUILD_NUMBER to
      FETCH_REVISION_NUMBER. But the following error happens if you try to
      build e3-adandor, for example:
      
      2023-01-19 13:41:49,129 [  DEBUG  ] e3.utils: stderr: HEAD is now at 6f3a1f4... Merge pull request #44 from sudilav/master
      msi: Can't open file 'ADBase.template'
      input: 'include "ADBase.template"
      ' at line 5 of  file andorApp/Db/andorCCD.template
      
      The root cause is a mixture of two things, a change we made for 5.0.0
      and an old behavior:
      1. We changed when the db expansions happen in
      b226a847c403eba79bc91efee18d225ed2753c7
      2. The variables holding the dependency versions are defined on the
      second make call after defining T_A.
      
      This commit fixes the issue by moving the module_VERISON definitions
      to the first make call. Whit this we restrict the usage of
      FETCH_REVISION_NUMBER to the modules defined as a dependency in
      configure/CONFIG_MODULE.
      556a5d39
  20. Dec 16, 2022
Loading