mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
blaze: Use Boost 1.70 (#7911)
This commit is contained in:
@@ -12,7 +12,7 @@ and SVML
|
||||
HOMEPAGE="https://bitbucket.org/blaze-lib/blaze/"
|
||||
COPYRIGHT="2012-2020 Klaus Iglberger"
|
||||
LICENSE="BSD (3-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://bitbucket.org/blaze-lib/blaze/downloads/blaze-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae"
|
||||
|
||||
@@ -32,7 +32,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libboost_system$secondaryArchSuffix
|
||||
devel:libboost_system$secondaryArchSuffix >= 1.70.0
|
||||
devel:liblapack$secondaryArchSuffix
|
||||
devel:libopenblas$secondaryArchSuffix
|
||||
"
|
||||
@@ -48,6 +48,7 @@ BUILD()
|
||||
mkdir -p build && cd "$_"
|
||||
|
||||
cmake .. \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
$cmakeDirArgs
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user