Skip to content

Commit

Permalink
Revert "Try to see if we can build Windows mpich with a more recent c…
Browse files Browse the repository at this point in the history
…ompiler"

This reverts commit 9698604.
  • Loading branch information
ViralBShah committed Jan 16, 2020
1 parent 9698604 commit 0da1ae2
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; preferred_gcc_version=v"8")
build_tarballs(ARGS, name, version, sources, script, platforms, products, dependencies)

0 comments on commit 0da1ae2

Please sign in to comment.