use gfortran-10 with xcode 12
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 3 Dec 2020 13:32:21 +0000 (14:32 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Dec 2020 13:32:21 +0000 (14:32 +0100)
.travis.yml

index 6c5fb2f..bde0e20 100644 (file)
@@ -223,10 +223,12 @@ matrix:
       osx_image: xcode12
       before_script:
         - COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
+        - brew update
+        - brew install gcc@10
       script:
         - travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
       env:
-        - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-9"
+        - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
         
   #  - <<: *test-macos
   #    osx_image: xcode10