QuazarTech / DG_Maxwell

Solution of Maxwell equations using Discontinuous Galerkin method.
GNU General Public License v3.0
9 stars 5 forks source link

Travis cmake bugfix. #56

Closed amanabt closed 7 years ago

amanabt commented 7 years ago

Commit: 38d4d64d78ea6ecc8ee46c174311d3912e0e99fc

Issue: Travis build was failing because Travis OS, Trusty Tahr, was installing cmake3.2 whereas CMake required version was > 3.5.

Description Bug: Travis runs the build on Ubuntu Trusty Tahr which by default, installs cmake3.2. The build was failing because arrayfire package required CMake version > 3.5.

Proposed changes: