mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix ordering
This commit is contained in:
@@ -5,8 +5,6 @@ of the sets and relations may involve both parameters and existentially \
|
||||
quantified variables. All computations are performed in exact integer \
|
||||
arithmetic using GMP."
|
||||
HOMEPAGE="http://isl.gforge.inria.fr"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7265fd897b7f9147fde76560f28ed18f2c20e5f5da7f4bd9d0e01f8a713401f1"
|
||||
COPYRIGHT="
|
||||
2011 Sven Verdoolaege
|
||||
2008-2009 Katholieke Universiteit Leuven
|
||||
@@ -16,6 +14,9 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7265fd897b7f9147fde76560f28ed18f2c20e5f5da7f4bd9d0e01f8a713401f1"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -27,6 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
isl${secondaryArchSuffix}_devel = $portVersion compat >= 0.12
|
||||
devel:libisl$secondaryArchSuffix = 13.0.0 compat >= 13
|
||||
@@ -34,6 +36,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
isl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
|
||||
@@ -5,8 +5,6 @@ of the sets and relations may involve both parameters and existentially \
|
||||
quantified variables. All computations are performed in exact integer \
|
||||
arithmetic using GMP."
|
||||
HOMEPAGE="http://isl.gforge.inria.fr"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7e3c02ff52f8540f6a85534f54158968417fd676001651c8289c705bd0228f36"
|
||||
COPYRIGHT="
|
||||
2011 Sven Verdoolaege
|
||||
2008-2009 Katholieke Universiteit Leuven
|
||||
@@ -16,6 +14,9 @@ COPYRIGHT="
|
||||
"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://isl.gforge.inria.fr/isl-$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="7e3c02ff52f8540f6a85534f54158968417fd676001651c8289c705bd0228f36"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
@@ -27,6 +28,7 @@ REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
isl${secondaryArchSuffix}_devel = $portVersion compat >= 0.12
|
||||
devel:libisl$secondaryArchSuffix = 13.1.0 compat >= 13
|
||||
@@ -34,6 +36,7 @@ PROVIDES_devel="
|
||||
REQUIRES_devel="
|
||||
isl$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libgmp$secondaryArchSuffix >= 10.1.3
|
||||
|
||||
Reference in New Issue
Block a user