mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
netcdf_cxx: bump version.
This commit is contained in:
@@ -9,19 +9,20 @@ C library."
|
||||
HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
|
||||
COPYRIGHT="1993-2011 University Corporation for Atmospheric Research/Unidata"
|
||||
LICENSE="UCAR_Unidata"
|
||||
REVISION="3"
|
||||
SOURCE_URI="https://github.com/Unidata/netcdf-cxx4/archive/v4.3.0.tar.gz"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/Unidata/netcdf-cxx4/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="25da1c97d7a01bc4cee34121c32909872edd38404589c0427fefa1301743f18f"
|
||||
SOURCE_DIR="netcdf-cxx4-$portVersion"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="1.0.3"
|
||||
libVersion="1.1.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
netcdf_cxx$secondaryArchSuffix = $portVersion
|
||||
lib:libh5bzip2$secondaryArchSuffix
|
||||
lib:libnetcdf_c++4$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -40,6 +41,7 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libhdf5$secondaryArchSuffix
|
||||
devel:libnetcdf$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -68,7 +70,7 @@ INSTALL()
|
||||
cd haiku_build
|
||||
make install $jobArgs
|
||||
|
||||
rm -f $libDir/lib*.la
|
||||
rm -f $libDir/lib*.la $libDir/libnetcdf_c++4.a
|
||||
|
||||
prepareInstalledDevelLib \
|
||||
libnetcdf_c++4
|
||||
Reference in New Issue
Block a user