Skip to content

Files related to the build environment for HELICS on CI services

License

Notifications You must be signed in to change notification settings

GMLC-TDC/helics-buildenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

helics-buildenv

Docker Image CI Status

helics-buildenv contains files related to setting up build environments for HELICS repositories. Right now it consists of Dockerfiles for generating images used in builds. The container images are pushed to helics/buildenv on Docker Hub.

Dockerfiles

Each Dockerfile has its own directory that contains all the scripts needed to build it. A GitHub Actions workflow is setup to build and push updated Docker images to Docker Hub. To manually build a Dockerfile, go to its subfolder and then run docker build . --tag "helics/buildenv:<tag>".

  • builder: Creates an Ubuntu 19.10 image with the default ZMQ, Boost, CMake, git, and g++ packages.
  • ci-builders: Creates Ubuntu 19.04 images with several compiler, Boost, and MPI versions. Arguments taken are COMPILER (e.g. gcc-4.9), MPI_VARIANT, MPICH_VERSION, and BOOST_VERSION.
  • clang-format: An Alpine image with the tools needed to run clang-format installed.
  • interface-gen: Creates a Fedora 31 image with SWIG 4.0.1 and SWIG Matlab (https://github.com/jaeandersson/swig) installed.
  • octave: Creates an Ubuntu 18.04 image with Octave 4.2.2 installed.
  • sanitizers: Creates an Ubuntu 19.10 image with clang sanitizers installed. The current image includes address, memory, and thread sanitizers with clang 9.

Release

helics-buildenv is distributed under the terms of the BSD-3 clause license. All new contributions must be made under this license. LICENSE

SPDX-License-Identifier: BSD-3-Clause

About

Files related to the build environment for HELICS on CI services

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •