ixion: haikuporter should set the version reqs.

This commit is contained in:
Jérôme Duval
2019-10-31 10:05:28 +01:00
committed by GitHub
parent a489b707e1
commit 77633b81b3

View File

@@ -10,7 +10,7 @@ and a partial calculation of only the affected cells need to be calculated."
HOMEPAGE="https://gitlab.com/ixion/ixion"
COPYRIGHT="Kohei Yoshida et al."
LICENSE="MPL v2.0"
REVISION="3"
REVISION="4"
SOURCE_URI="https://kohei.us/files/ixion/src/libixion-$portVersion.tar.xz"
CHECKSUM_SHA256="b1f60af61be875e3bfa7ad18203a6c8ccdeb9922a531e196029fc42fbfa0b9e6"
SOURCE_DIR="libixion-$portVersion"
@@ -31,9 +31,9 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_filesystem$secondaryArchSuffix >= $boostMinimumVersion
lib:libboost_program_options$secondaryArchSuffix >= $boostMinimumVersion
lib:libboost_system$secondaryArchSuffix >= $boostMinimumVersion
lib:libboost_filesystem$secondaryArchSuffix
lib:libboost_program_options$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"