Skip to content

Commit

Permalink
openmpi: Add gcc10. (#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstrubbe committed Jul 11, 2020
1 parent fdb5943 commit 9ae75d4
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions science/openmpi/Portfile
Expand Up @@ -92,6 +92,7 @@ if { ${os.major} < 18 } {
# gcc 9+ only available on macOS10.7 (Darwin11) and newer
if { ${os.major} > 10 } {
set clist(gcc9) {macports-gcc-9}
set clist(gcc10) {macports-gcc-10}
}

foreach key [array name clist] {
Expand Down
12 changes: 12 additions & 0 deletions science/openmpi/files/openmpi-devel-gcc10-fortran
@@ -0,0 +1,12 @@
bin/mpicc-openmpi-devel-gcc10
-
bin/mpicxx-openmpi-devel-gcc10
bin/mpiexec-openmpi-devel-gcc10
bin/mpirun-openmpi-devel-gcc10
bin/mpif77-openmpi-devel-gcc10
bin/mpif90-openmpi-devel-gcc10
-
-
lib/openmpi-devel-gcc10/pkgconfig/ompi.pc
lib/openmpi-devel-gcc10/pkgconfig/orte.pc
bin/mpifort-openmpi-devel-gcc10
12 changes: 12 additions & 0 deletions science/openmpi/files/openmpi-gcc10-fortran
@@ -0,0 +1,12 @@
bin/mpicc-openmpi-gcc10
-
bin/mpicxx-openmpi-gcc10
bin/mpiexec-openmpi-gcc10
bin/mpirun-openmpi-gcc10
bin/mpif77-openmpi-gcc10
bin/mpif90-openmpi-gcc10
-
-
lib/openmpi-gcc10/pkgconfig/ompi.pc
lib/openmpi-gcc10/pkgconfig/orte.pc
bin/mpifort-openmpi-gcc10

0 comments on commit 9ae75d4

Please sign in to comment.