Skip to content
Snippets Groups Projects
  1. Apr 20, 2021
  2. Apr 01, 2021
    • Bertrand Bellenot's avatar
      First step to port ROOT on Windows 64 bit (#7759) · c8270198
      Bertrand Bellenot authored
      * First step to port ROOT on Windows 64 bit
      
       - Introduce the Win64 option and flags in the CMake build system
       - Introduce the new `Longptr_t` and `ULongptr_t` types to hold a pointer (4 bytes on Win32 and 8 bytes on Win64), aimed to replace the `Long_t` and `ULong_t` used to cast pointers, and being both 4 bytes on Windows. Their values will not change on other platforms (`Long_t` and `ULong_t`) for backward compatibility
       - Add the 64 bit export symbols in `core/metacling/src/CMakeLists.txt`
       - Add the 64 bit version of lzma (xz-5.2.4-win64.tar.gz)
      
      * Add forgotten semicolons
      c8270198
  3. Mar 26, 2021
  4. Mar 24, 2021
  5. Mar 09, 2021
    • Vincenzo Eduardo Padulano's avatar
      Build option for distributed RDF tests that use pyspark · a66cce68
      Vincenzo Eduardo Padulano authored
      The option `dataframe_distpyspark` is superseded by `test_distrdf_pyspark`, to clarify that finding pyspark and its dependencies (like Java) during configuration is strictly needed only for the tests.
      
      Generally speaking, pyspark (and Java) are optional runtime dependencies that interest only users of the distributed RDataFrame python module with the Spark backend.
      a66cce68
  6. Mar 08, 2021
    • Vincenzo Eduardo Padulano's avatar
      Add distributed RDataFrame pyspark build option · a36e2c9a
      Vincenzo Eduardo Padulano authored
      Add new option dataframe_distpyspark. When the option is ON, the distributed dataframe module will also support distributed execution with pyspark.
      Enabling the option also triggers checks for pyspark dependencies (e.g. Java, py4j) on the system during configuration.
      a36e2c9a
  7. Mar 05, 2021
  8. Mar 04, 2021
  9. Mar 01, 2021
  10. Feb 25, 2021
  11. Jan 21, 2021
  12. Jan 19, 2021
  13. Jan 13, 2021
  14. Dec 02, 2020
  15. Oct 27, 2020
  16. Oct 23, 2020
  17. Oct 22, 2020
  18. Sep 28, 2020
  19. Sep 25, 2020
  20. Sep 03, 2020
    • Stefan Wunsch's avatar
      [cmake] Build xrootd in release mode with warnings enabled · bc231d02
      Stefan Wunsch authored
       * xrootd does not have anymore the -Werror flag in release mode.
         Therefore, we can remove the -w flag and use the standard
         ROOT_EXTERNAL_CXX_FLAGS for the builtin xrootd.
       * Explicitely set the build type of xrootd to Release. This switches
         from the default RelWithDebInfo to plain Release and ensures that
         -Werror is not set.
      bc231d02
  21. Aug 17, 2020
  22. Aug 11, 2020
  23. Aug 10, 2020
  24. Aug 04, 2020
    • Mattias Ellert's avatar
      Compatibility with xrootd 5. · 7a920be7
      Mattias Ellert authored
      The old client library libXrdClient is removed.
      Also XrdSysDNS is removed.
      
      Do not build the legacy XProofD file server and client (already
      disabled by default - give error if someone enables it while building
      with xrootd 5).
      
      Do not build the old libNetx.
      
      Build the new libNetNG without XrdSysDNS, use XrdNetAddr instead.
      7a920be7
  25. Jul 30, 2020
  26. Jun 23, 2020
  27. Jun 17, 2020
  28. Jun 05, 2020
  29. Jun 03, 2020
  30. Jun 02, 2020
Loading