mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Eigen: add TBB to the dependencies (#3492)
This commit is contained in:
@@ -27,7 +27,7 @@ HOMEPAGE="http://eigen.tuxfamily.org"
|
||||
COPYRIGHT="2006-2011 Benoit Jacob
|
||||
2008-2012 Gael Guennebaud, et al."
|
||||
LICENSE="MPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://bitbucket.org/eigen/eigen/get/$portVersion.tar.bz2"
|
||||
CHECKSUM_SHA256="9f13cf90dedbe3e52a19f43000d71fdf72e986beb9a5436dddcd61ff9d77a3ce"
|
||||
SOURCE_DIR="eigen-eigen-5a0156e40feb"
|
||||
@@ -54,6 +54,7 @@ REQUIRES="
|
||||
devel:libumfpack$secondaryArchSuffix
|
||||
devel:libsuperlu$secondaryArchSuffix
|
||||
devel:libspqr$secondaryArchSuffix
|
||||
devel:libtbb$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
@@ -69,6 +70,7 @@ BUILD_REQUIRES="
|
||||
devel:libumfpack$secondaryArchSuffix
|
||||
devel:libsuperlu$secondaryArchSuffix
|
||||
devel:libspqr$secondaryArchSuffix
|
||||
devel:libtbb$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
|
||||
Reference in New Issue
Block a user