mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
hdf5: fix PROVIDES.
This commit is contained in:
@@ -6,7 +6,7 @@ HOMEPAGE="http://www.hdfgroup.org/HDF5/"
|
||||
COPYRIGHT="2011-2016 The HDF Group,
|
||||
The Board of Trustees of the University of Illinois."
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-$portVersion/src/hdf5-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="048a9d149fb99aaa1680a712963f5a78e9c43b588d0e79d55e06760ec377c172"
|
||||
|
||||
@@ -14,7 +14,7 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
libhdf5$secondaryArchSuffix = $portVersion
|
||||
hdf5$secondaryArchSuffix = $portVersion
|
||||
cmd:gif2h5$secondaryArchSuffix
|
||||
cmd:h52gif$secondaryArchSuffix
|
||||
cmd:h5c++$secondaryArchSuffix
|
||||
@@ -62,7 +62,7 @@ REQUIRES="
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
libhdf5${secondaryArchSuffix}_devel = $portVersion
|
||||
hdf5${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdynlib1$secondaryArchSuffix
|
||||
devel:libdynlib2$secondaryArchSuffix
|
||||
devel:libdynlib3$secondaryArchSuffix
|
||||
@@ -80,7 +80,7 @@ PROVIDES_devel="
|
||||
devel:libhdf5hl_fortran$secondaryArchSuffix = 10.0.3 compat >= 10
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libhdf5$secondaryArchSuffix == $portVersion base
|
||||
hdf5$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user