Skip to content
Snippets Groups Projects
  1. Sep 02, 2024
  2. Aug 21, 2024
  3. Aug 20, 2024
  4. Aug 13, 2024
  5. Jul 15, 2024
  6. May 28, 2024
  7. Mar 11, 2024
  8. May 02, 2023
  9. Apr 28, 2023
  10. Mar 10, 2023
  11. Mar 03, 2023
  12. Mar 01, 2023
  13. Feb 03, 2023
  14. Mar 04, 2022
  15. Sep 01, 2021
  16. Aug 22, 2021
  17. Mar 15, 2021
  18. Sep 01, 2020
    • Benjamin Bertrand's avatar
      Merge branch 'update-7.0.4.1' into 'master' · 6729ffb6
      Benjamin Bertrand authored
      Update 7.0.4.1
      
      See merge request e3-recipes/epics-base-recipe!2
      6729ffb6
    • Benjamin Bertrand's avatar
      Disable perl ca bindings · 09d5ecdb
      Benjamin Bertrand authored
      We don't use them (they weren't built before) and they fail to build on
      ppc
      
      /opt/conda/conda-bld/epics-base_1598450775358/_build_env/lib/5.26.2/x86_64-linux-thread-multi/CORE/perl.h:694:23: fatal error: sys/types.h: No such file or directory
      1387 #include <sys/types.h>
      09d5ecdb
  19. Aug 26, 2020
  20. Jul 03, 2020
  21. Apr 09, 2020
  22. Mar 24, 2020
    • Benjamin Bertrand's avatar
      Fix ppc64 compilation · 0760f98c
      Benjamin Bertrand authored
      Building epics-base for ppc64 require to first build it for x86 (we
      can't use the existing conda package as that would be seen as a
      circular dependency).
      Compilation failed due to missing readline library (the one installed in
      the host environment is for ppc64 - it's not compatible).
      
      The x86 epics-base built in the ppc64 package doesn't need to be built
      with readline. It's only used as a build tool.
      0760f98c
  23. Feb 15, 2020
  24. Jan 27, 2020
  25. Nov 14, 2019
    • Benjamin Bertrand's avatar
      Force max_pin to x.x.x.x · 2d32ab96
      Benjamin Bertrand authored
      When trying to load mrfioc2, that was compiled with base 7.0.3, with
      7.0.3.1 following error is raised:
      Loading /opt/conda/envs/epics/modules/mrfioc2/2.2.0rc7/lib/linux-x86_64/libmrfioc2.so library failed: /opt/conda/envs/epics/modules/mrfioc2/2.2.0rc7/lib/linux-x86_64/libmrfioc2.so: undefined symbol: _ZN10epicsMutexC1Ev
      
      base 7.0.3.1 and 7.0.3 are not ABI compatible.
      
      JIRA INFRA-1513
      2d32ab96
    • Benjamin Bertrand's avatar
      Update base to 7.0.3.1 · bb0cd94d
      Benjamin Bertrand authored
      Removed patches included in this release:
      - patch/official/re-add_missing_enum_t.p0.patch
      - patch/site/osdGetRoles-avoid-fault-when-gid-0.patch
      
      JIRA INFRA-1513 #action In Progress
      bb0cd94d
  26. Sep 26, 2019
  27. Sep 06, 2019
  28. May 07, 2019
Loading