Skip to content

Commit

Permalink
Try to see if we can build Windows mpich with a more recent compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Jan 16, 2020
1 parent 8ea42af commit 9698604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M/MPICH/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make "${flags[@]}" install
"""

# Windows and MUSL are not supported
platforms = filter(p -> !isa(p, Windows), supported_platforms())
#platforms = filter(p -> !isa(p, Windows), supported_platforms())
platforms = filter(p -> !(libc(p) == :musl), platforms)

products = [
Expand All @@ -32,4 +32,4 @@ dependencies = [
]

# Build the tarballs, and possibly a `build.jl` as well.
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies; preferred_gcc_version=v"8")

0 comments on commit 9698604

Please sign in to comment.