Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
Produce an explosion of platform/GCC version binaries (#12)
Browse files Browse the repository at this point in the history
We need it for AMOS.
  • Loading branch information
ararslan authored Sep 22, 2018
1 parent 3d01d7f commit b260669
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ make install OS=${OS} prefix=$prefix
"""

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms()
# platforms are passed in on the command line. Since openspecfun uses
# Fortran for AMOS, we need the combinatorial explosion of platforms
# and GCC versions.
platforms = expand_gcc_versions(supported_platforms())

# The products that we will ensure are always built
products = prefix -> [
Expand Down

0 comments on commit b260669

Please sign in to comment.