Skip to content

Commit

Permalink
[OpenLibm] Enable Experimental Platforms (#1962)
Browse files Browse the repository at this point in the history
* [OpenLibm] Enable Experimental Platforms

* [OpenLibm] bump to v0.7.2 to support aarch64-apple-darwin
  • Loading branch information
staticfloat committed Oct 22, 2020
1 parent 5573c86 commit 9f6d86d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions O/OpenLibm/build_tarballs.jl
@@ -1,10 +1,10 @@
using BinaryBuilder

name = "OpenLibm"
version = v"0.7.1"
version = v"0.7.2"
sources = [
ArchiveSource("https://github.com/JuliaMath/openlibm/archive/v$(version).tar.gz",
"d4b252b71c74571fe5b39d42dee03ccca4bb238827e6a2c9ba108dbca2d3e879"),
"7793eb5d931ad908534b4d69b12e8f0331d0c84cb56ed9bc165a820b643cd425"),
]

script = raw"""
Expand Down Expand Up @@ -34,9 +34,8 @@ make "${flags[@]}" install
install_license ./LICENSE.md
"""

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line.
platforms = supported_platforms()
# We enable experimental platforms as this is a core Julia dependency
platforms = supported_platforms(;experimental=true)

products = [
LibraryProduct("libopenlibm", :libopenlibm),
Expand Down

0 comments on commit 9f6d86d

Please sign in to comment.