Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f3028204f947
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf5ef411513c
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 1, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cf5ef41 View commit details
Showing with 11 additions and 10 deletions.
  1. +11 −10 sci-libs/openlibm/openlibm-0.7.5.recipe
21 changes: 11 additions & 10 deletions sci-libs/openlibm/openlibm-0.7.5.recipe
Original file line number Diff line number Diff line change
@@ -16,37 +16,38 @@ LICENSE="MIT
ISC
BSD (2-clause)
GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/JuliaMath/openlibm/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="be983b9e1e40e696e8bbb7eb8f6376d3ca0ae675ae6d82936540385b0eeec15b"
SOURCE_DIR="openlibm-$portVersion"

ARCHITECTURES="x86_64"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"

libVersion="3.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"

PROVIDES="
openlibm = $portVersion
lib:libopenlibm = $libVersionCompat
openlibm$secondaryArchSuffix = $portVersion
lib:libopenlibm$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku
haiku$secondaryArchSuffix
"

PROVIDES_devel="
openlibm_devel = $portVersion
devel:libopenlibm = $libVersionCompat
openlibm${secondaryArchSuffix}_devel = $portVersion
devel:libopenlibm$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
openlibm == $portVersion base
openlibm$secondaryArchSuffix == $portVersion base
"

BUILD_REQUIRES="
haiku_devel
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:cc
cmd:cc$secondaryArchSuffix
cmd:make
"