1. Mar 23, 2018
  2. Mar 22, 2018
  3. Mar 19, 2018
  4. Mar 16, 2018
  5. Mar 15, 2018
  6. Mar 14, 2018
  7. Mar 13, 2018
    • Tommaso Tocci's avatar
      test: various cleanup/fixes to cmake · 3c51bf1c
      Tommaso Tocci authored
      - Relax cmake version requirment
      - Specify project language
      - Force CXX standard requirments
      - Compile MPI test only if suitable MPI implementation have found to be
        installed locally
      3c51bf1c
    • Marc Vef's avatar
      Merge branch 'docker' into 'master' · c96e825c
      Marc Vef authored
      Introduce docker images
      
      See merge request zdvresearch_bsc/adafs!17
      c96e825c
    • Tommaso Tocci's avatar
      docker: added image file for build-env container · e5cdb2ad
      Tommaso Tocci authored and Marc Vef's avatar Marc Vef committed
      The new docker folder will host all the docker image files.
      At the moment there is only one image file that allows to build a container based on CentOS 7 that provides a complete build environment for ADAFS. It is bundled with all the required dependencies, both from system repository and the ones that need to be compiled from source. It also provide a suitable compiler (gcc 7.2.1) for later use.
      
      This container can be use as developing environment as well as the base for other images. For instance we can use it to build a container that provide the ADAFS daemon.
      e5cdb2ad
    • Marc Vef's avatar
      Merge branch 'speedup_deps' · 3b59ee64
      Marc Vef authored
      Speedup dependencies download and compilation
      
      See merge request zdvresearch_bsc/adafs!16
      3b59ee64
    • Marc Vef's avatar
    • Tommaso Tocci's avatar
      Download deps: do not use log file · 95169f6f
      Tommaso Tocci authored
      Since the download of sources are performed in parallel, we cannot use
      anymore a single log file.
      
      The output of the download commands has been reduced to errrors only and
      it will be outputted directly on stderr. Thus the log file stuff have been
      completely removed.
      
      Moreover the clonedeps function now takes the REPO as second parameter
      and additional (non mandatory) git flags as fourth parameter.
      
      Additional fixes have been introduced to run commands in script mode
      (-q, -f, ...)
      95169f6f