Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New docker container for Travis #624

Merged
merged 5 commits into from
May 29, 2019

Conversation

KineticTheory
Copy link
Collaborator

@KineticTheory KineticTheory commented May 24, 2019

Background

  • I created a new docker container that can be used for Travis CI tests.
  • The goal was to update the toolchains used for Travis builds.

Description of changes

  • Begin using gcc-8.3.0.
  • cmake 3.11.4 --> 3.14.4
  • openmpi 3.1.1 --> 3.1.4
  • superlu-dist 5.2.2 --> 5.4.0
  • trilinos-12.12.1 --> 12.14.1
  • gsl-2.3 --> 2.5
  • python3 is provided in this container
  • Build instructions:
# cd to directory with Dockerfile and packages.yaml
cd /D f:\work\docker
docker build --rm --pull --tag draco-ci-2019may:latest .   
docker commit -m "blah" -a kinetictheory <container-name> \
     kinetictheory/draco-ci-2019may:latest # queues for upload
docker login -u kinetictheory (and password)
docker tag draco-ci-2019may kinetictheory/draco-ci-2019may:latest
docker push kinetictheory/draco-ci-2019may

Status

@KineticTheory KineticTheory changed the title try new docker container New docker container for Travis May 25, 2019
@KineticTheory KineticTheory self-assigned this May 25, 2019
@KineticTheory KineticTheory added this to the Draco-7_2_0 milestone May 25, 2019
@KineticTheory KineticTheory requested a review from alexrlongne May 29, 2019 13:49
@alexrlongne alexrlongne merged commit a91fb5d into lanl:develop May 29, 2019
@KineticTheory KineticTheory deleted the new-docker-container branch May 29, 2019 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants