Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
De-verbosify
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Dec 2, 2017
1 parent c735966 commit 3a5528c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if length(ARGS) > 0
build_platforms = platform_key.(split(ARGS[1], ","))
end

println("Building for $(triplet.(build_platforms))")
info("Building for $(join(triplet.(build_platforms), ", "))")
for platform in build_platforms
platform_flags, libname = platform_data[platform]

Expand All @@ -57,6 +57,7 @@ for platform in build_platforms
LibraryProduct(prefix, libname)
]

autobuild(pwd(), "OpenBLASBuilder", [platform], sources, script, products)
info("Beginning $(triplet(platform)) build...")
autobuild(pwd(), "OpenBLASBuilder", [platform], sources, script, products; verbose=false)
end

0 comments on commit 3a5528c

Please sign in to comment.